Home
last modified time | relevance | path

Searched refs:hasmask (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/acl/
H A Dacl_common.c148 int hasmask; member
467 *hasmask = 0; in ln_aent_preprocess()
483 if (*hasmask) { in ln_aent_preprocess()
487 *hasmask = 1; in ln_aent_preprocess()
516 int hasmask; in ln_aent_to_ace() local
525 if (hasmask) { in ln_aent_to_ace()
554 if ((hasmask) && in ln_aent_to_ace()
791 al->hasmask = 0; in ace_list_init()
1176 if (list->hasmask) { in ace_list_to_aent()
1422 if (! acl->hasmask) { in ln_ace_to_aent()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c352 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()
574 int hasmask; in ln_aent_to_ace4() local
583 if (hasmask) { in ln_aent_to_ace4()
609 if ((hasmask) && in ln_aent_to_ace4()
1333 if (list->hasmask) { in ace4_list_to_aent()
1542 if (! acl->hasmask) { in ln_ace4_to_aent()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h480 int hasmask; member