Home
last modified time | relevance | path

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

/freebsd/lib/libbe/
H A Dbe_access.c254 mntflags = (flags & BE_MNT_FORCE) ? MNT_FORCE : 0; in be_mount()
306 info.mntflags = (flags & BE_MNT_FORCE) ? MS_FORCE : 0; in be_unmount()
H A Dbe.h109 BE_MNT_FORCE = 1 << 0, enumerator
/freebsd/sbin/bectl/
H A Dbectl.c501 flags |= BE_MNT_FORCE; in bectl_cmd_unmount()