| /fs/ | 
| D | dcache.c | 265 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount)  in dentry_cmp() 296 static inline struct external_name *external_name(struct dentry *dentry)  in external_name() 303 	struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu);  in __d_free()  local 310 	struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu);  in __d_free_external()  local 315 static inline int dname_external(const struct dentry *dentry)  in dname_external() 320 void take_dentry_name_snapshot(struct name_snapshot *name, struct dentry *dentry)  in take_dentry_name_snapshot() 346 static inline void __d_set_inode_and_type(struct dentry *dentry,  in __d_set_inode_and_type() 359 static inline void __d_clear_type_and_inode(struct dentry *dentry)  in __d_clear_type_and_inode() 374 static void dentry_free(struct dentry *dentry)  in dentry_free() 395 static void dentry_unlink_inode(struct dentry * dentry)  in dentry_unlink_inode() [all …] 
 | 
| D | bad_inode.c | 31 			    struct inode *dir, struct dentry *dentry,  in bad_inode_create() 38 			struct dentry *dentry, unsigned int flags)  in bad_inode_lookup() 44 		struct dentry *dentry)  in bad_inode_link() 49 static int bad_inode_unlink(struct inode *dir, struct dentry *dentry)  in bad_inode_unlink() 55 			     struct inode *dir, struct dentry *dentry,  in bad_inode_symlink() 62 			   struct dentry *dentry, umode_t mode)  in bad_inode_mkdir() 67 static int bad_inode_rmdir (struct inode *dir, struct dentry *dentry)  in bad_inode_rmdir() 73 			   struct dentry *dentry, umode_t mode, dev_t rdev)  in bad_inode_mknod() 86 static int bad_inode_readlink(struct dentry *dentry, char __user *buffer,  in bad_inode_readlink() 111 static ssize_t bad_inode_listxattr(struct dentry *dentry, char *buffer,  in bad_inode_listxattr() [all …] 
 | 
| D | libfs.c | 43 int simple_statfs(struct dentry *dentry, struct kstatfs *buf)  in simple_statfs() 59 int always_delete_dentry(const struct dentry *dentry)  in always_delete_dentry() 74 struct dentry *simple_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags)  in simple_lookup() 112 	struct dentry *dentry = cursor->d_parent, *found = NULL;  in scan_positives()  local 147 	struct dentry *dentry = file->f_path.dentry;  in dcache_dir_lseek()  local 191 	struct dentry *dentry = file->f_path.dentry;  in dcache_readdir()  local 256 static void offset_set(struct dentry *dentry, long offset)  in offset_set() 261 static long dentry2offset(struct dentry *dentry)  in dentry2offset() 288 int simple_offset_add(struct offset_ctx *octx, struct dentry *dentry)  in simple_offset_add() 306 static int simple_offset_replace(struct offset_ctx *octx, struct dentry *dentry,  in simple_offset_replace() [all …] 
 | 
| /fs/overlayfs/ | 
| D | util.c | 21 int ovl_get_write_access(struct dentry *dentry)  in ovl_get_write_access() 28 void ovl_start_write(struct dentry *dentry)  in ovl_start_write() 34 int ovl_want_write(struct dentry *dentry)  in ovl_want_write() 40 void ovl_put_write_access(struct dentry *dentry)  in ovl_put_write_access() 46 void ovl_end_write(struct dentry *dentry)  in ovl_end_write() 52 void ovl_drop_write(struct dentry *dentry)  in ovl_drop_write() 58 struct dentry *ovl_workdir(struct dentry *dentry)  in ovl_workdir() 160 bool ovl_dentry_remote(struct dentry *dentry)  in ovl_dentry_remote() 165 void ovl_dentry_update_reval(struct dentry *dentry, struct dentry *realdentry)  in ovl_dentry_update_reval() 175 void ovl_dentry_init_reval(struct dentry *dentry, struct dentry *upperdentry,  in ovl_dentry_init_reval() [all …] 
 | 
| D | dir.c | 111 			     struct dentry *dentry)  in ovl_cleanup_and_whiteout() 145 	struct dentry *d, *dentry = *newdentry;  in ovl_mkdir_real()  local 235 static int ovl_set_opaque_xerr(struct dentry *dentry, struct dentry *upper,  in ovl_set_opaque_xerr() 248 static int ovl_set_opaque(struct dentry *dentry, struct dentry *upperdentry)  in ovl_set_opaque() 263 static int ovl_instantiate(struct dentry *dentry, struct inode *inode,  in ovl_instantiate() 314 static bool ovl_type_merge(struct dentry *dentry)  in ovl_type_merge() 319 static bool ovl_type_origin(struct dentry *dentry)  in ovl_type_origin() 324 static int ovl_create_upper(struct dentry *dentry, struct inode *inode,  in ovl_create_upper() 362 static struct dentry *ovl_clear_empty(struct dentry *dentry,  in ovl_clear_empty() 446 static int ovl_create_over_whiteout(struct dentry *dentry, struct inode *inode,  in ovl_create_over_whiteout() [all …] 
 | 
| /fs/ecryptfs/ | 
| D | inode.c | 27 static int lock_parent(struct dentry *dentry,  in lock_parent() 126 			      struct dentry *dentry, struct super_block *sb)  in ecryptfs_interpose() 137 static int ecryptfs_do_unlink(struct inode *dir, struct dentry *dentry,  in ecryptfs_do_unlink() 293 static int ecryptfs_i_size_read(struct dentry *dentry, struct inode *inode)  in ecryptfs_i_size_read() 327 static struct dentry *ecryptfs_lookup_interpose(struct dentry *dentry,  in ecryptfs_lookup_interpose() 462 static int ecryptfs_unlink(struct inode *dir, struct dentry *dentry)  in ecryptfs_unlink() 468 			    struct inode *dir, struct dentry *dentry,  in ecryptfs_symlink() 507 			  struct dentry *dentry, umode_t mode)  in ecryptfs_mkdir() 532 static int ecryptfs_rmdir(struct inode *dir, struct dentry *dentry)  in ecryptfs_rmdir() 560 	       struct dentry *dentry, umode_t mode, dev_t dev)  in ecryptfs_mknod() [all …] 
 | 
| /fs/autofs/ | 
| D | root.c | 67 static void autofs_del_active(struct dentry *dentry)  in autofs_del_active() 80 	struct dentry *dentry = file->f_path.dentry;  in autofs_dir_open()  local 131 static struct dentry *autofs_lookup_active(struct dentry *dentry)  in autofs_lookup_active() 185 static struct dentry *autofs_lookup_expiring(struct dentry *dentry,  in autofs_lookup_expiring() 267 	struct dentry *dentry = path->dentry;  in do_expire_wait()  local 291 	struct dentry *dentry = path->dentry;  in autofs_mountpoint_changed()  local 333 	struct dentry *dentry = path->dentry;  in autofs_d_automount()  local 421 	struct dentry *dentry = path->dentry;  in autofs_d_manage()  local 494 				    struct dentry *dentry, unsigned int flags)  in autofs_lookup() 567 			      struct inode *dir, struct dentry *dentry,  in autofs_dir_symlink() [all …] 
 | 
| /fs/reiserfs/ | 
| D | xattr.c | 67 static int xattr_create(struct inode *dir, struct dentry *dentry, int mode)  in xattr_create() 74 static int xattr_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)  in xattr_mkdir() 86 static int xattr_unlink(struct inode *dir, struct dentry *dentry)  in xattr_unlink() 101 static int xattr_rmdir(struct inode *dir, struct dentry *dentry)  in xattr_rmdir() 199 	struct dentry *dentry;  in fill_with_dentries()  local 240 				   int (*action)(struct dentry *, void *),  in reiserfs_for_each_xattr() 276 			struct dentry *dentry = buf.dentries[i];  in reiserfs_for_each_xattr()  local 333 static int delete_one_xattr(struct dentry *dentry, void *data)  in delete_one_xattr() 344 static int chown_one_xattr(struct dentry *dentry, void *data)  in chown_one_xattr() 482 	struct dentry *dentry, *xadir;  in lookup_and_delete_xattr()  local [all …] 
 | 
| /fs/sysv/ | 
| D | namei.c | 19 static int add_nondir(struct dentry *dentry, struct inode *inode)  in add_nondir() 31 static struct dentry *sysv_lookup(struct inode * dir, struct dentry * dentry, unsigned int flags)  in sysv_lookup() 45 		      struct dentry *dentry, umode_t mode, dev_t rdev)  in sysv_mknod() 65 		       struct dentry *dentry, umode_t mode, bool excl)  in sysv_create() 71 			struct dentry *dentry, const char *symname)  in sysv_symlink() 102 	struct dentry * dentry)  in sysv_link() 114 		      struct dentry *dentry, umode_t mode)  in sysv_mkdir() 151 static int sysv_unlink(struct inode * dir, struct dentry * dentry)  in sysv_unlink() 171 static int sysv_rmdir(struct inode * dir, struct dentry * dentry)  in sysv_rmdir()
  | 
| /fs/ocfs2/ | 
| D | dcache.c | 26 void ocfs2_dentry_attach_gen(struct dentry *dentry)  in ocfs2_dentry_attach_gen() 35 static int ocfs2_dentry_revalidate(struct dentry *dentry, unsigned int flags)  in ocfs2_dentry_revalidate() 112 static int ocfs2_match_dentry(struct dentry *dentry,  in ocfs2_match_dentry() 149 	struct dentry *dentry;  in ocfs2_find_local_alias()  local 203 int ocfs2_dentry_attach_lock(struct dentry *dentry,  in ocfs2_dentry_attach_lock() 383 static void ocfs2_dentry_iput(struct dentry *dentry, struct inode *inode)  in ocfs2_dentry_iput() 433 void ocfs2_dentry_move(struct dentry *dentry, struct dentry *target,  in ocfs2_dentry_move()
  | 
| /fs/ufs/ | 
| D | namei.c | 38 static inline int ufs_add_nondir(struct dentry *dentry, struct inode *inode)  in ufs_add_nondir() 50 static struct dentry *ufs_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags)  in ufs_lookup() 73 		struct inode * dir, struct dentry * dentry, umode_t mode,  in ufs_create() 90 		     struct dentry *dentry, umode_t mode, dev_t rdev)  in ufs_mknod() 110 	struct dentry * dentry, const char * symname)  in ufs_symlink() 151 	struct dentry *dentry)  in ufs_link() 170 	struct dentry * dentry, umode_t mode)  in ufs_mkdir() 208 static int ufs_unlink(struct inode *dir, struct dentry *dentry)  in ufs_unlink() 230 static int ufs_rmdir (struct inode * dir, struct dentry *dentry)  in ufs_rmdir()
  | 
