Home
last modified time | relevance | path

Searched defs:dentry (Results 151 – 175 of 454) sorted by relevance

12345678910>>...19

/linux-5.10/include/linux/
Dpath.h10 struct dentry *dentry; member
/linux-5.10/fs/nfs/
Dsymlink.c47 static const char *nfs_get_link(struct dentry *dentry, in nfs_get_link()
/linux-5.10/drivers/block/drbd/
Ddrbd_debugfs.c467 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/
Dacl.c216 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/
Dnamei.c1609 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 …]
Dxattr_user.c16 ext4_xattr_user_list(struct dentry *dentry) in ext4_xattr_user_list()
Dxattr_trusted.c17 ext4_xattr_trusted_list(struct dentry *dentry) in ext4_xattr_trusted_list()
Dxattr_hurd.c16 ext4_xattr_hurd_list(struct dentry *dentry) in ext4_xattr_hurd_list()
Dfast_commit.c362 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/
Ddir.c45 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/
Ddir.c151 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/
Dinode.c1274 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/
Dsyscalls.c67 struct dentry *dentry; in do_spu_create() local
/linux-5.10/fs/reiserfs/
Dxattr_user.c32 static bool user_list(struct dentry *dentry) in user_list()
Dxattr_trusted.c35 static bool trusted_list(struct dentry *dentry) in trusted_list()
/linux-5.10/drivers/net/wireless/ath/wcn36xx/
Ddebug.h26 struct dentry *dentry; member
/linux-5.10/fs/jffs2/
Dxattr_trusted.c36 static bool jffs2_trusted_listxattr(struct dentry *dentry) in jffs2_trusted_listxattr()
Dfs.c193 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/
Dself.c11 static const char *proc_self_get_link(struct dentry *dentry, in proc_self_get_link()
Dthread_self.c11 static const char *proc_thread_self_get_link(struct dentry *dentry, in proc_thread_self_get_link()
/linux-5.10/fs/ext2/
Dxattr_trusted.c13 ext2_xattr_trusted_list(struct dentry *dentry) in ext2_xattr_trusted_list()
Dxattr_user.c15 ext2_xattr_user_list(struct dentry *dentry) in ext2_xattr_user_list()
/linux-5.10/security/apparmor/
Dlsm.c248 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/
Dbinfmt_misc.c61 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/
Doprofilefs.c139 struct dentry *dentry; in __oprofilefs_create_file() local
219 struct dentry *dentry; in oprofilefs_mkdir() local

12345678910>>...19