Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c431 int curtype = 0; in ln_aent_preprocess() local
440 if (aclent[i].a_type < curtype) in ln_aent_preprocess()
442 else if (aclent[i].a_type > curtype) in ln_aent_preprocess()
443 curtype = aclent[i].a_type; in ln_aent_preprocess()