Home
last modified time | relevance | path

Searched refs:ntfs_fnd (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/ntfs3/
H A Dntfs_fs.h408 struct ntfs_fnd { struct
494 struct ntfs_fnd *fnd);
666 void fnd_clear(struct ntfs_fnd *fnd);
667 static inline struct ntfs_fnd *fnd_get(void) in fnd_get()
669 return kzalloc(sizeof(struct ntfs_fnd), GFP_NOFS); in fnd_get()
671 static inline void fnd_put(struct ntfs_fnd *fnd) in fnd_put()
688 struct ntfs_fnd *fnd);
691 struct ntfs_fnd *fnd);
694 size_t *off, struct ntfs_fnd *fnd);
697 struct ntfs_fnd *fnd, bool undo);
[all …]
H A Dindex.c656 void fnd_clear(struct ntfs_fnd *fnd) in fnd_clear()
699 static bool fnd_is_empty(struct ntfs_fnd *fnd) in fnd_is_empty()
1140 struct ntfs_fnd *fnd) in indx_find()
1202 struct ntfs_fnd *fnd) in indx_find_sort()
1312 size_t *off, struct ntfs_fnd *fnd) in indx_find_raw()
1576 struct ntfs_fnd *fnd, bool undo) in indx_insert_into_root()
1935 struct ntfs_fnd *fnd, bool undo) in indx_insert_entry()
1940 struct ntfs_fnd *fnd_a = NULL; in indx_insert_entry()
2164 struct ntfs_fnd *fnd) in indx_get_entry_to_replace()
2261 struct ntfs_fnd *fnd, *fnd2; in indx_delete_entry()
[all …]
H A Ddir.c234 struct ntfs_fnd *fnd) in dir_search_u()
243 struct ntfs_fnd *fnd_a = NULL; in dir_search_u()
H A Dfsntfs.c1848 struct ntfs_fnd *fnd_sii = NULL; in ntfs_security_init()
1965 struct ntfs_fnd *fnd_sii; in ntfs_get_security_by_id()
2070 struct ntfs_fnd *fnd_sdh = NULL; in ntfs_insert_security()
2387 struct ntfs_fnd *fnd = NULL; in ntfs_remove_reparse()
H A Dinode.c1153 struct ntfs_fnd *fnd) in ntfs_create_inode()