Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Drealpath.c276 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path()
277 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
/linux-4.1.27/fs/
Danon_inodes.c38 .d_dname = anon_inodefs_dname,
Dnsfs.c36 .d_dname = ns_dname,
Dpipe.c634 .d_dname = pipefs_dname,
Ddcache.c3087 if (path->dentry->d_op && path->dentry->d_op->d_dname && in d_path()
3089 return path->dentry->d_op->d_dname(path->dentry, buf, buflen); in d_path()
Daio.c240 .d_dname = simple_dname, in aio_mount()
/linux-4.1.27/include/linux/
Ddcache.h160 char *(*d_dname)(struct dentry *, char *, int); member
/linux-4.1.27/drivers/gpu/drm/
Ddrm_drv.c480 .d_dname = simple_dname,
/linux-4.1.27/Documentation/filesystems/
DLocking20 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen);
34 d_dname: no no no no
Dvfs.txt932 char *(*d_dname)(struct dentry *, char *, int);
1007 d_dname: called when the pathname of a dentry should be generated.
1013 held, d_dname() should not try to modify the dentry itself, unless
/linux-4.1.27/fs/hugetlbfs/
Dinode.c961 .d_dname = simple_dname
/linux-4.1.27/mm/
Dshmem.c3309 .d_dname = simple_dname
/linux-4.1.27/net/
Dsocket.c319 .d_dname = sockfs_dname,
/linux-4.1.27/arch/ia64/kernel/
Dperfmon.c2167 .d_dname = pfmfs_dname,