Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
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.1.9/fs/
Dd_path.c280 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()
Danon_inodes.c40 .d_dname = anon_inodefs_dname,
Dnsfs.c48 .d_dname = ns_dname,
Dfile_table.c259 .d_dname = simple_dname in alloc_file_pseudo()
Dpipe.c868 .d_dname = pipefs_dname,
/linux-6.1.9/include/linux/
Ddcache.h139 char *(*d_dname)(struct dentry *, char *, int); member
/linux-6.1.9/Documentation/filesystems/
Dlocking.rst29 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen);
48 d_dname: no no no no
Dvfs.rst1196 char *(*d_dname)(struct dentry *, char *, int);
1286 ``d_dname``
1293 invariant. As no lock is held, d_dname() should not try to
/linux-6.1.9/drivers/dma-buf/
Ddma-buf.c108 .d_dname = dmabuffs_dname,
/linux-6.1.9/net/
Dsocket.c363 .d_dname = sockfs_dname,