Home
last modified time | relevance | path

Searched refs:btrfs_sb_offset (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dzoned.h143 *bytenr_ret = btrfs_sb_offset(mirror); in btrfs_sb_log_location_bdev()
150 *bytenr_ret = btrfs_sb_offset(mirror); in btrfs_sb_log_location()
H A Ddisk-io.h36 static inline u64 btrfs_sb_offset(int mirror) in btrfs_sb_offset() function
H A Dzoned.c869 *bytenr_ret = btrfs_sb_offset(mirror); in btrfs_sb_log_location_bdev()
910 *bytenr_ret = btrfs_sb_offset(mirror); in btrfs_sb_log_location()
1077 sb_pos = btrfs_sb_offset(i); in btrfs_find_allocatable_zones()
H A Ddisk-io.c2559 btrfs_super_bytenr(sb) != btrfs_sb_offset(mirror_num)) { in btrfs_validate_super()
3722 bytenr_orig = btrfs_sb_offset(copy_num); in btrfs_read_dev_one_super()
3825 bytenr_orig = btrfs_sb_offset(i); in write_dev_supers()
H A Dvolumes.c1473 btrfs_sb_offset(0)); in btrfs_scan_one_device()
2131 const u64 bytenr = btrfs_sb_offset(copy_num); in btrfs_scratch_superblock()
H A Dblock-group.c2229 bytenr = btrfs_sb_offset(i); in exclude_super_stripes()
H A Dextent-tree.c1274 u64 sb_start = btrfs_sb_offset(j); in btrfs_issue_discard()
/linux-6.15/fs/btrfs/tests/
H A Dextent-map-tests.c1052 ret = btrfs_rmap_block(fs_info, map->start, btrfs_sb_offset(1), in test_rmap_block()