HomeSort by: relevance | last modified time | path
    Searched defs:dounmount (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/librumphijack/
t_vfs.sh 42 dounmount() function
51 dounmount
84 dounmount ${mntdir}
  /src/tests/fs/common/
fstest_nfs.c 288 dounmount(const atf_tc_t *tc, const char *path, int flags) function in typeref:typename:int
321 return dounmount(tc, path, flags);
328 return dounmount(tc, path, flags);
  /src/sys/kern/
vfs_mount.c 936 * => Caller hold reference to the mount, explicitly for dounmount().
939 dounmount(struct mount *mp, int flags, struct lwp *l) function in typeref:typename:int
1092 if ((error = dounmount(mp, MNT_FORCE, l)) == 0) {
1128 if ((error = dounmount(mp, force ? MNT_FORCE : 0, l)) == 0) {

Completed in 14 milliseconds