Searched refs:fnd (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/ntfs3/
H A Dindex.c656 void fnd_clear(struct ntfs_fnd *fnd) argument
660 for (i = fnd->level - 1; i >= 0; i--) {
661 struct indx_node *n = fnd->nodes[i];
667 fnd->nodes[i] = NULL;
669 fnd->level = 0;
670 fnd->root_de = NULL;
673 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, argument
676 int i = fnd->level;
678 if (i < 0 || i >= ARRAY_SIZE(fnd->nodes))
680 fnd
686 fnd_pop(struct ntfs_fnd *fnd) argument
699 fnd_is_empty(struct ntfs_fnd *fnd) argument
1139 indx_find(struct ntfs_index *indx, struct ntfs_inode *ni, const struct INDEX_ROOT *root, const void *key, size_t key_len, const void *ctx, int *diff, struct NTFS_DE **entry, struct ntfs_fnd *fnd) argument
1202 indx_find_sort(struct ntfs_index *indx, struct ntfs_inode *ni, const struct INDEX_ROOT *root, struct NTFS_DE **entry, struct ntfs_fnd *fnd) argument
1312 indx_find_raw(struct ntfs_index *indx, struct ntfs_inode *ni, const struct INDEX_ROOT *root, struct NTFS_DE **entry, size_t *off, struct ntfs_fnd *fnd) argument
1568 indx_insert_into_root(struct ntfs_index *indx, struct ntfs_inode *ni, const struct NTFS_DE *new_de, struct NTFS_DE *root_de, const void *ctx, struct ntfs_fnd *fnd, bool undo) argument
1781 indx_insert_into_buffer(struct ntfs_index *indx, struct ntfs_inode *ni, struct INDEX_ROOT *root, const struct NTFS_DE *new_de, const void *ctx, int level, struct ntfs_fnd *fnd) argument
1928 indx_insert_entry(struct ntfs_index *indx, struct ntfs_inode *ni, const struct NTFS_DE *new_de, const void *ctx, struct ntfs_fnd *fnd, bool undo) argument
2155 indx_get_entry_to_replace(struct ntfs_index *indx, struct ntfs_inode *ni, const struct NTFS_DE *de_next, struct NTFS_DE **de_to_replace, struct ntfs_fnd *fnd) argument
2256 struct ntfs_fnd *fnd, *fnd2; local
2643 struct ntfs_fnd *fnd; local
[all...]
H A Dnamei.c371 struct ntfs_fnd *fnd = NULL; local
406 fnd = fnd_get();
407 if (!fnd) {
412 d = d_splice_alias(dir_search_u(dir, uni, fnd), dentry);
431 * fnd contains tree's path to insert to.
432 * If fnd is not NULL then dir is locked.
435 mode, 0, NULL, 0, fnd);
441 fnd_put(fnd);
H A Ddir.c234 struct ntfs_fnd *fnd)
245 if (!fnd) {
251 fnd = fnd_a;
254 err = indx_find(&ni->dir, ni, NULL, uni, 0, sbi, &diff, &e, fnd);
233 dir_search_u(struct inode *dir, const struct cpu_str *uni, struct ntfs_fnd *fnd) argument
H A Dntfs_fs.h493 struct ntfs_fnd *fnd);
665 void fnd_clear(struct ntfs_fnd *fnd);
670 static inline void fnd_put(struct ntfs_fnd *fnd) argument
672 if (fnd) {
673 fnd_clear(fnd);
674 kfree(fnd);
687 struct ntfs_fnd *fnd);
690 struct ntfs_fnd *fnd);
693 size_t *off, struct ntfs_fnd *fnd);
696 struct ntfs_fnd *fnd, boo
[all...]
H A Dbitmap.c992 size_t fnd, max_alloc, b_len, b_pos; local
1070 fnd = hint;
1079 fnd = hint;
1126 fnd = e->start.key;
1223 fnd = wnd_scan(bh->b_data, wbit, wpos,
1227 if (fnd != MINUS_ONE_T) {
1237 fnd = wnd_scan(bh->b_data, wbit,
1241 if (fnd != MINUS_ONE_T) {
1257 fnd = wbit + wpos - prev_tail;
1277 fnd
[all...]
H A Dfsntfs.c2411 struct ntfs_fnd *fnd = NULL; local
2429 fnd = fnd_get();
2430 if (!fnd) {
2443 (struct NTFS_DE **)&re, fnd);
2454 fnd_put(fnd);
2455 fnd = NULL;
2462 fnd_put(fnd);
H A Dinode.c1217 * NOTE: if fnd != NULL (ntfs_atomic_open) then @dir is locked
1223 struct ntfs_fnd *fnd)
1248 if (!fnd)
1683 err = indx_insert_entry(&dir_ni->dir, dir_ni, new_de, sbi, fnd, 0);
1727 if (!fnd)
1219 ntfs_create_inode(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const struct cpu_str *uni, umode_t mode, dev_t dev, const char *symname, u32 size, struct ntfs_fnd *fnd) argument
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c619 int fnd, len; local
723 fnd = kdb_search_string(kdb_buffer, kdb_grep_string);
724 if (!fnd) {
/linux-master/fs/hpfs/
H A Ddnode.c58 for (i = hpfs_inode->i_rddir_off; *i; i++) if (*i == pos) goto fnd;
60 fnd:
577 if (de->down) if (de_down_pointer(de) == dno) goto fnd;
580 fnd:
/linux-master/arch/sparc/kernel/
H A Dmdesc.c953 int fnd = 0; local
967 fnd = 1;
969 return fnd;

Completed in 278 milliseconds