Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c136 int hasmask; member
416 int *hasmask, mode_t *mask, in ln_aent_preprocess() argument
423 *hasmask = 0; in ln_aent_preprocess()
439 if (*hasmask) { in ln_aent_preprocess()
443 *hasmask = 1; in ln_aent_preprocess()
449 if ((! *hasmask) && (*numuser + *numgroup > 1)) { in ln_aent_preprocess()
472 int hasmask; in ln_aent_to_ace() local
474 error = ln_aent_preprocess(aclent, n, &hasmask, &mask, in ln_aent_to_ace()
481 if (hasmask) { in ln_aent_to_ace()
510 if ((hasmask) && in ln_aent_to_ace()
[all …]