Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_sa.c303 if (zp->z_acl_cached == NULL || Z_ISLNK(ZTOTYPE(zp))) in zfs_sa_upgrade()
382 &zp->z_acl_cached->z_acl_count, 8); in zfs_sa_upgrade()
384 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
385 zfs_acl_xform(zp, zp->z_acl_cached, CRED()); in zfs_sa_upgrade()
387 locate.cb_aclp = zp->z_acl_cached; in zfs_sa_upgrade()
389 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes); in zfs_sa_upgrade()
H A Dsa.c1545 if (zp->z_acl_cached == NULL) { in sa_add_projid()
1652 if (zp->z_acl_cached != NULL) { in sa_add_projid()
1654 &zp->z_acl_cached->z_acl_count, 8); in sa_add_projid()
1655 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in sa_add_projid()
1656 zfs_acl_xform(zp, zp->z_acl_cached, CRED()); in sa_add_projid()
1657 locate.cb_aclp = zp->z_acl_cached; in sa_add_projid()
1660 zp->z_acl_cached->z_acl_bytes); in sa_add_projid()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c134 zp->z_acl_cached = NULL; in zfs_znode_cache_constructor()
155 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_cache_destructor()
337 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_sa_init()
391 if (zp->z_acl_cached) { in zfs_inode_destroy()
392 zfs_acl_free(zp->z_acl_cached); in zfs_inode_destroy()
393 zp->z_acl_cached = NULL; in zfs_inode_destroy()
545 ASSERT3P(zp->z_acl_cached, ==, NULL); in zfs_znode_alloc()
1191 if (zp->z_acl_cached) { in zfs_rezget()
1192 zfs_acl_free(zp->z_acl_cached); in zfs_rezget()
1193 zp->z_acl_cached = NULL; in zfs_rezget()
H A Dzfs_acl.c1067 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read()
1068 *aclpp = zp->z_acl_cached; in zfs_acl_node_read()
1126 zp->z_acl_cached = aclp; in zfs_acl_node_read()
1360 if (zp->z_acl_cached) { in zfs_aclset_common()
1361 zfs_acl_free(zp->z_acl_cached); in zfs_aclset_common()
1362 zp->z_acl_cached = NULL; in zfs_aclset_common()
2184 ASSERT(zp->z_acl_cached == NULL); in zfs_setacl()
2185 zp->z_acl_cached = aclp; in zfs_setacl()
2293 ASSERT(zp->z_acl_cached); in zfs_zaccess_aces_check()
H A Dzfs_ctldir.c464 ASSERT3P(zp->z_acl_cached, ==, NULL); in zfsctl_inode_alloc()
H A Dzfs_vnops_os.c2407 if (zp->z_acl_cached) in zfs_setattr()
2408 zfs_acl_free(zp->z_acl_cached); in zfs_setattr()
2409 zp->z_acl_cached = aclp; in zfs_setattr()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c150 zp->z_acl_cached = NULL; in zfs_znode_cache_constructor()
167 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_cache_destructor()
349 ASSERT(zp->z_acl_cached == NULL); in zfs_znode_sa_init()
1076 if (zp->z_acl_cached) { in zfs_rezget()
1077 zfs_acl_free(zp->z_acl_cached); in zfs_rezget()
1078 zp->z_acl_cached = NULL; in zfs_rezget()
1256 if (zp->z_acl_cached) { in zfs_znode_free()
1257 zfs_acl_free(zp->z_acl_cached); in zfs_znode_free()
1258 zp->z_acl_cached = NULL; in zfs_znode_free()
H A Dzfs_acl.c1068 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read()
1069 *aclpp = zp->z_acl_cached; in zfs_acl_node_read()
1116 zp->z_acl_cached = aclp; in zfs_acl_node_read()
1190 if (zp->z_acl_cached) { in zfs_aclset_common()
1191 zfs_acl_free(zp->z_acl_cached); in zfs_aclset_common()
1192 zp->z_acl_cached = NULL; in zfs_aclset_common()
2010 ASSERT(zp->z_acl_cached == NULL); in zfs_setacl()
2011 zp->z_acl_cached = aclp; in zfs_setacl()
2123 ASSERT(zp->z_acl_cached); in zfs_zaccess_aces_check()
H A Dzfs_vnops_os.c2770 if (zp->z_acl_cached) in zfs_setattr()
2771 zfs_acl_free(zp->z_acl_cached); in zfs_setattr()
2772 zp->z_acl_cached = aclp; in zfs_setattr()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_znode.h204 zfs_acl_t *z_acl_cached; /* cached acl */ member