stripe_offset 522 drivers/md/bcache/writeback.c unsigned int stripe_offset, stripe, sectors_dirty; stripe_offset 531 drivers/md/bcache/writeback.c stripe_offset = offset & (d->stripe_size - 1); stripe_offset 535 drivers/md/bcache/writeback.c d->stripe_size - stripe_offset); stripe_offset 551 drivers/md/bcache/writeback.c stripe_offset = 0; stripe_offset 1468 fs/btrfs/ctree.h BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64); stripe_offset 1162 fs/btrfs/raid56.c unsigned long stripe_offset; stripe_offset 1172 fs/btrfs/raid56.c stripe_offset = start - rbio->bbio->raid_map[0]; stripe_offset 1173 fs/btrfs/raid56.c page_index = stripe_offset >> PAGE_SHIFT; stripe_offset 2312 fs/btrfs/raid56.c int stripe_offset; stripe_offset 2318 fs/btrfs/raid56.c stripe_offset = (int)(logical - rbio->bbio->raid_map[0]); stripe_offset 2319 fs/btrfs/raid56.c index = stripe_offset >> PAGE_SHIFT; stripe_offset 1241 fs/btrfs/scrub.c u64 *stripe_offset) stripe_offset 1258 fs/btrfs/scrub.c *stripe_offset = logical - raid_map[i]; stripe_offset 1262 fs/btrfs/scrub.c *stripe_offset = 0; stripe_offset 1280 fs/btrfs/scrub.c u64 stripe_offset; stripe_offset 1363 fs/btrfs/scrub.c &stripe_offset); stripe_offset 1365 fs/btrfs/scrub.c stripe_offset; stripe_offset 3524 fs/btrfs/volumes.c u64 stripe_offset; stripe_offset 3541 fs/btrfs/volumes.c stripe_offset = btrfs_stripe_offset(leaf, stripe); stripe_offset 3545 fs/btrfs/volumes.c if (stripe_offset < bargs->pend && stripe_offset 3546 fs/btrfs/volumes.c stripe_offset + stripe_length > bargs->pstart) stripe_offset 5647 fs/btrfs/volumes.c u64 stripe_offset; stripe_offset 5683 fs/btrfs/volumes.c stripe_offset = offset - stripe_nr * stripe_len; stripe_offset 5730 fs/btrfs/volumes.c stripe_offset + stripe_nr * map->stripe_len; stripe_offset 5752 fs/btrfs/volumes.c stripe_offset; stripe_offset 5761 fs/btrfs/volumes.c stripe_offset = 0; stripe_offset 5977 fs/btrfs/volumes.c u64 stripe_offset; stripe_offset 5998 fs/btrfs/volumes.c stripe_offset = stripe_nr * stripe_len; stripe_offset 5999 fs/btrfs/volumes.c if (offset < stripe_offset) { stripe_offset 6002 fs/btrfs/volumes.c stripe_offset, offset, em->start, logical, stripe_len); stripe_offset 6008 fs/btrfs/volumes.c stripe_offset = offset - stripe_offset; stripe_offset 6012 fs/btrfs/volumes.c u64 max_len = stripe_len - stripe_offset; stripe_offset 6048 fs/btrfs/volumes.c io_geom->stripe_offset = stripe_offset; stripe_offset 6065 fs/btrfs/volumes.c u64 stripe_offset; stripe_offset 6101 fs/btrfs/volumes.c stripe_offset = geom.stripe_offset; stripe_offset 6185 fs/btrfs/volumes.c stripe_offset = 0; stripe_offset 6268 fs/btrfs/volumes.c stripe_offset + stripe_offset 36 fs/btrfs/volumes.h u64 stripe_offset; stripe_offset 852 fs/nfs/filelayout/filelayout.c u32 stripe_offset; stripe_offset 875 fs/nfs/filelayout/filelayout.c &stripe_offset); stripe_offset 876 fs/nfs/filelayout/filelayout.c WARN_ON_ONCE(stripe_offset > stripe_unit); stripe_offset 877 fs/nfs/filelayout/filelayout.c if (stripe_offset >= stripe_unit) stripe_offset 879 fs/nfs/filelayout/filelayout.c return min(stripe_unit - (unsigned int)stripe_offset, size);