Home
last modified time | relevance | path

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

/fs/
Dnamei.c1145 bool *need_mntput) in follow_automount() argument
1192 if (!*need_mntput) { in follow_automount()
1195 *need_mntput = true; in follow_automount()
1228 bool need_mntput = false; in follow_managed() local
1252 if (need_mntput) in follow_managed()
1256 need_mntput = true; in follow_managed()
1268 ret = follow_automount(path, nd, &need_mntput); in follow_managed()
1278 if (need_mntput && path->mnt == mnt) in follow_managed()
1282 if (need_mntput) in follow_managed()