Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_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()
H A Dzfs_znode.c140 zp->z_acl_cached = NULL; in zfs_znode_cache_constructor()
163 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_cache_destructor()
219 if (ozp->z_acl_cached) { in zfs_znode_move_impl()
220 zfs_acl_free(ozp->z_acl_cached); in zfs_znode_move_impl()
221 ozp->z_acl_cached = NULL; in zfs_znode_move_impl()
586 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_sa_init()
1201 if (zp->z_acl_cached) { in zfs_rezget()
1202 zfs_acl_free(zp->z_acl_cached); in zfs_rezget()
1203 zp->z_acl_cached = NULL; in zfs_rezget()
1352 if (zp->z_acl_cached) { in zfs_znode_free()
[all …]
H A Dzfs_acl.c1078 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read()
1079 *aclpp = zp->z_acl_cached; in zfs_acl_node_read()
1137 zp->z_acl_cached = aclp; in zfs_acl_node_read()
1208 if (zp->z_acl_cached) { in zfs_aclset_common()
1209 zfs_acl_free(zp->z_acl_cached); in zfs_aclset_common()
1210 zp->z_acl_cached = NULL; in zfs_aclset_common()
2011 ASSERT(zp->z_acl_cached == NULL); in zfs_setacl()
2012 zp->z_acl_cached = aclp; in zfs_setacl()
2121 ASSERT(zp->z_acl_cached); in zfs_zaccess_aces_check()
H A Dzfs_vnops.c3238 if (zp->z_acl_cached) in zfs_setattr()
3239 zfs_acl_free(zp->z_acl_cached); in zfs_setattr()
3240 zp->z_acl_cached = aclp; in zfs_setattr()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h196 zfs_acl_t *z_acl_cached; /* cached acl */ member