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

  /src/sys/sys/
fstypes.h 80 * Unmount uses MNT_FORCE flag.
207 #define MNT_FORCE 0x00080000 /* force unmount or readonly change */
210 #define MNT_OP_FLAGS (MNT_UPDATE|MNT_RELOAD|MNT_FORCE|MNT_GETARGS)
215 { MNT_FORCE, 1, "force unmount or readonly change" }, \
257 "\24MNT_FORCE" \
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_linux.h 91 # ifndef MNT_FORCE
92 # define MNT_FORCE 0x1 /* from <sys/mount.h> */
93 # endif /* not MNT_FORCE */

Completed in 28 milliseconds