| /fs/minix/ | 
| D | namei.c | 10 static int add_nondir(struct dentry *dentry, struct inode *inode)  in add_nondir() 22 static struct dentry *minix_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags)  in minix_lookup() 37 		       struct dentry *dentry, umode_t mode, dev_t rdev)  in minix_mknod() 67 			struct dentry *dentry, umode_t mode, bool excl)  in minix_create() 73 			 struct dentry *dentry, const char *symname)  in minix_symlink() 97 	struct dentry *dentry)  in minix_link() 108 		       struct dentry *dentry, umode_t mode)  in minix_mkdir() 141 static int minix_unlink(struct inode * dir, struct dentry *dentry)  in minix_unlink() 161 static int minix_rmdir(struct inode * dir, struct dentry *dentry)  in minix_rmdir()
  | 
| /fs/ceph/ | 
| D | dir.c | 39 static int ceph_d_init(struct dentry *dentry)  in ceph_d_init() 136 	struct dentry *dentry;  in __dcache_find_get_entry()  local 193 	struct dentry *dentry, *last = NULL;  in __dcache_readdir()  local 345 		struct dentry *dentry = file->f_path.dentry;  in ceph_readdir()  local 723 				   struct dentry *dentry)  in ceph_handle_snapdir() 757 				  struct dentry *dentry, int err)  in ceph_finish_lookup() 785 static bool is_root_ceph_dentry(struct inode *inode, struct dentry *dentry)  in is_root_ceph_dentry() 795 static struct dentry *ceph_lookup(struct inode *dir, struct dentry *dentry,  in ceph_lookup() 888 int ceph_handle_notrace_create(struct inode *dir, struct dentry *dentry)  in ceph_handle_notrace_create() 912 		      struct dentry *dentry, umode_t mode, dev_t rdev)  in ceph_mknod() [all …] 
 | 
