Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddcache.h148 int (*d_manage)(const struct path *, bool); member
/Linux-v5.4/fs/
Dnamei.c1229 BUG_ON(!path->dentry->d_op->d_manage); in follow_managed()
1230 ret = path->dentry->d_op->d_manage(path, false); in follow_managed()
1296 path->dentry->d_op->d_manage(path, true) : 0; in managed_dentry_rcu()
1421 BUG_ON(!path->dentry->d_op->d_manage); in follow_down()
1422 ret = path->dentry->d_op->d_manage(path, false); in follow_down()
/Linux-v5.4/fs/autofs/
Droot.c59 .d_manage = autofs_d_manage,
/Linux-v5.4/Documentation/filesystems/
Dlocking.rst31 int (*d_manage)(const struct path *, bool);
50 d_manage: no no yes (ref-walk) maybe
Dpath-lookup.rst531 ``d_manage()`` dentry operation be called before handling any possible
535 unmounted, the ``d_manage()`` function will usually wait for that
544 ``d_manage()`` by returning ``-EISDIR``.
554 If this flag is set, and ``d_manage()`` didn't return ``-EISDIR``,
562 If ``d_manage()`` allowed us to get this far, and ``lookup_mnt()`` didn't
Dvfs.rst1150 int (*d_manage)(const struct path *, bool);
1285 ``d_manage``