Lines Matching defs:dentry

275 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount)  in dentry_cmp()
310 static inline struct external_name *external_name(struct dentry *dentry) in external_name()
317 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free() local
324 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free_external() local
329 static inline int dname_external(const struct dentry *dentry) in dname_external()
334 void take_dentry_name_snapshot(struct name_snapshot *name, struct dentry *dentry) in take_dentry_name_snapshot()
374 static inline void __d_set_inode_and_type(struct dentry *dentry, in __d_set_inode_and_type()
387 static inline void __d_clear_type_and_inode(struct dentry *dentry) in __d_clear_type_and_inode()
402 static void dentry_free(struct dentry *dentry) in dentry_free()
423 static void dentry_unlink_inode(struct dentry * dentry) in dentry_unlink_inode()
462 #define D_FLAG_VERIFY(dentry,x) WARN_ON_ONCE(((dentry)->d_flags & (DCACHE_LRU_LIST | DCACHE_SHRINK_… argument
463 static void d_lru_add(struct dentry *dentry) in d_lru_add()
474 static void d_lru_del(struct dentry *dentry) in d_lru_del()
485 static void d_shrink_del(struct dentry *dentry) in d_shrink_del()
493 static void d_shrink_add(struct dentry *dentry, struct list_head *list) in d_shrink_add()
507 static void d_lru_isolate(struct list_lru_one *lru, struct dentry *dentry) in d_lru_isolate()
517 static void d_lru_shrink_move(struct list_lru_one *lru, struct dentry *dentry, in d_lru_shrink_move()
527 static void ___d_drop(struct dentry *dentry) in ___d_drop()
545 void __d_drop(struct dentry *dentry) in __d_drop()
573 void d_drop(struct dentry *dentry) in d_drop()
581 static inline void dentry_unlist(struct dentry *dentry) in dentry_unlist()
619 static struct dentry *__dentry_kill(struct dentry *dentry) in __dentry_kill()
681 static bool lock_for_kill(struct dentry *dentry) in lock_for_kill()
718 static inline bool retain_dentry(struct dentry *dentry, bool locked) in retain_dentry()
786 static inline bool fast_dput(struct dentry *dentry) in fast_dput()
873 void dput(struct dentry *dentry) in dput()
899 static void to_shrink_list(struct dentry *dentry, struct list_head *list) in to_shrink_list()
909 void dput_to_list(struct dentry *dentry, struct list_head *list) in dput_to_list()
921 struct dentry *dget_parent(struct dentry *dentry) in dget_parent()
1070 struct dentry *dentry; in d_prune_aliases() local
1099 struct dentry *dentry; in shrink_dentry_list() local
1123 struct dentry *dentry = container_of(item, struct dentry, d_lru); in dentry_lru_isolate() local
1204 struct dentry *dentry = container_of(item, struct dentry, d_lru); in dentry_lru_isolate_shrink() local
1262 static void d_walk(struct dentry *parent, void *data, in d_walk()
1265 struct dentry *this_parent, *dentry; in d_walk() local
1367 static enum d_walk_ret path_check_mount(void *data, struct dentry *dentry) in path_check_mount()
1409 int d_set_mounted(struct dentry *dentry) in d_set_mounted()
1461 static enum d_walk_ret select_collect(void *_data, struct dentry *dentry) in select_collect()
1488 static enum d_walk_ret select_collect2(void *_data, struct dentry *dentry) in select_collect2()
1554 static enum d_walk_ret umount_check(void *_data, struct dentry *dentry) in umount_check()
1576 static void do_one_tree(struct dentry *dentry) in do_one_tree()
1589 struct dentry *dentry; in shrink_dcache_for_umount() local
1603 static enum d_walk_ret find_submount(void *_data, struct dentry *dentry) in find_submount()
1617 void d_invalidate(struct dentry *dentry) in d_invalidate()
1660 struct dentry *dentry; in __d_alloc() local
1743 struct dentry *dentry = __d_alloc(parent->d_sb, name); in d_alloc() local
1767 struct dentry *dentry = d_alloc_anon(parent->d_sb); in d_alloc_cursor() local
1795 struct dentry *dentry = __d_alloc(sb, name); in d_alloc_pseudo() local
1814 void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op) in d_set_d_op()
1879 static void __d_instantiate(struct dentry *dentry, struct inode *inode) in __d_instantiate()
2083 struct dentry *d_add_ci(struct dentry *dentry, struct inode *inode, in d_add_ci()
2129 bool d_same_name(const struct dentry *dentry, const struct dentry *parent, in d_same_name()
2155 struct dentry *dentry; in __d_lookup_rcu_op_compare() local
2219 struct dentry *dentry; in __d_lookup_rcu() local
2292 struct dentry *dentry; in d_lookup() local
2326 struct dentry *dentry; in __d_lookup() local
2421 void d_delete(struct dentry * dentry) in d_delete()
2486 static void d_wait_lookup(struct dentry *dentry) in d_wait_lookup()
2508 struct dentry *dentry; in d_alloc_parallel() local
2615 static wait_queue_head_t *__d_lookup_unhash(struct dentry *dentry) in __d_lookup_unhash()
2634 void __d_lookup_unhash_wake(struct dentry *dentry) in __d_lookup_unhash_wake()
2644 static inline void __d_add(struct dentry *dentry, struct inode *inode) in __d_add()
2736 static void swap_names(struct dentry *dentry, struct dentry *target) in swap_names()
2774 static void copy_name(struct dentry *dentry, struct dentry *target) in copy_name()
2802 static void __d_move(struct dentry *dentry, struct dentry *target, in __d_move()
2896 void d_move(struct dentry *dentry, struct dentry *target) in d_move()
2951 static int __d_unalias(struct dentry *dentry, struct dentry *alias) in __d_unalias()
3007 struct dentry *d_splice_alias(struct inode *inode, struct dentry *dentry) in d_splice_alias()
3098 static enum d_walk_ret d_genocide_kill(void *data, struct dentry *dentry) in d_genocide_kill()
3120 struct dentry *dentry = file->f_path.dentry; in d_mark_tmpfile() local
3136 struct dentry *dentry = file->f_path.dentry; in d_tmpfile() local
3147 ino_t d_parent_ino(struct dentry *dentry) in d_parent_ino()