Home
last modified time | relevance | path

Searched refs:z_acl_version (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c187 zp->zp_acl.z_acl_version = BSWAP_16(zp->zp_acl.z_acl_version); in zfs_znode_byteswap()
189 if (zp->zp_acl.z_acl_version == ZFS_ACL_VERSION) { in zfs_znode_byteswap()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzfs_acl.h104 uint16_t z_acl_version; /* acl version */ member
120 uint16_t z_acl_version; /* acl version */ member
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c393 if (aclphys->z_acl_version == ZFS_ACL_VERSION_INITIAL) { in zfs_acl_znode_info()
425 return (acl_phys.z_acl_version); in zfs_znode_acl_version()
1241 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common()
1300 acl_phys.z_acl_version = aclp->z_version; in zfs_aclset_common()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c392 if (aclphys->z_acl_version == ZFS_ACL_VERSION_INITIAL) { in zfs_acl_znode_info()
424 return (acl_phys.z_acl_version); in zfs_znode_acl_version()
1426 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common()
1485 acl_phys.z_acl_version = aclp->z_version; in zfs_aclset_common()
/freebsd-14.2/sys/cddl/boot/zfs/
H A Dzfsimpl.h1863 uint16_t z_acl_version; /* acl version */ member