/linux-5.10/include/linux/ |
D | path.h | 10 struct dentry *dentry; member
|
/linux-5.10/fs/nfs/ |
D | symlink.c | 47 static const char *nfs_get_link(struct dentry *dentry, in nfs_get_link()
|
/linux-5.10/drivers/block/drbd/ |
D | drbd_debugfs.c | 467 struct dentry *dentry; in drbd_debugfs_resource_add() local 623 struct dentry *dentry; in drbd_debugfs_connection_add() local 778 struct dentry *dentry; in drbd_debugfs_device_attr() local 830 struct dentry *dentry; in drbd_debugfs_peer_device_add() local 878 struct dentry *dentry; in drbd_debugfs_init() local
|
/linux-5.10/fs/9p/ |
D | acl.c | 216 struct dentry *dentry, struct inode *inode, in v9fs_xattr_get_acl() 242 struct dentry *dentry, struct inode *inode, in v9fs_xattr_set_acl()
|
/linux-5.10/fs/ext4/ |
D | namei.c | 1609 struct dentry *dentry, in ext4_lookup_entry() 1681 static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in ext4_lookup() 2176 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, in ext4_add_entry() 2578 struct dentry *dentry, struct inode **inodep) in ext4_add_nondir() 2605 static int ext4_create(struct inode *dir, struct dentry *dentry, umode_t mode, in ext4_create() 2640 static int ext4_mknod(struct inode *dir, struct dentry *dentry, in ext4_mknod() 2674 static int ext4_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in ext4_tmpfile() 2783 static int ext4_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ext4_mkdir() 3100 static int ext4_rmdir(struct inode *dir, struct dentry *dentry) in ext4_rmdir() 3247 static int ext4_unlink(struct inode *dir, struct dentry *dentry) in ext4_unlink() [all …]
|
D | xattr_user.c | 16 ext4_xattr_user_list(struct dentry *dentry) in ext4_xattr_user_list()
|
D | xattr_trusted.c | 17 ext4_xattr_trusted_list(struct dentry *dentry) in ext4_xattr_trusted_list()
|
D | xattr_hurd.c | 16 ext4_xattr_hurd_list(struct dentry *dentry) in ext4_xattr_hurd_list()
|
D | fast_commit.c | 362 struct dentry *dentry; member 373 struct dentry *dentry = dentry_update->dentry; in __track_dentry_update() local 418 struct inode *inode, struct dentry *dentry) in __ext4_fc_track_unlink() 431 void ext4_fc_track_unlink(handle_t *handle, struct dentry *dentry) in ext4_fc_track_unlink() 437 struct inode *inode, struct dentry *dentry) in __ext4_fc_track_link() 450 void ext4_fc_track_link(handle_t *handle, struct dentry *dentry) in ext4_fc_track_link() 455 void ext4_fc_track_create(handle_t *handle, struct dentry *dentry) in ext4_fc_track_create()
|
/linux-5.10/fs/fuse/ |
D | dir.c | 45 static inline void __fuse_dentry_settime(struct dentry *dentry, u64 time) in __fuse_dentry_settime() 56 static void fuse_dentry_settime(struct dentry *dentry, u64 time) in fuse_dentry_settime() 284 static int fuse_dentry_init(struct dentry *dentry) in fuse_dentry_init() 291 static void fuse_dentry_release(struct dentry *dentry) in fuse_dentry_release() 299 static int fuse_dentry_delete(const struct dentry *dentry) in fuse_dentry_delete() 1322 static const char *fuse_get_link(struct dentry *dentry, struct inode *inode, in fuse_get_link() 1567 int fuse_do_setattr(struct dentry *dentry, struct iattr *attr, in fuse_do_setattr()
|
/linux-5.10/fs/minix/ |
D | dir.c | 151 minix_dirent *minix_find_entry(struct dentry *dentry, struct page **res_page) in minix_find_entry() 200 int minix_add_link(struct dentry *dentry, struct inode *inode) in minix_add_link() 451 ino_t minix_inode_by_name(struct dentry *dentry) in minix_inode_by_name()
|
/linux-5.10/fs/cifs/ |
D | inode.c | 1274 struct dentry *dentry; local 1460 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, 1602 int cifs_unlink(struct inode *dir, struct dentry *dentry) 1718 cifs_mkdir_qinfo(struct inode *parent, struct dentry *dentry, umode_t mode, 1792 cifs_posix_mkdir(struct inode *inode, struct dentry *dentry, umode_t mode, 2294 int cifs_revalidate_dentry_attr(struct dentry *dentry) 2353 int cifs_revalidate_dentry(struct dentry *dentry) 2368 struct dentry *dentry = path->dentry; local
|
/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
D | syscalls.c | 67 struct dentry *dentry; in do_spu_create() local
|
/linux-5.10/fs/reiserfs/ |
D | xattr_user.c | 32 static bool user_list(struct dentry *dentry) in user_list()
|
D | xattr_trusted.c | 35 static bool trusted_list(struct dentry *dentry) in trusted_list()
|
/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
D | debug.h | 26 struct dentry *dentry; member
|
/linux-5.10/fs/jffs2/ |
D | xattr_trusted.c | 36 static bool jffs2_trusted_listxattr(struct dentry *dentry) in jffs2_trusted_listxattr()
|
D | fs.c | 193 int jffs2_setattr(struct dentry *dentry, struct iattr *iattr) in jffs2_setattr() 209 int jffs2_statfs(struct dentry *dentry, struct kstatfs *buf) in jffs2_statfs()
|
/linux-5.10/fs/proc/ |
D | self.c | 11 static const char *proc_self_get_link(struct dentry *dentry, in proc_self_get_link()
|
D | thread_self.c | 11 static const char *proc_thread_self_get_link(struct dentry *dentry, in proc_thread_self_get_link()
|
/linux-5.10/fs/ext2/ |
D | xattr_trusted.c | 13 ext2_xattr_trusted_list(struct dentry *dentry) in ext2_xattr_trusted_list()
|
D | xattr_user.c | 15 ext2_xattr_user_list(struct dentry *dentry) in ext2_xattr_user_list()
|
/linux-5.10/security/apparmor/ |
D | lsm.c | 248 struct dentry *dentry, u32 mask, in common_perm_dir_dentry() 266 struct dentry *dentry, u32 mask) in common_perm_rm() 291 struct dentry *dentry, u32 mask, umode_t mode) in common_perm_create() 301 static int apparmor_path_unlink(const struct path *dir, struct dentry *dentry) in apparmor_path_unlink() 306 static int apparmor_path_mkdir(const struct path *dir, struct dentry *dentry, in apparmor_path_mkdir() 313 static int apparmor_path_rmdir(const struct path *dir, struct dentry *dentry) in apparmor_path_rmdir() 318 static int apparmor_path_mknod(const struct path *dir, struct dentry *dentry, in apparmor_path_mknod() 329 static int apparmor_path_symlink(const struct path *dir, struct dentry *dentry, in apparmor_path_symlink()
|
/linux-5.10/fs/ |
D | binfmt_misc.c | 61 struct dentry *dentry; member 567 struct dentry *dentry; in kill_node() local 648 struct dentry *root = sb->s_root, *dentry; in bm_register_write() local
|
/linux-5.10/drivers/oprofile/ |
D | oprofilefs.c | 139 struct dentry *dentry; in __oprofilefs_create_file() local 219 struct dentry *dentry; in oprofilefs_mkdir() local
|