Searched refs:hasmask (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/common/acl/ |
| H A D | acl_common.c | 148 int hasmask; member 460 int *hasmask, mode_t *mask, in ln_aent_preprocess() argument 467 *hasmask = 0; in ln_aent_preprocess() 483 if (*hasmask) { in ln_aent_preprocess() 487 *hasmask = 1; in ln_aent_preprocess() 493 if ((! *hasmask) && (*numuser + *numgroup > 1)) { in ln_aent_preprocess() 516 int hasmask; in ln_aent_to_ace() local 518 error = ln_aent_preprocess(aclent, n, &hasmask, &mask, in ln_aent_to_ace() 525 if (hasmask) { in ln_aent_to_ace() 554 if ((hasmask) && in ln_aent_to_ace() [all …]
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_acl.c | 352 a4l->hasmask = 0; in ace4_list_init() 365 int *hasmask, o_mode_t *mask, in ln_aent_preprocess() argument 372 *hasmask = 0; in ln_aent_preprocess() 388 if (*hasmask) { in ln_aent_preprocess() 395 *hasmask = 1; in ln_aent_preprocess() 401 if ((! *hasmask) && (*numuser + *numgroup > 1)) { in ln_aent_preprocess() 574 int hasmask; in ln_aent_to_ace4() local 576 error = ln_aent_preprocess(aclent, n, &hasmask, &mask, in ln_aent_to_ace4() 583 if (hasmask) { in ln_aent_to_ace4() 609 if ((hasmask) && in ln_aent_to_ace4() [all …]
|
| /illumos-gate/usr/src/uts/common/nfs/ |
| H A D | nfs4_kprot.h | 487 int hasmask; member
|