Searched refs:d_dname (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/fs/
H A Dnsfs.c36 .d_dname = ns_dname,
H A Danon_inodes.c38 .d_dname = anon_inodefs_dname,
H A Dpipe.c634 .d_dname = pipefs_dname,
H A Ddcache.c3084 * path->dentry == path->mnt->mnt_root. In that case don't call d_dname d_path()
3087 if (path->dentry->d_op && path->dentry->d_op->d_dname && d_path()
3089 return path->dentry->d_op->d_dname(path->dentry, buf, buflen); d_path()
3103 * Helper function for dentry_operations.d_dname() members
H A Daio.c240 .d_dname = simple_dname, aio_mount()
/linux-4.1.27/security/tomoyo/
H A Drealpath.c276 if (dentry->d_op && dentry->d_op->d_dname) { tomoyo_realpath_from_path()
277 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); tomoyo_realpath_from_path()
/linux-4.1.27/include/linux/
H A Ddcache.h160 char *(*d_dname)(struct dentry *, char *, int); member in struct:dentry_operations
328 * helper function for dentry_operations.d_dname() members
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_drv.c480 .d_dname = simple_dname,
/linux-4.1.27/fs/hugetlbfs/
H A Dinode.c961 .d_dname = simple_dname
/linux-4.1.27/mm/
H A Dshmem.c3309 .d_dname = simple_dname
/linux-4.1.27/net/
H A Dsocket.c319 .d_dname = sockfs_dname,
/linux-4.1.27/arch/ia64/kernel/
H A Dperfmon.c2167 .d_dname = pfmfs_dname,

Completed in 466 milliseconds