| /fs/affs/ | 
| D | namei.c | 46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t fn, bool notruncate)  in __affs_hash_dentry() 67 affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr)  in affs_hash_dentry() 75 affs_intl_hash_dentry(const struct dentry *dentry, struct qstr *qstr)  in affs_intl_hash_dentry() 116 affs_compare_dentry(const struct dentry *dentry,  in affs_compare_dentry() 125 affs_intl_compare_dentry(const struct dentry *dentry,  in affs_intl_compare_dentry() 138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t fn)  in affs_match() 170 affs_find_entry(struct inode *dir, struct dentry *dentry)  in affs_find_entry() 199 affs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags)  in affs_lookup() 236 affs_unlink(struct inode *dir, struct dentry *dentry)  in affs_unlink() 246 	    struct dentry *dentry, umode_t mode, bool excl)  in affs_create() [all …] 
 | 
| /fs/xfs/ | 
| D | xfs_iops.c | 95 	struct dentry	*dentry)  in xfs_dentry_to_name() 105 	struct dentry	*dentry,  in xfs_dentry_mode_to_name() 122 	struct dentry	*dentry)  in xfs_cleanup_inode() 171 	struct dentry		*dentry,  in xfs_generic_create() 281 	struct dentry		*dentry,  in xfs_vn_mknod() 292 	struct dentry		*dentry,  in xfs_vn_create() 303 	struct dentry		*dentry,  in xfs_vn_mkdir() 312 	struct dentry	*dentry,  in xfs_vn_lookup() 337 	struct dentry	*dentry,  in xfs_vn_ci_lookup() 378 	struct dentry	*dentry)  in xfs_vn_link() [all …] 
 | 
