Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dzoned.h134 *bytenr_ret = btrfs_sb_offset(mirror); in btrfs_sb_log_location_bdev()
141 *bytenr_ret = btrfs_sb_offset(mirror); in btrfs_sb_log_location()
Ddisk-io.h20 static inline u64 btrfs_sb_offset(int mirror) in btrfs_sb_offset() function
Dzoned.c877 *bytenr_ret = btrfs_sb_offset(mirror); in btrfs_sb_log_location_bdev()
918 *bytenr_ret = btrfs_sb_offset(mirror); in btrfs_sb_log_location()
1077 sb_pos = btrfs_sb_offset(i); in btrfs_find_allocatable_zones()
Ddisk-io.c2765 btrfs_super_bytenr(sb) != btrfs_sb_offset(mirror_num)) { in btrfs_validate_super()
3913 bytenr_orig = btrfs_sb_offset(copy_num); in btrfs_read_dev_one_super()
4014 bytenr_orig = btrfs_sb_offset(i); in write_dev_supers()
Dcheck-integrity.c715 dev_bytenr = btrfs_sb_offset(superblock_mirror_num); in btrfsic_process_superblock_dev_mirror()
Dblock-group.c1858 bytenr = btrfs_sb_offset(i); in exclude_super_stripes()
Dscrub.c4142 bytenr = btrfs_sb_offset(i); in scrub_supers()
Dextent-tree.c1223 u64 sb_start = btrfs_sb_offset(j); in btrfs_issue_discard()
Dvolumes.c1374 bytenr_orig = btrfs_sb_offset(0); in btrfs_scan_one_device()
/linux-6.1.9/fs/btrfs/tests/
Dextent-map-tests.c512 ret = btrfs_rmap_block(fs_info, em->start, NULL, btrfs_sb_offset(1), in test_rmap_block()