Searched refs:need_mntput (Results 1 – 1 of 1) sorted by relevance
987 bool *need_mntput) in follow_automount() argument1034 if (!*need_mntput) { in follow_automount()1037 *need_mntput = true; in follow_automount()1070 bool need_mntput = false; in follow_managed() local1094 if (need_mntput) in follow_managed()1098 need_mntput = true; in follow_managed()1110 ret = follow_automount(path, flags, &need_mntput); in follow_managed()1120 if (need_mntput && path->mnt == mnt) in follow_managed()1124 return ret < 0 ? ret : need_mntput; in follow_managed()