| /fs/ext2/ | 
| D | namei.c | 40 static inline int ext2_add_nondir(struct dentry *dentry, struct inode *inode)  in ext2_add_nondir() 56 static struct dentry *ext2_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags)  in ext2_lookup() 103 			struct inode * dir, struct dentry * dentry,  in ext2_create() 137 	struct dentry *dentry, umode_t mode, dev_t rdev)  in ext2_mknod() 158 	struct dentry * dentry, const char * symname)  in ext2_symlink() 205 	struct dentry *dentry)  in ext2_link() 229 	struct inode * dir, struct dentry * dentry, umode_t mode)  in ext2_mkdir() 272 static int ext2_unlink(struct inode *dir, struct dentry *dentry)  in ext2_unlink() 301 static int ext2_rmdir (struct inode * dir, struct dentry *dentry)  in ext2_rmdir()
  | 
| /fs/debugfs/ | 
| D | inode.c | 46 			   struct dentry *dentry, struct iattr *ia)  in debugfs_setattr() 227 static void debugfs_release_dentry(struct dentry *dentry)  in debugfs_release_dentry() 337 	struct dentry *dentry;  in debugfs_lookup()  local 354 	struct dentry *dentry;  in start_creating()  local 407 static struct dentry *failed_creating(struct dentry *dentry)  in failed_creating() 415 static struct dentry *end_creating(struct dentry *dentry)  in end_creating() 426 	struct dentry *dentry;  in __debugfs_create_file()  local 602 	struct dentry *dentry = start_creating(name, parent);  in debugfs_create_dir()  local 649 	struct dentry *dentry = start_creating(name, parent);  in debugfs_create_automount()  local 717 	struct dentry *dentry;  in debugfs_create_symlink()  local [all …] 
 | 
