Searched refs:oldmnt (Results 1 – 1 of 1) sorted by relevance
95 softdep_flushfiles(struct mount *oldmnt, in softdep_flushfiles() argument439 softdep_flushworklist(struct mount *oldmnt, in softdep_flushworklist() argument2020 softdep_flushworklist(struct mount *oldmnt, in softdep_flushworklist() argument2036 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() argument2104 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()[all …]