Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_sa.c216 if (zp->z_acl_cached == NULL || ZTOV(zp)->v_type == VLNK) in zfs_sa_upgrade()
282 &zp->z_acl_cached->z_acl_count, 8); in zfs_sa_upgrade()
284 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
285 zfs_acl_xform(zp, zp->z_acl_cached, CRED()); in zfs_sa_upgrade()
287 locate.cb_aclp = zp->z_acl_cached; in zfs_sa_upgrade()
289 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes); in zfs_sa_upgrade()
HDzfs_znode.c136 zp->z_acl_cached = NULL; in zfs_znode_cache_constructor()
160 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_cache_destructor()
216 if (ozp->z_acl_cached) { in zfs_znode_move_impl()
217 zfs_acl_free(ozp->z_acl_cached); in zfs_znode_move_impl()
218 ozp->z_acl_cached = NULL; in zfs_znode_move_impl()
564 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_sa_init()
1264 if (zp->z_acl_cached) { in zfs_rezget()
1265 zfs_acl_free(zp->z_acl_cached); in zfs_rezget()
1266 zp->z_acl_cached = NULL; in zfs_rezget()
1423 if (zp->z_acl_cached) { in zfs_znode_free()
[all …]
HDzfs_acl.c1075 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read()
1076 *aclpp = zp->z_acl_cached; in zfs_acl_node_read()
1134 zp->z_acl_cached = aclp; in zfs_acl_node_read()
1205 if (zp->z_acl_cached) { in zfs_aclset_common()
1206 zfs_acl_free(zp->z_acl_cached); in zfs_aclset_common()
1207 zp->z_acl_cached = NULL; in zfs_aclset_common()
2012 ASSERT(zp->z_acl_cached == NULL); in zfs_setacl()
2013 zp->z_acl_cached = aclp; in zfs_setacl()
2134 ASSERT(zp->z_acl_cached); in zfs_zaccess_aces_check()
HDzfs_vnops.c3549 if (zp->z_acl_cached) in zfs_setattr()
3550 zfs_acl_free(zp->z_acl_cached); in zfs_setattr()
3551 zp->z_acl_cached = aclp; in zfs_setattr()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_znode.h206 zfs_acl_t *z_acl_cached; /* cached acl */ member