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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c467 u_int32_t mount_flags; local
471 mount_flags = (unsigned int)vfs_flags(mp);
476 ((mount_flags & MNT_UNKNOWNPERMISSIONS) == 0)) ||
478 (mount_flags & MNT_UNKNOWNPERMISSIONS)));
481 if (permswitch && (mount_flags & MNT_ROOTFS) && (mount_flags & MNT_UNKNOWNPERMISSIONS)) {
486 if (mount_flags & MNT_UNKNOWNPERMISSIONS)
497 if (mount_flags & MNT_NOATIME) {

Completed in 22 milliseconds