Searched refs:ffs_reload (Results 1 – 3 of 3) sorted by relevance
86 int ffs_reload(struct mount *, struct thread *, int);
239 error = ffs_reload(mp, curthread, 1); in ffs_susp_dtor()
336 (error = ffs_reload(mp, td, 0)) != 0) in ffs_mount()610 ffs_reload(struct mount *mp, struct thread *td, int force) in ffs_reload() function