Searched refs:need_mntput (Results 1 – 1 of 1) sorted by relevance
729 bool *need_mntput) in follow_automount() argument776 if (!*need_mntput) { in follow_automount()779 *need_mntput = true; in follow_automount()812 bool need_mntput = false; in follow_managed() local836 if (need_mntput) in follow_managed()840 need_mntput = true; in follow_managed()852 ret = follow_automount(path, flags, &need_mntput); in follow_managed()862 if (need_mntput && path->mnt == mnt) in follow_managed()866 return ret < 0 ? ret : need_mntput; in follow_managed()