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

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

Completed in 391 milliseconds