Searched defs:acl_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c60 static int acl_count(ufs_ic_acl_t *);
1135 numacls = acl_count(sp->aowner) +
1136 acl_count(sp->agroup) +
1137 acl_count(sp->aother) +
1138 acl_count(sp->ausers) +
1139 acl_count(sp->agroups);
1183 numacls = acl_count(sp->downer) +
1184 acl_count(sp->dgroup) +
1185 acl_count(sp->dother) +
1186 acl_count(s
1515 acl_count(ufs_ic_acl_t *p) function
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c374 uint64_t acl_count; local
385 &acl_count, sizeof (acl_count))) != 0)
387 *aclcount = acl_count;
1066 int acl_count; local
1094 &acl_count, &znode_acl)) != 0) {
1100 aclp->z_acl_count = acl_count;

Completed in 51 milliseconds