Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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.c49 .d_dname = ns_dname,
H A Dfile_table.c323 .d_dname = simple_dname in alloc_file_pseudo()
H A Dpipe.c874 .d_dname = pipefs_dname,
/openbmc/linux/include/linux/
H A Ddcache.h139 char *(*d_dname)(struct dentry *, char *, int); member
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst29 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen);
48 d_dname: no no no no
H A Dvfs.rst1264 char *(*d_dname)(struct dentry *, char *, int);
1354 ``d_dname``
1361 invariant. As no lock is held, d_dname() should not try to
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c108 .d_dname = dmabuffs_dname,
/openbmc/linux/net/
H A Dsocket.c367 .d_dname = sockfs_dname,