Home
last modified time | relevance | path

Searched refs:zone_end (Results 1 – 4 of 4) sorted by relevance

/fs/ntfs/
Dlcnalloc.c137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local
219 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
225 zone_end = vol->nr_clusters; in ntfs_cluster_alloc()
228 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()
250 (unsigned long long)zone_end, in ntfs_cluster_alloc()
290 while (lcn < buf_size && lcn + bmp_pos < zone_end) { in ntfs_cluster_alloc()
487 if (bmp_pos < zone_end) { in ntfs_cluster_alloc()
491 (unsigned long long)zone_end); in ntfs_cluster_alloc()
502 zone_end = zone_start; in ntfs_cluster_alloc()
517 if (zone_end < zone_start) in ntfs_cluster_alloc()
[all …]
/fs/ntfs3/
Dbitmap.c288 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext()
289 bit < wnd->zone_end in wnd_add_free_ext()
291 : wnd->zone_end; in wnd_add_free_ext()
299 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext()
635 if (wnd->zone_bit != wnd->zone_end) { in wnd_rescan()
636 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_rescan()
638 wnd->zone_end = wnd->zone_bit; in wnd_rescan()
658 wnd->zone_bit = wnd->zone_end = 0; in wnd_init()
975 zeroes -= wnd->zone_end - wnd->zone_bit; in wnd_find()
986 if (wnd->zone_bit <= hint && hint < wnd->zone_end) in wnd_find()
[all …]
Dntfs_fs.h164 size_t zone_end; member
918 return wnd->zone_end - wnd->zone_bit; in wnd_zone_len()
/fs/btrfs/
Dzoned.c122 u64 zone_end = (zones[i].start + zones[i].capacity) << SECTOR_SHIFT; in sb_write_pointer() local
123 u64 bytenr = ALIGN_DOWN(zone_end, BTRFS_SUPER_INFO_SIZE) - in sb_write_pointer()
845 u64 zone_end = 0; in sb_log_location() local
848 zone_end = zones[1].start + zones[1].capacity; in sb_log_location()
850 zone_end = zones[0].start + zones[0].capacity; in sb_log_location()
851 if (zone_end) in sb_log_location()
852 wp = ALIGN_DOWN(zone_end << SECTOR_SHIFT, in sb_log_location()