| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_vnops.c | 121 file_sz = zp->z_size; in zfs_holey_common() 450 &zp->z_size, 8); in zfs_write() 511 woff = zp->z_size; in zfs_write() 902 if (offset >= zp->z_size) { in zfs_get_data() 1153 if (inoff >= inzp->z_size) { in zfs_clone_range() 1159 len = inzp->z_size - inoff; in zfs_clone_range() 1254 (len < inzp->z_size - inoff || len < outzp->z_size - outoff)) { in zfs_clone_range() 1287 &outzp->z_size, 8); in zfs_clone_range() 1498 &zp->z_size, 8); in zfs_clone_range_replay() 1525 if (zp->z_size < off + len) in zfs_clone_range_replay() [all …]
|
| H A D | zfs_replay.c | 857 if (zp->z_size < eod) in zfs_replay_write() 892 if (end > zp->z_size) { in zfs_replay_write2() 895 zp->z_size = end; in zfs_replay_write2() 909 (void *)&zp->z_size, sizeof (uint64_t), tx); in zfs_replay_write2()
|
| H A D | zfs_sa.c | 84 bufsz = zp->z_size; in zfs_sa_readlink() 378 &zp->z_size, 8); in zfs_sa_upgrade()
|
| H A D | sa.c | 1633 &zp->z_size, 8); in sa_add_projid()
|
| /freebsd-14.2/sys/dev/sound/pcm/ |
| H A D | feeder_rate.c | 141 int32_t z_size; /* half width of FIR taps */ member 716 info->z_size = 1; in z_resampler_reset() 1061 for (i = info->z_size; i != 0; i--) { in z_resampler_build_polyphase() 1064 idx = (alpha * info->z_size * 2) + in z_resampler_build_polyphase() 1065 (info->z_size * 2) - i; in z_resampler_build_polyphase() 1072 for (i = info->z_size; i != 0; i--) { in z_resampler_build_polyphase() 1217 info->z_size &= ~1; in z_resampler_setup() 1219 if (info->z_size < 2 || info->z_size > Z_SINC_MAX) { in z_resampler_setup() 1400 (info->z_size << 1))); in z_resampler_setup() 1617 (info->z_size << 1) - 1); in z_resampler_feed_internal() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | trace_acl.h | 58 __field(uint64_t, z_size) 91 __entry->z_size = zn->z_size; 126 __entry->z_seq, __entry->z_mapcnt, __entry->z_size,
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_znode.c | 480 &zp->z_size, 8); in zfs_znode_alloc() 1138 size = zp->z_size; in zfs_rezget() 1144 &zp->z_size, sizeof (zp->z_size)); in zfs_rezget() 1213 if (zp->z_size != size) in zfs_rezget() 1408 if (end <= zp->z_size) { in zfs_extend() 1446 zp->z_size = end; in zfs_extend() 1449 &zp->z_size, sizeof (zp->z_size), tx)); in zfs_extend() 1484 if (off >= zp->z_size) { in zfs_free_range() 1561 zp->z_size = end; in zfs_trunc() 1563 NULL, &zp->z_size, sizeof (zp->z_size)); in zfs_trunc() [all …]
|
| H A D | zfs_acl.c | 479 aclnode->z_size = bytes; in zfs_acl_node_alloc() 831 &newaclnode->z_size, NULL, cr)); in zfs_acl_xform() 1087 aclnode->z_size = aclsize; in zfs_acl_node_read() 1096 aclnode->z_size); in zfs_acl_node_read() 1136 *length = cb->cb_acl_node->z_size; in zfs_acl_data_locator() 1265 off += aclnode->z_size; in zfs_aclset_common() 1285 aclnode->z_size); in zfs_aclset_common() 1437 newnode->z_size = new_bytes; in zfs_acl_chmod() 1571 aclp->z_acl_bytes += aclnode->z_size; in zfs_acl_inherit() 1852 aclnode->z_size); in zfs_getacl() [all …]
|
| H A D | zfs_dir.c | 640 dzp->z_size++; in zfs_link_create() 644 &dzp->z_size, sizeof (dzp->z_size)); in zfs_link_create() 773 dzp->z_size--; /* one dirent removed */ in zfs_link_destroy() 778 NULL, &dzp->z_size, sizeof (dzp->z_size)); in zfs_link_destroy() 803 return (dzp->z_size == 2); in zfs_dirempty()
|
| H A D | zfs_vnops_os.c | 2027 vap->va_size = zp->z_size; in zfs_getattr() 3599 zp->z_size = len; in zfs_symlink() 3601 &zp->z_size, sizeof (zp->z_size), tx); in zfs_symlink() 4376 vnode_create_vobject(vp, zp->z_size, ap->a_td); in zfs_freebsd_open() 6222 file_sz = zp->z_size; in zfs_deallocate()
|
| H A D | zfs_vfsops.c | 1929 vnode_create_vobject(*vpp, zp->z_size, curthread); in zfs_fhtovp()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_znode.c | 581 &zp->z_size, 8); in zfs_znode_alloc() 1255 &zp->z_size, sizeof (zp->z_size)); in zfs_rezget() 1534 if (end <= zp->z_size) { in zfs_extend() 1572 zp->z_size = end; in zfs_extend() 1575 &zp->z_size, sizeof (zp->z_size), tx)); in zfs_extend() 1651 if (off >= zp->z_size) { in zfs_free_range() 1657 len = zp->z_size - off; in zfs_free_range() 1733 if (end >= zp->z_size) { in zfs_trunc() 1755 zp->z_size = end; in zfs_trunc() 1757 NULL, &zp->z_size, sizeof (zp->z_size)); in zfs_trunc() [all …]
|
| H A D | zfs_acl.c | 477 aclnode->z_size = bytes; in zfs_acl_node_alloc() 842 aclp->z_acl_bytes = newaclnode->z_size; in zfs_acl_xform() 1115 aclnode->z_size = aclsize; in zfs_acl_node_read() 1124 aclnode->z_size); in zfs_acl_node_read() 1166 *length = cb->cb_acl_node->z_size; in zfs_acl_data_locator() 1450 off += aclnode->z_size; in zfs_aclset_common() 1470 aclnode->z_size); in zfs_aclset_common() 1620 newnode->z_size = new_bytes; in zfs_acl_chmod() 1754 aclp->z_acl_bytes += aclnode->z_size; in zfs_acl_inherit() 2042 aclnode->z_size); in zfs_getacl() [all …]
|
| H A D | zfs_dir.c | 865 dzp->z_size++; in zfs_link_create() 871 &dzp->z_size, sizeof (dzp->z_size)); in zfs_link_create() 1055 dzp->z_size--; /* one dirent removed */ in zfs_link_destroy() 1062 NULL, &dzp->z_size, sizeof (dzp->z_size)); in zfs_link_destroy()
|
| H A D | zfs_vnops_os.c | 1018 toobig = zp->z_size > zp->z_blksz * zfs_delete_blocks; in zfs_remove() 3337 zp->z_size = len; in zfs_symlink() 3339 &zp->z_size, sizeof (zp->z_size), tx); in zfs_symlink()
|
| H A D | zfs_ctldir.c | 511 zp->z_size = 0; in zfsctl_inode_alloc()
|
| /freebsd-14.2/lib/libprocstat/ |
| H A D | zfs_defs.c | 77 size_t offsetof_z_size = offsetof(znode_t, z_size);
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_acl.h | 156 size_t z_size; /* length of ACL data */ member
|
| H A D | zfs_znode.h | 198 uint64_t z_size; /* file size (cached) */ member
|