Searched refs:MS_UMOUNT_MASK (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ | ||
H A D | mount.h | 72 #define MS_UMOUNT_MASK (MS_FORCE) macro |
/titanic_41/usr/src/uts/common/syscall/ | ||
H A D | umount.c | 132 flag &= MS_UMOUNT_MASK; in umount2() |