Home
last modified time | relevance | path

Searched refs:d_init (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
A Ddcache.h145 int (*d_init)(struct dentry *); member
/linux/Documentation/filesystems/
A Dlocking.rst26 int (*d_init)(struct dentry *);
44 d_init: no no yes no
A Dvfs.rst1260 int (*d_init)(struct dentry *);
1341 ``d_init``
/linux/fs/
A Ddcache.c1690 if (dentry->d_op && dentry->d_op->d_init) { in __d_alloc()
1691 err = dentry->d_op->d_init(dentry); in __d_alloc()
/linux/fs/fuse/
A Ddir.c334 .d_init = fuse_dentry_init,
342 .d_init = fuse_dentry_init,
/linux/fs/ceph/
A Ddir.c2266 .d_init = ceph_d_init,

Completed in 27 milliseconds