Lines Matching refs:oldmnt
95 softdep_flushfiles(struct mount *oldmnt, in softdep_flushfiles() argument
439 softdep_flushworklist(struct mount *oldmnt, in softdep_flushworklist() argument
2020 softdep_flushworklist(struct mount *oldmnt, in softdep_flushworklist() argument
2036 ump = VFSTOUFS(oldmnt); in softdep_flushworklist()
2038 while ((count = softdep_process_worklist(oldmnt, 1)) > 0) { in softdep_flushworklist()
2093 softdep_flushfiles(struct mount *oldmnt, in softdep_flushfiles() argument
2104 ump = VFSTOUFS(oldmnt); in softdep_flushfiles()
2123 early = retry_flush_count == 1 || (oldmnt->mnt_kern_flag & in softdep_flushfiles()
2125 if ((error = ffs_flushfiles(oldmnt, flags | early, td)) != 0) in softdep_flushfiles()
2127 if ((error = softdep_flushworklist(oldmnt, &depcount, td)) != 0 || in softdep_flushfiles()
2137 if (oldmnt->mnt_kern_flag & MNTK_UNMOUNT) in softdep_flushfiles()
2142 error = softdep_waitidle(oldmnt, flags); in softdep_flushfiles()
2144 if (oldmnt->mnt_kern_flag & MNTK_UNMOUNT) { in softdep_flushfiles()
2146 MNT_ILOCK(oldmnt); in softdep_flushfiles()
2147 morework = oldmnt->mnt_nvnodelistsize > 0; in softdep_flushfiles()
2163 MNT_IUNLOCK(oldmnt); in softdep_flushfiles()