Lines Matching refs:haswriteperm
414 access_mask_set(int haswriteperm, int hasreadperm, int isowner, int isallow,
434 if (haswriteperm)
438 else if (haswriteperm)
446 if (haswriteperm)
450 else if (haswriteperm)
511 int haswriteperm = 0;
515 haswriteperm = (mode & 02);
518 haswriteperm = !(mode & 02);
528 access = access_mask_set(haswriteperm, hasreadperm, isowner, isallow,
974 int haswriteperm, hasreadperm;
977 haswriteperm = (ace4p->access_mask & ACE4_WRITE_DATA) ? 0 : 1;
980 haswriteperm = (ace4p->access_mask & ACE4_WRITE_DATA) ? 1 : 0;
1010 } else if (haswriteperm) {
1031 if (!haswriteperm)