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

/macosx-10.10.1/autofs-246/checktrigger/
H A Dchecktrigger.c11 uint32_t mount_flags; member in struct:attr_buffer
38 (attrbuf.mount_flags & DIR_MNTSTATUS_TRIGGER) ?
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/libproc/
H A Ddmnt.c64 uint32_t mount_flags; member in struct:__anon10654
100 if (ab.mount_flags & DIR_MNTSTATUS_TRIGGER)
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c619 u_int32_t mount_flags; local
629 mount_flags = (unsigned int)vfs_flags(mp);
634 ((mount_flags & MNT_UNKNOWNPERMISSIONS) == 0)) ||
636 (mount_flags & MNT_UNKNOWNPERMISSIONS)));
639 if (permswitch && (mount_flags & MNT_ROOTFS) && (mount_flags & MNT_UNKNOWNPERMISSIONS)) {
644 if (mount_flags & MNT_UNKNOWNPERMISSIONS)
655 if (mount_flags & MNT_NOATIME) {

Completed in 78 milliseconds