Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/filelayout/
H A Dfilelayout.c796 u32 stripe_offset; in filelayout_pg_test() local
821 &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()
/linux-6.15/drivers/md/bcache/
H A Dwriteback.c600 unsigned int stripe_offset, sectors_dirty; in bcache_dev_sectors_dirty_add() local
613 stripe_offset = offset & (d->stripe_size - 1); in bcache_dev_sectors_dirty_add()
617 d->stripe_size - stripe_offset); in bcache_dev_sectors_dirty_add()
636 stripe_offset = 0; in bcache_dev_sectors_dirty_add()
/linux-6.15/fs/btrfs/
H A Dvolumes.c47 u64 stripe_offset; member
3894 u64 stripe_offset; in chunk_drange_filter() local
3915 if (stripe_offset < bargs->pend && in chunk_drange_filter()
6082 u64 stripe_offset; in btrfs_map_discard() local
6180 stripes[i].length -= stripe_offset; in btrfs_map_discard()
6188 stripe_offset = 0; in btrfs_map_discard()
6309 ASSERT(io_geom->stripe_offset < U32_MAX); in btrfs_max_io_len()
6342 return BTRFS_STRIPE_LEN - io_geom->stripe_offset; in btrfs_max_io_len()
6359 io_geom->stripe_offset + in set_io_stripe()
6486 io_geom->stripe_offset = 0; in map_blocks_raid56_write()
[all …]
H A Daccessors.h191 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);