Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddcache.h147 int (*d_manage)(const struct path *, bool); member
/Linux-v4.19/fs/
Dnamei.c1237 BUG_ON(!path->dentry->d_op->d_manage); in follow_managed()
1238 ret = path->dentry->d_op->d_manage(path, false); in follow_managed()
1304 path->dentry->d_op->d_manage(path, true) : 0; in managed_dentry_rcu()
1429 BUG_ON(!path->dentry->d_op->d_manage); in follow_down()
1430 ret = path->dentry->d_op->d_manage(path, false); in follow_down()
/Linux-v4.19/fs/autofs/
Droot.c62 .d_manage = autofs_d_manage,
/Linux-v4.19/Documentation/filesystems/
DLocking23 int (*d_manage)(const struct path *, bool);
39 d_manage: no no yes (ref-walk) maybe
Dvfs.txt1008 int (*d_manage)(const struct path *, bool);
1124 d_manage: called to allow the filesystem to manage the transition from a