Searched refs:z_is_sa (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_sa.c129 if (zp->z_is_sa) {
163 if (zp->z_is_sa)
222 * trying to update the status of z_is_sa. This
312 zp->z_is_sa = B_TRUE;
321 if (!zp->z_zfsvfs->z_use_sa || zp->z_is_sa)
H A Dzfs_acl.c338 if (zp->z_is_sa)
346 * If the lookup fails then the state of z_is_sa should have
358 VERIFY(zp->z_is_sa && error == ENOENT);
379 if (zp->z_is_sa) {
409 if (zp->z_is_sa)
419 * If the lookup fails then the state of z_is_sa should have
431 VERIFY(zp->z_is_sa && error == ENOENT);
1087 if (!zp->z_is_sa && !have_lock) {
1107 if (!zp->z_is_sa) {
1228 if (zp->z_is_sa) { /* th
[all...]
H A Dzfs_znode.c203 nzp->z_is_sa = ozp->z_is_sa;
493 sharezp->z_is_sa = zfsvfs->z_use_sa;
593 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE;
1271 VERIFY(!zp->z_is_sa);
1815 rootzp->z_is_sa = USE_SA(version, os);
H A Dzfs_vnops.c1801 if (zp->z_is_sa)
3081 if (!zp->z_is_sa && ((acl_obj = zfs_external_acl(zp)) != 0)) {
3097 } else if (!zp->z_is_sa && aclp->z_acl_bytes > ZFS_ACE_SPACE) {
3909 if (zp->z_is_sa)
3971 if (zp->z_is_sa)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h201 boolean_t z_is_sa; /* are we native sa? */ member in struct:znode

Completed in 79 milliseconds