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

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_rate.c141 int32_t z_size; /* half width of FIR taps */ member in struct:z_info
562 center = z_prev(info, info->z_start, info->z_size); \
574 for (i = info->z_size; i != 0; i -= Z_SINC_ACCUMULATE_DECR) \
580 for (i = info->z_size; i != 0; i -= Z_SINC_ACCUMULATE_DECR) \
602 start = z_prev(info, info->z_start, (info->z_size << 1) - 1) * ch; \
610 ((info->z_alpha * info->z_size) << 1); \
611 for (i = info->z_size; i != 0; i--) { \
720 info->z_size = 1;
1046 if (((int64_t)info->z_size * info->z_gy * 2) >
1051 (intmax_t)info->z_size * inf
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_znode.c205 nzp->z_size = ozp->z_size;
661 &zp->z_size, 8);
1286 size = zp->z_size;
1292 &zp->z_size, sizeof (zp->z_size));
1339 if (zp->z_size != size)
1340 vnode_pager_setsize(vp, zp->z_size);
1477 if (zp->z_blksz && zp->z_size > zp->z_blksz)
1532 if (end <= zp->z_size) {
[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;
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.c747 dzp->z_size++;
751 &dzp->z_size, sizeof (dzp->z_size));
888 dzp->z_size--; /* one dirent removed */
893 NULL, &dzp->z_size, sizeof (dzp->z_size));
921 return (dzp->z_size == 2 && dzp->z_dirlocks == 0);
H A Dzfs_vnops.c197 !(zp->z_pflags & ZFS_AV_QUARANTINED) && zp->z_size > 0) {
235 !(zp->z_pflags & ZFS_AV_QUARANTINED) && zp->z_size > 0)
255 file_sz = zp->z_size;
700 if (uio->uio_loffset >= zp->z_size) {
705 ASSERT(uio->uio_loffset < zp->z_size);
706 n = MIN(uio->uio_resid, zp->z_size - uio->uio_loffset);
832 &zp->z_size, 8);
841 (uio->uio_loffset < zp->z_size))) {
851 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset;
896 woff = zp->z_size;
[all...]
H A Dzfs_sa.c78 bufsz = zp->z_size;
260 &zp->z_size, 8);
H A Dzfs_replay.c756 if (zp->z_size < eod)
790 if (end > zp->z_size) {
793 zp->z_size = end;
807 (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);
H A Dzfs_vfsops.c2205 vnode_create_vobject(*vpp, zp->z_size, curthread);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/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.h199 uint64_t z_size; /* file size (cached) */ member in struct:znode

Completed in 154 milliseconds