Searched refs:ffs_reload (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_extern.h85 int ffs_reload(struct mount *, struct thread *, int);
H A Dffs_suspend.c263 error = ffs_reload(mp, curthread, FFSR_FORCE | FFSR_UNSUSPEND);
H A Dffs_vfsops.c313 (error = ffs_reload(mp, td, 0)) != 0)
614 ffs_reload(struct mount *mp, struct thread *td, int flags) function
642 panic("ffs_reload: dirty1");
744 panic("ffs_reload: dirty2");

Completed in 164 milliseconds