Home
last modified time | relevance | path

Searched defs:fnd (Results 1 – 6 of 6) sorted by relevance

/fs/ntfs3/
Dindex.c655 void fnd_clear(struct ntfs_fnd *fnd) in fnd_clear()
672 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, in fnd_push()
686 static struct indx_node *fnd_pop(struct ntfs_fnd *fnd) in fnd_pop()
699 static bool fnd_is_empty(struct ntfs_fnd *fnd) in fnd_is_empty()
1142 struct ntfs_fnd *fnd) in indx_find()
1209 struct ntfs_fnd *fnd) in indx_find_sort()
1319 size_t *off, struct ntfs_fnd *fnd) in indx_find_raw()
1573 struct ntfs_fnd *fnd, bool undo) in indx_insert_into_root()
1785 const void *ctx, int level, struct ntfs_fnd *fnd) in indx_insert_into_buffer()
1918 struct ntfs_fnd *fnd, bool undo) in indx_insert_entry()
[all …]
Ddir.c234 struct ntfs_fnd *fnd) in dir_search_u()
Dbitmap.c966 size_t fnd, max_alloc, b_len, b_pos; in wnd_find() local
Dinode.c1201 struct ntfs_fnd *fnd) in ntfs_create_inode()
Dfsntfs.c2387 struct ntfs_fnd *fnd = NULL; in ntfs_remove_reparse() local
Dntfs_fs.h656 static inline void fnd_put(struct ntfs_fnd *fnd) in fnd_put()