Searched refs:BE_MNT_FORCE (Results 1 – 3 of 3) sorted by relevance
254 mntflags = (flags & BE_MNT_FORCE) ? MNT_FORCE : 0; in be_mount()306 info.mntflags = (flags & BE_MNT_FORCE) ? MS_FORCE : 0; in be_unmount()
109 BE_MNT_FORCE = 1 << 0, enumerator
501 flags |= BE_MNT_FORCE; in bectl_cmd_unmount()