Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/ufs/ffs/
Dffs_extern.h86 int ffs_reload(struct mount *, struct thread *, int);
Dffs_suspend.c239 error = ffs_reload(mp, curthread, 1); in ffs_susp_dtor()
Dffs_vfsops.c336 (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