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.c145 int hasmask; member
425 int *hasmask, mode_t *mask, in ln_aent_preprocess() argument
432 *hasmask = 0; in ln_aent_preprocess()
448 if (*hasmask) { in ln_aent_preprocess()
452 *hasmask = 1; in ln_aent_preprocess()
458 if ((! *hasmask) && (*numuser + *numgroup > 1)) { in ln_aent_preprocess()
481 int hasmask; in ln_aent_to_ace() local
483 error = ln_aent_preprocess(aclent, n, &hasmask, &mask, in ln_aent_to_ace()
490 if (hasmask) { in ln_aent_to_ace()
519 if ((hasmask) && in ln_aent_to_ace()
[all …]