Home
last modified time | relevance | path

Searched defs:MNT_FORCE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dfstypes.h207 #define MNT_FORCE 0x00080000 /* force unmount or readonly change */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Dmount.d129 enum ulong MNT_FORCE = 0x0000000000080000; variable
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_linux.h92 # define MNT_FORCE 0x1 /* from <sys/mount.h> */ macro