Searched refs:zp_acl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_byteswap.c188 zp->zp_acl.z_acl_extern_obj = BSWAP_64(zp->zp_acl.z_acl_extern_obj);
189 zp->zp_acl.z_acl_size = BSWAP_32(zp->zp_acl.z_acl_size);
190 zp->zp_acl.z_acl_version = BSWAP_16(zp->zp_acl.z_acl_version);
191 zp->zp_acl.z_acl_count = BSWAP_16(zp->zp_acl.z_acl_count);
192 if (zp->zp_acl.z_acl_version == ZFS_ACL_VERSION) {
193 zfs_acl_byteswap((void *)&zp->zp_acl
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_znode.h57 zfs_znode_acl_t zp_acl; /* 176 - 263 ACL */ member in struct:znode_phys
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_sa.h114 zfs_acl_phys_t zp_acl; /* 176 - 263 ACL */ member in struct:znode_phys
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1460 zfs_znode_acl_t zp_acl; /* 176 - 263 ACL */ member in struct:znode_phys

Completed in 70 milliseconds