Searched refs:z_size (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/prstat/
H A Dprtable.c176 if (tbl->z_size == tbl->z_nent) { /* reallocation */
177 if ((tbl->z_size *= 2) == 0)
178 tbl->z_size = 4; /* first time */
180 Realloc(tbl->z_list, tbl->z_size * sizeof (zonename_t));
H A Dprtable.h60 size_t z_size; member in struct:__anon1448
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c190 !(zp->z_pflags & ZFS_AV_QUARANTINED) && zp->z_size > 0) {
228 !(zp->z_pflags & ZFS_AV_QUARANTINED) && zp->z_size > 0)
248 file_sz = zp->z_size;
504 if (uio->uio_loffset >= zp->z_size) {
509 ASSERT(uio->uio_loffset < zp->z_size);
510 n = MIN(uio->uio_resid, zp->z_size - uio->uio_loffset);
629 &zp->z_size, 8);
638 (uio->uio_loffset < zp->z_size))) {
648 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset;
691 woff = zp->z_size;
[all...]
H A Dzfs_acl.c476 aclnode->z_size = bytes;
615 ((caddr_t)aclnode->z_acldata + aclnode->z_size)) {
837 &newaclnode->z_size, NULL, cr) == 0);
850 aclp->z_acl_bytes = newaclnode->z_size;
1106 aclnode->z_size = aclsize;
1111 znode_acl.z_acl_extern_obj, 0, aclnode->z_size,
1115 aclnode->z_size);
1119 aclnode->z_acldata, aclnode->z_size);
1156 *length = cb->cb_acl_node->z_size;
1277 aclnode->z_size, aclnod
[all...]
H A Dzfs_znode.c204 nzp->z_size = ozp->z_size;
658 &zp->z_size, 8);
1227 &zp->z_size, sizeof (zp->z_size));
1415 if (zp->z_blksz && zp->z_size > zp->z_blksz)
1469 if (end <= zp->z_size) {
1508 zp->z_size = end;
1511 &zp->z_size, sizeof (zp->z_size), t
[all...]
H A Dzfs_dir.c741 dzp->z_size++;
745 &dzp->z_size, sizeof (dzp->z_size));
879 dzp->z_size--; /* one dirent removed */
884 NULL, &dzp->z_size, sizeof (dzp->z_size));
912 return (dzp->z_size == 2 && dzp->z_dirlocks == 0);
H A Dzfs_sa.c78 bufsz = zp->z_size;
260 &zp->z_size, 8);
H A Dzfs_replay.c671 if (zp->z_size < eod)
705 if (end > zp->z_size) {
708 zp->z_size = end;
722 (void *)&zp->z_size, sizeof (uint64_t), tx);
H A Dzfs_rlock.c128 new->r_off = zp->z_size;
135 end_size = MAX(zp->z_size, new->r_off + len);
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h154 size_t z_size; /* length of ACL data */ member in struct:zfs_acl_node
H A Dzfs_znode.h198 uint64_t z_size; /* file size (cached) */ member in struct:znode

Completed in 82 milliseconds