Searched refs:mount_flags (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c629 u_int32_t mount_flags; local
639 mount_flags = (unsigned int)vfs_flags(mp);
644 ((mount_flags & MNT_UNKNOWNPERMISSIONS) == 0)) ||
646 (mount_flags & MNT_UNKNOWNPERMISSIONS)));
649 if (permswitch && (mount_flags & MNT_ROOTFS) && (mount_flags & MNT_UNKNOWNPERMISSIONS)) {
654 if (mount_flags & MNT_UNKNOWNPERMISSIONS)
665 if (mount_flags & MNT_NOATIME) {

Completed in 83 milliseconds