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

  /src/lib/libukfs/
ukfs.c 688 int rv, mntflag, error; local in function:ukfs_release
690 mntflag = 0;
692 mntflag = MNT_FORCE;
694 rv = rump_sys_unmount(fs->ukfs_mountpath, mntflag);
ukfs.c 688 int rv, mntflag, error; local in function:ukfs_release
690 mntflag = 0;
692 mntflag = MNT_FORCE;
694 rv = rump_sys_unmount(fs->ukfs_mountpath, mntflag);

Completed in 22 milliseconds