Home
last modified time | relevance | path

Searched refs:d_dname (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/security/tomoyo/
Drealpath.c277 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/
Danon_inodes.c38 .d_dname = anon_inodefs_dname,
Dd_path.c273 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()
Dnsfs.c44 .d_dname = ns_dname,
Dfile_table.c218 .d_dname = simple_dname in alloc_file_pseudo()
Dpipe.c699 .d_dname = pipefs_dname,
/Linux-v4.19/include/linux/
Ddcache.h145 char *(*d_dname)(struct dentry *, char *, int); member
/Linux-v4.19/drivers/misc/cxl/
Dapi.c41 .d_dname = simple_dname,
/Linux-v4.19/drivers/gpu/drm/
Ddrm_drv.c414 .d_dname = simple_dname,
/Linux-v4.19/drivers/virtio/
Dvirtio_balloon.c500 .d_dname = simple_dname, in balloon_mount()
/Linux-v4.19/Documentation/filesystems/
DLocking21 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen);
37 d_dname: no no no no
Dvfs.txt1006 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/
Docxl_hw.c39 .d_dname = simple_dname,
/Linux-v4.19/mm/
Dzsmalloc.c1821 .d_dname = simple_dname, in zs_mount()
/Linux-v4.19/net/
Dsocket.c310 .d_dname = sockfs_dname,
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c2169 .d_dname = pfmfs_dname,