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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h177 mode_t hfs_dir_mask; /* mask to and with directory protection bits */ member in struct:hfsmount
H A Dhfs_vfsops.c198 hfsmp->hfs_dir_mask = (S_IRWXU | S_IRGRP|S_IXGRP | S_IROTH|S_IXOTH); /* 0755 */
712 if (hfsmp->hfs_dir_mask != (args->hfs_mask & ALLPERMS)) {
713 hfsmp->hfs_dir_mask = args->hfs_mask & ALLPERMS;
1530 hfsmp->hfs_dir_mask = args->hfs_mask & ALLPERMS;
1537 hfsmp->hfs_dir_mask = UNKNOWNPERMISSIONS & ALLPERMS; /* 0777: rwx---rwx */
1548 hfsmp->hfs_dir_mask = UNKNOWNPERMISSIONS & ALLPERMS; /* 0777: rwx---rwx */
H A Dhfs_catalog.c1673 (hfsmp->hfs_dir_mask & ACCESSPERMS))) {
4005 attrp->ca_mode = S_IFDIR | (hfsmp->hfs_dir_mask & ACCESSPERMS);

Completed in 105 milliseconds