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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c397 int permswitch; member in struct:hfs_changefs_cargs
431 if (args->permswitch || args->permfix) {
460 int namefix, permfix, permswitch; local
475 permswitch = (((hfsmp->hfs_flags & HFS_UNKNOWN_PERMS) &&
481 if (permswitch && (mount_flags & MNT_ROOTFS) && (mount_flags & MNT_UNKNOWNPERMISSIONS)) {
553 if (!(namefix || permfix || permswitch))
577 cargs.permswitch = permswitch;

Completed in 19 milliseconds