Searched refs:stripe_offset (Results 1 – 3 of 3) sorted by relevance
796 u32 stripe_offset; in filelayout_pg_test() local821 &stripe_offset); in filelayout_pg_test()822 WARN_ON_ONCE(stripe_offset > stripe_unit); in filelayout_pg_test()823 if (stripe_offset >= stripe_unit) in filelayout_pg_test()825 return min(stripe_unit - (unsigned int)stripe_offset, size); in filelayout_pg_test()
47 u64 stripe_offset; member3983 u64 stripe_offset; in chunk_drange_filter() local4000 stripe_offset = btrfs_stripe_offset(leaf, stripe); in chunk_drange_filter()4004 if (stripe_offset < bargs->pend && in chunk_drange_filter()4005 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()6171 u64 stripe_offset; in btrfs_map_discard() local6202 stripe_offset = offset - btrfs_stripe_nr_to_offset(stripe_nr); in btrfs_map_discard()6250 stripe_offset + btrfs_stripe_nr_to_offset(stripe_nr); in btrfs_map_discard()6269 stripes[i].length -= stripe_offset; in btrfs_map_discard()6277 stripe_offset = 0; in btrfs_map_discard()[all …]
190 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);