Searched refs:d_dname (Results 1 – 12 of 12) sorted by relevance
| /linux/security/tomoyo/ |
| A D | realpath.c | 257 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path() 258 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
|
| /linux/fs/ |
| A D | d_path.c | 281 if (path->dentry->d_op && path->dentry->d_op->d_dname && in d_path() 283 return path->dentry->d_op->d_dname(path->dentry, buf, buflen); in d_path()
|
| A D | anon_inodes.c | 40 .d_dname = anon_inodefs_dname,
|
| A D | pidfs.c | 346 .d_dname = pidfs_dname,
|
| A D | nsfs.c | 41 .d_dname = ns_dname,
|
| A D | pipe.c | 877 .d_dname = pipefs_dname,
|
| A D | dcache.c | 1766 .d_dname = simple_dname in d_alloc_pseudo()
|
| /linux/include/linux/ |
| A D | dcache.h | 149 char *(*d_dname)(struct dentry *, char *, int); member
|
| /linux/Documentation/filesystems/ |
| A D | locking.rst | 29 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen); 48 d_dname: no no no no
|
| A D | vfs.rst | 1263 char *(*d_dname)(struct dentry *, char *, int); 1353 ``d_dname`` 1360 invariant. As no lock is held, d_dname() should not try to
|
| /linux/drivers/dma-buf/ |
| A D | dma-buf.c | 124 .d_dname = dmabuffs_dname,
|
| /linux/net/ |
| A D | socket.c | 366 .d_dname = sockfs_dname,
|
Completed in 35 milliseconds