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

/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c193 if (tbl->z_size == tbl->z_nent) { /* reallocation */
194 if ((tbl->z_size *= 2) == 0)
195 tbl->z_size = 4; /* first time */
197 Realloc(tbl->z_list, tbl->z_size * sizeof (zonename_t));
H A Dprtable.h62 size_t z_size; member in struct:__anon1282
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c207 nzp->z_size = ozp->z_size;
661 &zp->z_size, 8);
1225 &zp->z_size, sizeof (zp->z_size));
1413 if (zp->z_blksz && zp->z_size > zp->z_blksz)
1466 if (end <= zp->z_size) {
1504 zp->z_size = end;
1507 &zp->z_size, sizeof (zp->z_size), t
[all...]
H A Dzfs_acl.c478 aclnode->z_size = bytes;
617 ((caddr_t)aclnode->z_acldata + aclnode->z_size)) {
839 &newaclnode->z_size, NULL, cr) == 0);
852 aclp->z_acl_bytes = newaclnode->z_size;
1105 aclnode->z_size = aclsize;
1110 znode_acl.z_acl_extern_obj, 0, aclnode->z_size,
1114 aclnode->z_size);
1118 aclnode->z_acldata, aclnode->z_size);
1155 *length = cb->cb_acl_node->z_size;
1276 aclnode->z_size, aclnod
[all...]
H A Dzfs_dir.c749 dzp->z_size++;
753 &dzp->z_size, sizeof (dzp->z_size));
887 dzp->z_size--; /* one dirent removed */
892 NULL, &dzp->z_size, sizeof (dzp->z_size));
920 return (dzp->z_size == 2 && dzp->z_dirlocks == 0);
H A Dzfs_vnops.c206 !(zp->z_pflags & ZFS_AV_QUARANTINED) && zp->z_size > 0) {
244 !(zp->z_pflags & ZFS_AV_QUARANTINED) && zp->z_size > 0)
264 file_sz = zp->z_size;
567 if (uio->uio_loffset >= zp->z_size) {
572 ASSERT(uio->uio_loffset < zp->z_size);
573 n = MIN(uio->uio_resid, zp->z_size - uio->uio_loffset);
694 &zp->z_size, 8);
713 (uio->uio_loffset < zp->z_size))) {
723 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset;
766 woff = zp->z_size;
[all...]
H A Dzfs_sa.c77 bufsz = zp->z_size;
259 &zp->z_size, 8);
H A Dzfs_replay.c672 if (zp->z_size < eod)
706 if (end > zp->z_size) {
709 zp->z_size = end;
723 (void *)&zp->z_size, sizeof (uint64_t), tx);
H A Dzfs_rlock.c131 new->r_off = zp->z_size;
138 end_size = MAX(zp->z_size, new->r_off + len);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h155 size_t z_size; /* length of ACL data */ member in struct:zfs_acl_node
H A Dzfs_znode.h189 uint64_t z_size; /* file size (cached) */ member in struct:znode
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h128 uint64_t z_size; member in struct:mdb_znode
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c523 return (znode.z_size);

Completed in 95 milliseconds