Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dnamei.c1133 bool *need_mntput) in follow_automount() argument
1180 if (!*need_mntput) { in follow_automount()
1183 *need_mntput = true; in follow_automount()
1216 bool need_mntput = false; in follow_managed() local
1240 if (need_mntput) in follow_managed()
1244 need_mntput = true; in follow_managed()
1256 ret = follow_automount(path, nd, &need_mntput); in follow_managed()
1266 if (need_mntput && path->mnt == mnt) in follow_managed()
1270 if (need_mntput) in follow_managed()