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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h154 mode_t hfs_dir_mask; /* mask to and with directory protection bits */ member in struct:hfsmount
H A Dhfs_vfsops.c173 hfsmp->hfs_dir_mask = (S_IRWXU | S_IRGRP|S_IXGRP | S_IROTH|S_IXOTH); /* 0755 */
518 if (hfsmp->hfs_dir_mask != (args->hfs_mask & ALLPERMS)) {
519 hfsmp->hfs_dir_mask = args->hfs_mask & ALLPERMS;
1094 hfsmp->hfs_dir_mask = args->hfs_mask & ALLPERMS;
1101 hfsmp->hfs_dir_mask = UNKNOWNPERMISSIONS & ALLPERMS; /* 0777: rwx---rwx */
1112 hfsmp->hfs_dir_mask = UNKNOWNPERMISSIONS & ALLPERMS; /* 0777: rwx---rwx */
H A Dhfs_catalog.c1545 (hfsmp->hfs_dir_mask & ACCESSPERMS))) {
3777 attrp->ca_mode = S_IFDIR | (hfsmp->hfs_dir_mask & ACCESSPERMS);

Completed in 70 milliseconds