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

/netbsd-current/usr.bin/fstat/
H A Dzfs.c72 fsp->size = inode.z_size;
H A Dzfs_znode.h87 uint64_t z_size; /* file size (cached) */ member in struct:znode
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_znode.c211 nzp->z_size = ozp->z_size;
681 &zp->z_size, 8);
761 uvm_vnp_setsize(vp, zp->z_size);
1506 size = zp->z_size;
1512 &zp->z_size, sizeof (zp->z_size));
1573 if (zp->z_size != size)
1574 vnode_pager_setsize(vp, zp->z_size);
1720 if (zp->z_blksz && zp->z_size > z
[all...]
H A Dzfs_acl.c475 aclnode->z_size = bytes;
614 ((caddr_t)aclnode->z_acldata + aclnode->z_size)) {
836 &newaclnode->z_size, NULL, cr) == 0);
849 aclp->z_acl_bytes = newaclnode->z_size;
1090 aclnode->z_size = aclsize;
1095 znode_acl.z_acl_extern_obj, 0, aclnode->z_size,
1099 aclnode->z_size);
1103 aclnode->z_acldata, aclnode->z_size);
1138 *length = cb->cb_acl_node->z_size;
1259 aclnode->z_size, aclnod
[all...]
H A Dzfs_dir.c548 dzp->z_size++;
552 &dzp->z_size, sizeof (dzp->z_size));
668 dzp->z_size--; /* one dirent removed */
673 NULL, &dzp->z_size, sizeof (dzp->z_size));
698 return (dzp->z_size == 2);
H A Dzfs_vnops.c214 !(zp->z_pflags & ZFS_AV_QUARANTINED) && zp->z_size > 0) {
252 !(zp->z_pflags & ZFS_AV_QUARANTINED) && zp->z_size > 0)
272 file_sz = zp->z_size;
916 if (uio->uio_loffset >= zp->z_size) {
921 ASSERT(uio->uio_loffset < zp->z_size);
922 n = MIN(uio->uio_resid, zp->z_size - uio->uio_loffset);
1058 &zp->z_size, 8);
1077 (uio->uio_loffset < zp->z_size))) {
1087 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset;
1132 woff = zp->z_size;
[all...]
H A Dzfs_sa.c77 bufsz = zp->z_size;
254 &zp->z_size, 8);
H A Dzfs_rlock.c131 new->r_off = zp->z_size;
138 end_size = MAX(zp->z_size, new->r_off + len);
H A Dzfs_replay.c800 if (zp->z_size < eod)
834 if (end > zp->z_size) {
837 zp->z_size = end;
851 (void *)&zp->z_size, sizeof (uint64_t), tx);
H A Dzfs_vfsops.c2645 vnode_create_vobject(*vpp, zp->z_size, curthread);
/netbsd-current/external/cddl/osnet/dist/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.h206 uint64_t z_size; /* file size (cached) */ member in struct:znode

Completed in 297 milliseconds