Home
last modified time | relevance | path

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

/linux/include/linux/
A Ddcache.h144 int (*d_init)(struct dentry *); member
/linux/fs/fuse/
A Ddir.c335 .d_init = fuse_dentry_init,
343 .d_init = fuse_dentry_init,
/linux/Documentation/filesystems/
A Dlocking.rst26 int (*d_init)(struct dentry *);
44 d_init: no no yes no
A Dvfs.rst1179 int (*d_init)(struct dentry *);
1260 ``d_init``
/linux/fs/
A Ddcache.c1797 if (dentry->d_op && dentry->d_op->d_init) { in __d_alloc()
1798 err = dentry->d_op->d_init(dentry); in __d_alloc()
/linux/fs/ceph/
A Ddir.c1993 .d_init = ceph_d_init,

Completed in 18 milliseconds