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

/macosx-10.9.5/autofs-234/checktrigger/
H A Dchecktrigger.c11 uint32_t mount_flags; member in struct:attr_buffer
38 (attrbuf.mount_flags & DIR_MNTSTATUS_TRIGGER) ?
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddmnt.c64 uint32_t mount_flags; member in struct:__anon10850
100 if (ab.mount_flags & DIR_MNTSTATUS_TRIGGER)
/macosx-10.9.5/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 210 milliseconds