Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c2407 u64 stripe_offset; in __btrfs_map_block() local
2475 stripe_offset = stripe_nr * map->stripe_len; in __btrfs_map_block()
2476 BUG_ON(offset < stripe_offset); in __btrfs_map_block()
2479 stripe_offset = offset - stripe_offset; in __btrfs_map_block()
2486 map->stripe_len - stripe_offset); in __btrfs_map_block()
2552 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block()
Dctree.h1095 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);