Searched refs:stripe_nr (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | raid56.c | 888 ASSERT(stripe_nr >= 0 && stripe_nr < rbio->real_stripes); in sector_in_rbio() 1009 int stripe_nr; in get_rbio_veritical_errors() local 1022 for (stripe_nr = 0; stripe_nr < rbio->real_stripes; stripe_nr++) { in get_rbio_veritical_errors() 1351 int stripe_nr; in set_rbio_range_error() local 1353 for (stripe_nr = 0; stripe_nr < rbio->real_stripes; stripe_nr++) { in set_rbio_range_error() 1727 int stripe_nr; in recover_vertical() local 1756 for (stripe_nr = 0; stripe_nr < rbio->real_stripes; stripe_nr++) { in recover_vertical() 1770 unmap_array[stripe_nr] = pointers[stripe_nr]; in recover_vertical() 1833 for (stripe_nr = faila; stripe_nr < rbio->nr_data - 1; in recover_vertical() 1835 pointers[stripe_nr] = pointers[stripe_nr + 1]; in recover_vertical() [all …]
|
A D | raid56.h | 165 u8 stripe_nr; member
|
A D | volumes.c | 5958 u64 stripe_nr; in btrfs_map_discard() local 6021 stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index); in btrfs_map_discard() 6031 stripe_nr = div_u64_rem(stripe_nr, map->num_stripes, in btrfs_map_discard() 6079 stripe_nr++; in btrfs_map_discard() 6343 u64 stripe_nr; in __btrfs_map_block() local 6403 stripe_nr = div_u64_rem(stripe_nr, map->num_stripes, in __btrfs_map_block() 6430 stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index); in __btrfs_map_block() 6468 stripe_nr = div_u64_rem(stripe_nr, in __btrfs_map_block() 6485 stripe_nr = div_u64_rem(stripe_nr, map->num_stripes, in __btrfs_map_block() 6521 stripe_nr); in __btrfs_map_block() [all …]
|
A D | block-group.c | 2001 u64 stripe_nr; in btrfs_rmap_block() local 2009 stripe_nr = physical - map->stripes[i].physical; in btrfs_rmap_block() 2010 stripe_nr = div64_u64_rem(stripe_nr, map->stripe_len, &offset); in btrfs_rmap_block() 2014 stripe_nr = stripe_nr * map->num_stripes + i; in btrfs_rmap_block() 2015 stripe_nr = div_u64(stripe_nr, map->sub_stripes); in btrfs_rmap_block() 2023 bytenr = chunk_start + stripe_nr * io_stripe_size + offset; in btrfs_rmap_block()
|
A D | scrub.c | 2911 u64 stripe_nr; in get_raid56_logic_offset() local 2925 stripe_nr = div64_u64(*offset, map->stripe_len); in get_raid56_logic_offset() 2926 stripe_nr = div_u64(stripe_nr, data_stripes); in get_raid56_logic_offset() 2929 stripe_nr = div_u64_rem(stripe_nr, map->num_stripes, &rot); in get_raid56_logic_offset()
|
/linux-6.3-rc2/include/trace/events/ |
A D | btrfs.h | 2421 __field( u8, stripe_nr ) 2431 __entry->stripe_nr = trace_info->stripe_nr; 2444 (__entry->stripe_nr < __entry->nr_data) ? "DATA" : 2445 ((__entry->stripe_nr < __entry->real_stripes) ? "PQ" : 2447 (__entry->stripe_nr < __entry->nr_data) ? 2448 (__entry->stripe_nr + 1) : 2449 ((__entry->stripe_nr < __entry->real_stripes) ? 2450 (__entry->stripe_nr - __entry->nr_data + 1) : 0),
|
Completed in 38 milliseconds