Searched refs:ntfs_fnd (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | ntfs_fs.h | 440 struct ntfs_fnd { struct 542 struct ntfs_fnd *fnd, u32 flags); 749 void fnd_clear(struct ntfs_fnd *fnd); 750 static inline struct ntfs_fnd *fnd_get(void) in fnd_get() 752 return kzalloc_obj(struct ntfs_fnd, GFP_NOFS); in fnd_get() 754 static inline void fnd_put(struct ntfs_fnd *fnd) in fnd_put() 776 struct ntfs_fnd *fnd); 779 struct ntfs_fnd *fnd); 782 size_t *off, struct ntfs_fnd *fnd); 785 struct ntfs_fnd *fnd, bool undo); [all …]
|
| H A D | index.c | 689 void fnd_clear(struct ntfs_fnd *fnd) in fnd_clear() 706 static int fnd_push(struct ntfs_fnd *fnd, struct indx_node *n, in fnd_push() 719 static struct indx_node *fnd_pop(struct ntfs_fnd *fnd) in fnd_pop() 732 static bool fnd_is_empty(struct ntfs_fnd *fnd) in fnd_is_empty() 1172 struct ntfs_fnd *fnd) in indx_find() 1246 struct ntfs_fnd *fnd) in indx_find_sort() 1357 size_t *off, struct ntfs_fnd *fnd) in indx_find_raw() 1631 struct ntfs_fnd *fnd, bool undo, in indx_insert_into_root() 1862 struct ntfs_fnd *fnd, NTFS_CMP_FUNC cmp) in indx_insert_into_buffer() 2025 struct ntfs_fnd *fnd, bool undo) in indx_insert_entry() [all …]
|
| H A D | dir.c | 273 struct ntfs_fnd *fnd, u32 flags) in dir_search_flags() 282 struct ntfs_fnd *fnd_a = NULL; in dir_search_flags()
|
| H A D | fsntfs.c | 1882 struct ntfs_fnd *fnd_sii = NULL; in ntfs_security_init() 1999 struct ntfs_fnd *fnd_sii; in ntfs_get_security_by_id() 2104 struct ntfs_fnd *fnd_sdh = NULL; in ntfs_insert_security() 2421 struct ntfs_fnd *fnd = NULL; in ntfs_remove_reparse()
|
| H A D | inode.c | 1387 struct ntfs_fnd *fnd) in ntfs_create_inode()
|