Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
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()
Dzfs_znode.c133 zp->z_acl_cached = NULL; in zfs_znode_cache_constructor()
152 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_cache_destructor()
208 if (ozp->z_acl_cached) { in zfs_znode_move_impl()
209 zfs_acl_free(ozp->z_acl_cached); in zfs_znode_move_impl()
210 ozp->z_acl_cached = NULL; in zfs_znode_move_impl()
554 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_sa_init()
1256 if (zp->z_acl_cached) { in zfs_rezget()
1257 zfs_acl_free(zp->z_acl_cached); in zfs_rezget()
1258 zp->z_acl_cached = NULL; in zfs_rezget()
1409 if (zp->z_acl_cached) { in zfs_znode_free()
[all …]
Dzfs_acl.c1074 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read()
1075 *aclpp = zp->z_acl_cached; in zfs_acl_node_read()
1122 zp->z_acl_cached = aclp; in zfs_acl_node_read()
1192 if (zp->z_acl_cached) { in zfs_aclset_common()
1193 zfs_acl_free(zp->z_acl_cached); in zfs_aclset_common()
1194 zp->z_acl_cached = NULL; in zfs_aclset_common()
1998 ASSERT(zp->z_acl_cached == NULL); in zfs_setacl()
1999 zp->z_acl_cached = aclp; in zfs_setacl()
2119 ASSERT(zp->z_acl_cached); in zfs_zaccess_aces_check()
Dzfs_vnops.c3352 if (zp->z_acl_cached) in zfs_setattr()
3353 zfs_acl_free(zp->z_acl_cached); in zfs_setattr()
3354 zp->z_acl_cached = aclp; in zfs_setattr()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_znode.h198 zfs_acl_t *z_acl_cached; /* cached acl */ member