Home
last modified time | relevance | path

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

/linux-6.15/security/tomoyo/
H A Drealpath.c257 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-6.15/fs/
H A Dd_path.c281 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()
H A Danon_inodes.c40 .d_dname = anon_inodefs_dname,
H A Dnsfs.c40 .d_dname = ns_dname,
H A Dpidfs.c654 .d_dname = pidfs_dname,
H A Dpipe.c880 .d_dname = pipefs_dname,
H A Ddcache.c1810 .d_dname = simple_dname in d_alloc_pseudo()
/linux-6.15/include/linux/
H A Ddcache.h159 char *(*d_dname)(struct dentry *, char *, int); member
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst30 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen);
51 d_dname: no no no no
H A Dvfs.rst1283 char *(*d_dname)(struct dentry *, char *, int);
1375 ``d_dname``
1382 invariant. As no lock is held, d_dname() should not try to
/linux-6.15/drivers/dma-buf/
H A Ddma-buf.c124 .d_dname = dmabuffs_dname,
/linux-6.15/net/
H A Dsocket.c368 .d_dname = sockfs_dname,