Searched refs:d_dname (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | realpath.c | 277 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path() 278 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
|
/Linux-v4.19/fs/ |
D | anon_inodes.c | 38 .d_dname = anon_inodefs_dname,
|
D | d_path.c | 273 if (path->dentry->d_op && path->dentry->d_op->d_dname && in d_path() 275 return path->dentry->d_op->d_dname(path->dentry, buf, buflen); in d_path()
|
D | nsfs.c | 44 .d_dname = ns_dname,
|
D | file_table.c | 218 .d_dname = simple_dname in alloc_file_pseudo()
|
D | pipe.c | 699 .d_dname = pipefs_dname,
|
/Linux-v4.19/include/linux/ |
D | dcache.h | 145 char *(*d_dname)(struct dentry *, char *, int); member
|
/Linux-v4.19/drivers/misc/cxl/ |
D | api.c | 41 .d_dname = simple_dname,
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_drv.c | 414 .d_dname = simple_dname,
|
/Linux-v4.19/drivers/virtio/ |
D | virtio_balloon.c | 500 .d_dname = simple_dname, in balloon_mount()
|
/Linux-v4.19/Documentation/filesystems/ |
D | Locking | 21 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen); 37 d_dname: no no no no
|
D | vfs.txt | 1006 char *(*d_dname)(struct dentry *, char *, int); 1084 d_dname: called when the pathname of a dentry should be generated. 1090 held, d_dname() should not try to modify the dentry itself, unless
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | ocxl_hw.c | 39 .d_dname = simple_dname,
|
/Linux-v4.19/mm/ |
D | zsmalloc.c | 1821 .d_dname = simple_dname, in zs_mount()
|
/Linux-v4.19/net/ |
D | socket.c | 310 .d_dname = sockfs_dname,
|
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon.c | 2169 .d_dname = pfmfs_dname,
|