Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_sa.c215 if (zp->z_acl_cached == NULL || ZTOV(zp)->v_type == VLNK) in zfs_sa_upgrade()
277 &zp->z_acl_cached->z_acl_count, 8); in zfs_sa_upgrade()
279 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
280 zfs_acl_xform(zp, zp->z_acl_cached, CRED()); in zfs_sa_upgrade()
282 locate.cb_aclp = zp->z_acl_cached; in zfs_sa_upgrade()
284 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes); in zfs_sa_upgrade()
H A Dzfs_znode.c143 zp->z_acl_cached = NULL; in zfs_znode_cache_constructor()
165 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_cache_destructor()
221 if (ozp->z_acl_cached) { in zfs_znode_move_impl()
222 zfs_acl_free(ozp->z_acl_cached); in zfs_znode_move_impl()
223 ozp->z_acl_cached = NULL; in zfs_znode_move_impl()
567 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_sa_init()
1482 if (zp->z_acl_cached) { in zfs_rezget()
1483 zfs_acl_free(zp->z_acl_cached); in zfs_rezget()
1484 zp->z_acl_cached = NULL; in zfs_rezget()
1652 if (zp->z_acl_cached) { in zfs_znode_free()
[all …]
H A Dzfs_acl.c1071 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read()
1072 *aclpp = zp->z_acl_cached; in zfs_acl_node_read()
1119 zp->z_acl_cached = aclp; in zfs_acl_node_read()
1188 if (zp->z_acl_cached) { in zfs_aclset_common()
1189 zfs_acl_free(zp->z_acl_cached); in zfs_aclset_common()
1190 zp->z_acl_cached = NULL; in zfs_aclset_common()
1990 ASSERT(zp->z_acl_cached == NULL); in zfs_setacl()
1991 zp->z_acl_cached = aclp; in zfs_setacl()
2111 ASSERT(zp->z_acl_cached); in zfs_zaccess_aces_check()
H A Dzfs_vnops.c3781 if (zp->z_acl_cached) in zfs_setattr()
3782 zfs_acl_free(zp->z_acl_cached); in zfs_setattr()
3783 zp->z_acl_cached = aclp; in zfs_setattr()
/netbsd-src/usr.bin/fstat/
H A Dzfs_znode.h96 zfs_acl_t *z_acl_cached; /* cached acl */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_znode.h215 zfs_acl_t *z_acl_cached; /* cached acl */ member