Searched refs:d_dname (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/security/tomoyo/ |
D | realpath.c | 276 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/ |
D | anon_inodes.c | 38 .d_dname = anon_inodefs_dname,
|
D | nsfs.c | 36 .d_dname = ns_dname,
|
D | pipe.c | 634 .d_dname = pipefs_dname,
|
D | dcache.c | 3087 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()
|
D | aio.c | 240 .d_dname = simple_dname, in aio_mount()
|
/linux-4.1.27/include/linux/ |
D | dcache.h | 160 char *(*d_dname)(struct dentry *, char *, int); member
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_drv.c | 480 .d_dname = simple_dname,
|
/linux-4.1.27/Documentation/filesystems/ |
D | Locking | 20 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen); 34 d_dname: no no no no
|
D | vfs.txt | 932 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/ |
D | inode.c | 961 .d_dname = simple_dname
|
/linux-4.1.27/mm/ |
D | shmem.c | 3309 .d_dname = simple_dname
|
/linux-4.1.27/net/ |
D | socket.c | 319 .d_dname = sockfs_dname,
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 2167 .d_dname = pfmfs_dname,
|