Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dnamei.c1084 bool *need_mntput) in follow_automount() argument
1131 if (!*need_mntput) { in follow_automount()
1134 *need_mntput = true; in follow_automount()
1167 bool need_mntput = false; in follow_managed() local
1191 if (need_mntput) in follow_managed()
1195 need_mntput = true; in follow_managed()
1207 ret = follow_automount(path, nd, &need_mntput); in follow_managed()
1217 if (need_mntput && path->mnt == mnt) in follow_managed()
1221 if (need_mntput) in follow_managed()