• Home
  • Raw
  • Download

Lines Matching defs:dentry

231 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount)  in dentry_cmp()
262 static inline struct external_name *external_name(struct dentry *dentry) in external_name()
269 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free() local
276 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free_external() local
281 static inline int dname_external(const struct dentry *dentry) in dname_external()
286 void take_dentry_name_snapshot(struct name_snapshot *name, struct dentry *dentry) in take_dentry_name_snapshot()
312 static inline void __d_set_inode_and_type(struct dentry *dentry, in __d_set_inode_and_type()
325 static inline void __d_clear_type_and_inode(struct dentry *dentry) in __d_clear_type_and_inode()
336 static void dentry_free(struct dentry *dentry) in dentry_free()
357 static void dentry_unlink_inode(struct dentry * dentry) in dentry_unlink_inode()
396 #define D_FLAG_VERIFY(dentry,x) WARN_ON_ONCE(((dentry)->d_flags & (DCACHE_LRU_LIST | DCACHE_SHRINK_… argument
397 static void d_lru_add(struct dentry *dentry) in d_lru_add()
407 static void d_lru_del(struct dentry *dentry) in d_lru_del()
417 static void d_shrink_del(struct dentry *dentry) in d_shrink_del()
425 static void d_shrink_add(struct dentry *dentry, struct list_head *list) in d_shrink_add()
439 static void d_lru_isolate(struct list_lru_one *lru, struct dentry *dentry) in d_lru_isolate()
449 static void d_lru_shrink_move(struct list_lru_one *lru, struct dentry *dentry, in d_lru_shrink_move()
476 static void ___d_drop(struct dentry *dentry) in ___d_drop()
494 void __d_drop(struct dentry *dentry) in __d_drop()
504 void d_drop(struct dentry *dentry) in d_drop()
512 static inline void dentry_unlist(struct dentry *dentry, struct dentry *parent) in dentry_unlist()
550 static void __dentry_kill(struct dentry *dentry) in __dentry_kill()
597 static struct dentry *__lock_parent(struct dentry *dentry) in __lock_parent()
625 static inline struct dentry *lock_parent(struct dentry *dentry) in lock_parent()
635 static inline bool retain_dentry(struct dentry *dentry) in retain_dentry()
683 static struct dentry *dentry_kill(struct dentry *dentry) in dentry_kill()
737 static inline bool fast_dput(struct dentry *dentry) in fast_dput()
859 void dput(struct dentry *dentry) in dput()
883 static void __dput_to_list(struct dentry *dentry, struct list_head *list) in __dput_to_list()
897 void dput_to_list(struct dentry *dentry, struct list_head *list) in dput_to_list()
911 static inline void __dget_dlock(struct dentry *dentry) in __dget_dlock()
916 static inline void __dget(struct dentry *dentry) in __dget()
921 struct dentry *dget_parent(struct dentry *dentry) in dget_parent()
1044 struct dentry *dentry; in d_prune_aliases() local
1076 static bool shrink_lock_dentry(struct dentry *dentry) in shrink_lock_dentry()
1120 struct dentry *dentry, *parent; in shrink_dentry_list() local
1149 struct dentry *dentry = container_of(item, struct dentry, d_lru); in dentry_lru_isolate() local
1230 struct dentry *dentry = container_of(item, struct dentry, d_lru); in dentry_lru_isolate_shrink() local
1288 static void d_walk(struct dentry *parent, void *data, in d_walk()
1318 struct dentry *dentry = list_entry(tmp, struct dentry, d_child); in d_walk() local
1399 static enum d_walk_ret path_check_mount(void *data, struct dentry *dentry) in path_check_mount()
1441 int d_set_mounted(struct dentry *dentry) in d_set_mounted()
1493 static enum d_walk_ret select_collect(void *_data, struct dentry *dentry) in select_collect()
1522 static enum d_walk_ret select_collect2(void *_data, struct dentry *dentry) in select_collect2()
1597 static enum d_walk_ret umount_check(void *_data, struct dentry *dentry) in umount_check()
1620 static void do_one_tree(struct dentry *dentry) in do_one_tree()
1633 struct dentry *dentry; in shrink_dcache_for_umount() local
1647 static enum d_walk_ret find_submount(void *_data, struct dentry *dentry) in find_submount()
1662 void d_invalidate(struct dentry *dentry) in d_invalidate()
1705 struct dentry *dentry; in __d_alloc() local
1788 struct dentry *dentry = __d_alloc(parent->d_sb, name); in d_alloc() local
1813 struct dentry *dentry = d_alloc_anon(parent->d_sb); in d_alloc_cursor() local
1838 struct dentry *dentry = __d_alloc(sb, name); in d_alloc_pseudo() local
1854 void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op) in d_set_d_op()
1892 void d_set_fallthru(struct dentry *dentry) in d_set_fallthru()
1935 static void __d_instantiate(struct dentry *dentry, struct inode *inode) in __d_instantiate()
2018 static struct dentry *__d_instantiate_anon(struct dentry *dentry, in __d_instantiate_anon()
2058 struct dentry *d_instantiate_anon(struct dentry *dentry, struct inode *inode) in d_instantiate_anon()
2152 struct dentry *d_add_ci(struct dentry *dentry, struct inode *inode, in d_add_ci()
2190 static inline bool d_same_name(const struct dentry *dentry, in d_same_name()
2241 struct dentry *dentry; in __d_lookup_rcu() local
2330 struct dentry *dentry; in d_lookup() local
2364 struct dentry *dentry; in __d_lookup() local
2459 void d_delete(struct dentry * dentry) in d_delete()
2519 static void d_wait_lookup(struct dentry *dentry) in d_wait_lookup()
2541 struct dentry *dentry; in d_alloc_parallel() local
2643 void __d_lookup_done(struct dentry *dentry) in __d_lookup_done()
2660 static inline void __d_add(struct dentry *dentry, struct inode *inode) in __d_add()
2751 static void swap_names(struct dentry *dentry, struct dentry *target) in swap_names()
2794 static void copy_name(struct dentry *dentry, struct dentry *target) in copy_name()
2823 static void __d_move(struct dentry *dentry, struct dentry *target, in __d_move()
2912 void d_move(struct dentry *dentry, struct dentry *target) in d_move()
2968 struct dentry *dentry, struct dentry *alias) in __d_unalias()
3019 struct dentry *d_splice_alias(struct inode *inode, struct dentry *dentry) in d_splice_alias()
3113 static enum d_walk_ret d_genocide_kill(void *data, struct dentry *dentry) in d_genocide_kill()
3135 void d_tmpfile(struct dentry *dentry, struct inode *inode) in d_tmpfile()