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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c661 u_int32_t mount_flags; local
665 mount_flags = (unsigned int)vfs_flags(mp);
670 ((mount_flags & MNT_UNKNOWNPERMISSIONS) == 0)) ||
672 (mount_flags & MNT_UNKNOWNPERMISSIONS)));
675 if (permswitch && (mount_flags & MNT_ROOTFS) && (mount_flags & MNT_UNKNOWNPERMISSIONS)) {
680 if (mount_flags & MNT_UNKNOWNPERMISSIONS)
691 if (mount_flags & MNT_NOATIME) {

Completed in 23 milliseconds