| /fs/ntfs3/ | 
| D | namei.c | 67 static struct dentry *ntfs_lookup(struct inode *dir, struct dentry *dentry,  in ntfs_lookup() 108 		       struct dentry *dentry, umode_t mode, bool excl)  in ntfs_create() 118 		      struct dentry *dentry, umode_t mode, dev_t rdev)  in ntfs_mknod() 169 static int ntfs_unlink(struct inode *dir, struct dentry *dentry)  in ntfs_unlink() 190 			struct dentry *dentry, const char *symname)  in ntfs_symlink() 205 		      struct dentry *dentry, umode_t mode)  in ntfs_mkdir() 214 static int ntfs_rmdir(struct inode *dir, struct dentry *dentry)  in ntfs_rmdir() 235 		       struct dentry *dentry, struct inode *new_dir,  in ntfs_rename() 365 static int ntfs_d_hash(const struct dentry *dentry, struct qstr *name)  in ntfs_d_hash() 423 static int ntfs_d_compare(const struct dentry *dentry, unsigned int len1,  in ntfs_d_compare()
  | 
| /fs/configfs/ | 
| D | dir.c | 45 static void configfs_d_iput(struct dentry * dentry,  in configfs_d_iput() 243 			 struct dentry * dentry, void * element,  in configfs_make_dirent() 260 static void configfs_remove_dirent(struct dentry *dentry)  in configfs_remove_dirent() 282 static int configfs_create_dir(struct config_item *item, struct dentry *dentry,  in configfs_create_dir() 363 		struct dentry *dentry, char *body)  in configfs_create_link() 418 	struct dentry * dentry = dget(item->ci_dentry);  in configfs_remove_dir()  local 431 				       struct dentry *dentry,  in configfs_lookup() 492 static int configfs_detach_prep(struct dentry *dentry, struct dentry **wait)  in configfs_detach_prep() 539 static void configfs_detach_rollback(struct dentry *dentry)  in configfs_detach_rollback() 553 	struct dentry * dentry = dget(item->ci_dentry);  in detach_attrs()  local [all …] 
 | 
| /fs/tracefs/ | 
| D | inode.c | 97 static char *get_dname(struct dentry *dentry)  in get_dname() 113 				 struct inode *inode, struct dentry *dentry,  in tracefs_syscall_mkdir() 147 static int tracefs_syscall_rmdir(struct inode *inode, struct dentry *dentry)  in tracefs_syscall_rmdir() 233 static int tracefs_setattr(struct mnt_idmap *idmap, struct dentry *dentry,  in tracefs_setattr() 454 static void tracefs_d_release(struct dentry *dentry)  in tracefs_d_release() 460 static int tracefs_d_revalidate(struct dentry *dentry, unsigned int flags)  in tracefs_d_revalidate() 467 static int tracefs_d_delete(const struct dentry *dentry)  in tracefs_d_delete() 546 	struct dentry *dentry;  in tracefs_start_creating()  local 582 struct dentry *tracefs_failed_creating(struct dentry *dentry)  in tracefs_failed_creating() 590 struct dentry *tracefs_end_creating(struct dentry *dentry)  in tracefs_end_creating() [all …] 
 | 
| /fs/nilfs2/ | 
| D | namei.c | 35 static inline int nilfs_add_nondir(struct dentry *dentry, struct inode *inode)  in nilfs_add_nondir() 54 nilfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags)  in nilfs_lookup() 89 			struct dentry *dentry, umode_t mode, bool excl)  in nilfs_create() 117 	    struct dentry *dentry, umode_t mode, dev_t rdev)  in nilfs_mknod() 142 			 struct dentry *dentry, const char *symname)  in nilfs_symlink() 194 		      struct dentry *dentry)  in nilfs_link() 222 		       struct dentry *dentry, umode_t mode)  in nilfs_mkdir() 275 static int nilfs_do_unlink(struct inode *dir, struct dentry *dentry)  in nilfs_do_unlink() 311 static int nilfs_unlink(struct inode *dir, struct dentry *dentry)  in nilfs_unlink() 332 static int nilfs_rmdir(struct inode *dir, struct dentry *dentry)  in nilfs_rmdir()
  | 
