Searched refs:z_start (Results 1 – 2 of 2) sorted by relevance
199 u32 z_start = vbo & (PAGE_SIZE - 1); in ntfs_zero_range() local207 for (; idx < idx_end; idx += 1, z_start = 0) { in ntfs_zero_range()227 if (bh_next <= z_start || bh_off >= z_end) in ntfs_zero_range()261 zero_user_segment(page, z_start, z_end); in ntfs_zero_range()
279 sector_t z_start; member2746 if (lba >= zsp->z_start + zsp->z_size) in zbc_zone()2748 WARN_ON_ONCE(lba >= zsp->z_start + zsp->z_size); in zbc_zone()2784 if (zsp->z_wp == zsp->z_start) { in zbc_close_zone()2848 zsp->z_start, zsp->z_cond); in zbc_set_zone_full()2858 unsigned long long n, end, zend = zsp->z_start + zsp->z_size; in zbc_inc_wp()2891 zend = zsp->z_start + zsp->z_size; in zbc_inc_wp()4518 lba = zsp->z_start + zsp->z_size) { in resp_report_zones()4588 put_unaligned_be64((u64)zsp->z_start, desc + 16); in resp_report_zones()4669 if (z_id != zsp->z_start) { in resp_open_zone()[all …]