Searched refs:d_dname (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/security/tomoyo/ |
D | realpath.c | 260 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path() 261 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
|
/linux-5.19.10/fs/ |
D | d_path.c | 280 if (path->dentry->d_op && path->dentry->d_op->d_dname && in d_path() 282 return path->dentry->d_op->d_dname(path->dentry, buf, buflen); in d_path()
|
D | anon_inodes.c | 40 .d_dname = anon_inodefs_dname,
|
D | nsfs.c | 48 .d_dname = ns_dname,
|
D | file_table.c | 256 .d_dname = simple_dname in alloc_file_pseudo()
|
D | pipe.c | 868 .d_dname = pipefs_dname,
|
/linux-5.19.10/include/linux/ |
D | dcache.h | 138 char *(*d_dname)(struct dentry *, char *, int); member
|
/linux-5.19.10/Documentation/filesystems/ |
D | locking.rst | 29 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen); 48 d_dname: no no no no
|
D | vfs.rst | 1178 char *(*d_dname)(struct dentry *, char *, int); 1268 ``d_dname`` 1275 invariant. As no lock is held, d_dname() should not try to
|
/linux-5.19.10/drivers/dma-buf/ |
D | dma-buf.c | 105 .d_dname = dmabuffs_dname,
|
/linux-5.19.10/net/ |
D | socket.c | 363 .d_dname = sockfs_dname,
|