| /fs/9p/ | 
| D | fid.c | 21 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid)  in __add_fid() 33 void v9fs_fid_add(struct dentry *dentry, struct p9_fid **pfid)  in v9fs_fid_add() 113 static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any)  in v9fs_fid_find() 147 				  struct dentry *dentry, const unsigned char ***names)  in build_path_from_dentry() 169 static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry,  in v9fs_fid_lookup_with_uid() 287 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry)  in v9fs_fid_lookup()
  | 
| /fs/nfs/ | 
| D | dir.c | 641 int nfs_same_file(struct dentry *dentry, struct nfs_entry *entry)  in nfs_same_file() 729 	struct dentry *dentry;  in nfs_prime_dcache()  local 1223 	struct dentry	*dentry = file_dentry(file);  in nfs_readdir()  local 1428 static bool nfs_verifier_is_delegated(struct dentry *dentry)  in nfs_verifier_is_delegated() 1433 static void nfs_set_verifier_locked(struct dentry *dentry, unsigned long verf)  in nfs_set_verifier_locked() 1455 void nfs_set_verifier(struct dentry *dentry, unsigned long verf)  in nfs_set_verifier() 1492 static int nfs_dentry_verify_change(struct inode *dir, struct dentry *dentry)  in nfs_dentry_verify_change() 1506 static int nfs_check_verifier(struct inode *dir, struct dentry *dentry,  in nfs_check_verifier() 1610 int nfs_neg_need_reval(struct inode *dir, struct dentry *dentry,  in nfs_neg_need_reval() 1624 nfs_lookup_revalidate_done(struct inode *dir, struct dentry *dentry,  in nfs_lookup_revalidate_done() [all …] 
 | 
| /fs/exportfs/ | 
| D | expfs.c | 44 		int (*acceptable)(void *context, struct dentry *dentry),  in find_acceptable_alias() 47 	struct dentry *dentry, *toput = NULL;  in find_acceptable_alias()  local 74 static bool dentry_connected(struct dentry *dentry)  in dentry_connected() 91 static void clear_disconnected(struct dentry *dentry)  in clear_disconnected() 122 		struct dentry *dentry, char *nbuf)  in reconnect_one() 214 	struct dentry *dentry, *parent;  in reconnect_path()  local 405 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len,  in exportfs_encode_fh() 431 		       int (*acceptable)(void *, struct dentry *),  in exportfs_decode_fh_raw() 584 				  int (*acceptable)(void *, struct dentry *),  in exportfs_decode_fh()
  | 
| /fs/hfsplus/ | 
| D | dir.c | 22 static inline void hfsplus_instantiate(struct dentry *dentry,  in hfsplus_instantiate() 30 static struct dentry *hfsplus_lookup(struct inode *dir, struct dentry *dentry,  in hfsplus_lookup() 358 static int hfsplus_unlink(struct inode *dir, struct dentry *dentry)  in hfsplus_unlink() 415 static int hfsplus_rmdir(struct inode *dir, struct dentry *dentry)  in hfsplus_rmdir() 438 			   struct dentry *dentry, const char *symname)  in hfsplus_symlink() 480 			 struct dentry *dentry, umode_t mode, dev_t rdev)  in hfsplus_mknod() 521 			  struct dentry *dentry, umode_t mode, bool excl)  in hfsplus_create() 527 			 struct dentry *dentry, umode_t mode)  in hfsplus_mkdir()
  |