Searched refs:z_acl_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_acl.h101 uint32_t z_acl_count; /* Number of ACEs */ member in struct:zfs_acl_phys_v0
119 uint16_t z_acl_count; /* ace count */ member in struct:zfs_acl_phys
160 uint64_t z_acl_count; /* Number of ACEs */ member in struct:zfs_acl
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_byteswap.c191 zp->zp_acl.z_acl_count = BSWAP_16(zp->zp_acl.z_acl_count);
H A Dzfs_acl.c395 *aclcount = aclphys->z_acl_count;
498 aclp->z_acl_count = 0;
820 oldaclp = kmem_alloc(sizeof (zfs_oldace_t) * aclp->z_acl_count,
831 newaclnode = zfs_acl_node_alloc(aclp->z_acl_count *
835 oldaclp, newaclnode->z_acldata, aclp->z_acl_count,
837 newaclnode->z_ace_count = aclp->z_acl_count;
839 kmem_free(oldaclp, aclp->z_acl_count * sizeof (zfs_oldace_t));
850 aclp->z_acl_count = newaclnode->z_ace_count;
1085 aclp->z_acl_count = acl_count;
1089 aclnode->z_ace_count = aclp->z_acl_count;
[all...]
H A Dzfs_sa.c277 &zp->z_acl_cached->z_acl_count, 8);
H A Dzfs_znode.c976 &acl_ids->z_aclp->z_acl_count, 8);
/freebsd-11.0-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h1370 uint32_t z_acl_count; /* Number of ACEs */ member in struct:zfs_znode_acl

Completed in 92 milliseconds