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

/illumos-gate/usr/src/common/acl/
H A Dacl_common.c312 access_mask_set(int haswriteperm, int hasreadperm, int isowner, int isallow) argument
330 if (haswriteperm)
334 else if (haswriteperm)
343 if (haswriteperm)
347 else if (haswriteperm)
382 int haswriteperm = 0; local
386 haswriteperm = (mode & S_IWOTH);
389 haswriteperm = !(mode & S_IWOTH);
399 access = access_mask_set(haswriteperm, hasreadperm, isowner, isallow);
830 int haswriteperm, hasreadper local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c414 access_mask_set(int haswriteperm, int hasreadperm, int isowner, int isallow, argument
434 if (haswriteperm)
438 else if (haswriteperm)
446 if (haswriteperm)
450 else if (haswriteperm)
511 int haswriteperm = 0; local
515 haswriteperm = (mode & 02);
518 haswriteperm = !(mode & 02);
528 access = access_mask_set(haswriteperm, hasreadperm, isowner, isallow,
974 int haswriteperm, hasreadper local
[all...]

Completed in 83 milliseconds