Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A 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()
/linux/fs/
A 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()
A Danon_inodes.c40 .d_dname = anon_inodefs_dname,
A Dnsfs.c48 .d_dname = ns_dname,
A Dfile_table.c219 .d_dname = simple_dname in alloc_file_pseudo()
A Dpipe.c864 .d_dname = pipefs_dname,
/linux/include/linux/
A Ddcache.h148 char *(*d_dname)(struct dentry *, char *, int); member
/linux/Documentation/filesystems/
A Dlocking.rst29 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen);
48 d_dname: no no no no
A Dvfs.rst1182 char *(*d_dname)(struct dentry *, char *, int);
1272 ``d_dname``
1279 invariant. As no lock is held, d_dname() should not try to
/linux/drivers/dma-buf/
A Ddma-buf.c105 .d_dname = dmabuffs_dname,
/linux/net/
A Dsocket.c362 .d_dname = sockfs_dname,

Completed in 24 milliseconds