Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
Drealpath.c260 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()
/kernel/linux/linux-5.10/fs/
Danon_inodes.c40 .d_dname = anon_inodefs_dname,
Dd_path.c279 if (path->dentry->d_op && path->dentry->d_op->d_dname && in d_path()
281 return path->dentry->d_op->d_dname(path->dentry, buf, buflen); in d_path()
Dnsfs.c48 .d_dname = ns_dname,
Dfile_table.c220 .d_dname = simple_dname in alloc_file_pseudo()
Dpipe.c867 .d_dname = pipefs_dname,
/kernel/linux/linux-5.10/include/linux/
Ddcache.h146 char *(*d_dname)(struct dentry *, char *, int); member
/kernel/linux/linux-5.10/Documentation/filesystems/
Dlocking.rst29 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen);
48 d_dname: no no no no
Dvfs.rst1163 char *(*d_dname)(struct dentry *, char *, int);
1253 ``d_dname``
1260 invariant. As no lock is held, d_dname() should not try to
/kernel/linux/linux-5.10/drivers/dma-buf/
Ddma-buf.c109 .d_dname = dmabuffs_dname,
/kernel/linux/linux-5.10/net/
Dsocket.c312 .d_dname = sockfs_dname,