Searched refs:acl_cnt (Results 1 – 11 of 11) sorted by relevance
332 aclp->acl_cnt++; in _acl_append()354 aclp->acl_cnt++; in _acl_duplicate_entry()608 if (aclp->acl_cnt < 6) { in acl_nfs4_sync_acl_from_mode_draft()899 child_aclp->acl_cnt++; in acl_nfs4_compute_inherited_acl_draft()1063 child_aclp->acl_cnt++; in acl_nfs4_inherit_entries()1212 aclp->acl_cnt = 0; in acl_nfs4_trivial_from_mode()1225 aclp->acl_cnt = 0; in acl_nfs4_trivial_from_mode_libc()1240 if (a->acl_cnt != b->acl_cnt) in _acls_are_equal()1269 if (aclp->acl_cnt > 6) in acl_nfs4_is_trivial()1295 tmpaclp->acl_cnt = 0; in acl_nfs4_is_trivial()[all …]
90 if (source->acl_cnt < 0 || source->acl_cnt > OLDACL_MAX_ENTRIES) in acl_copy_oldacl_into_acl()95 dest->acl_cnt = source->acl_cnt; in acl_copy_oldacl_into_acl()98 for (i = 0; i < dest->acl_cnt; i++) { in acl_copy_oldacl_into_acl()112 if (source->acl_cnt > OLDACL_MAX_ENTRIES) in acl_copy_acl_into_oldacl()117 dest->acl_cnt = source->acl_cnt; in acl_copy_acl_into_oldacl()119 for (i = 0; i < dest->acl_cnt; i++) { in acl_copy_acl_into_oldacl()
122 for (i = 0; i < acl->acl_cnt; i++) { in vaccess_acl_posix1e()197 for (i = 0; i < acl->acl_cnt; i++) { in vaccess_acl_posix1e()231 for (i = 0; i < acl->acl_cnt; i++) { in vaccess_acl_posix1e()279 for (i = 0; i < acl->acl_cnt; i++) { in vaccess_acl_posix1e()484 for (i = 0; i < acl->acl_cnt; i++) { in acl_posix1e_acl_to_mode()558 if (acl->acl_cnt > ACL_MAX_ENTRIES) in acl_posix1e_check()560 for (i = 0; i < acl->acl_cnt; i++) { in acl_posix1e_check()
127 aclp->acl_cnt = nentries; in acl_from_aces()180 bzero(aces, sizeof (*aces) * aclp->acl_cnt); in aces_from_acl()182 *nentries = aclp->acl_cnt; in aces_from_acl()184 for (i = 0; i < aclp->acl_cnt; i++) { in aces_from_acl()
241 aclp->acl_cnt = 0; in acl_alloc()271 acl_size = aclp->acl_cnt * aclp->acl_entry_size; in acl_free()1494 aclp->acl_cnt, isdir, (ace_t **)&acldata, &aclcnt); in acl_translate()1500 error = convert_ace_to_aent(aclp->acl_aclp, aclp->acl_cnt, in acl_translate()1512 cacl_free(aclp->acl_aclp, aclp->acl_cnt * aclp->acl_entry_size); in acl_translate()1514 aclp->acl_cnt = aclcnt; in acl_translate()
49 int acl_cnt; /* number of acl entries */ member
96 int acl_cnt; member121 unsigned int acl_cnt; member
1032 unsigned int acl_cnt = 0, route_cnt = 0; in add_rules() local1088 acl_cnt * rule_size); in add_rules()1112 next->data.userdata = ACL_DENY_SIGNATURE + acl_cnt; in add_rules()1113 acl_cnt++; in add_rules()
786 for (i = 0; i < ap->a_aclp->acl_cnt; i++) { in zfsctl_common_getacl()
5671 if (ap->a_aclp->acl_cnt < 1 || ap->a_aclp->acl_cnt > MAX_ACL_ENTRIES) in zfs_freebsd_setacl()5680 if (ap->a_aclp->acl_cnt * 2 + 6 > ACL_MAX_ENTRIES) in zfs_freebsd_setacl()5688 aclbsize = ap->a_aclp->acl_cnt * sizeof (ace_t); in zfs_freebsd_setacl()