HomeSort by: relevance | last modified time | path
    Searched defs:user_allow_first (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_acl_nfs4.c 387 acl_perm_t user_allow_first = 0, user_deny = 0, group_deny = 0; local in function:acl_nfs4_compute_inherited_acl_psarc
420 user_allow_first = group_deny & ~user_deny;
422 if (user_allow_first != 0)
423 _acl_append(aclp, ACL_USER_OBJ, user_allow_first,
subr_acl_nfs4.c 387 acl_perm_t user_allow_first = 0, user_deny = 0, group_deny = 0; local in function:acl_nfs4_compute_inherited_acl_psarc
420 user_allow_first = group_deny & ~user_deny;
422 if (user_allow_first != 0)
423 _acl_append(aclp, ACL_USER_OBJ, user_allow_first,

Completed in 20 milliseconds