Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Ddisk-io.h34 #define BTRFS_BDEV_BLOCKSIZE (4096) macro
H A Ddev-replace.c313 set_blocksize(bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_dev_replace_tgtdev()
H A Ddisk-io.c2916 sb->s_blocksize = BTRFS_BDEV_BLOCKSIZE; in init_mount_fs_info()
2917 sb->s_blocksize_bits = blksize_bits(BTRFS_BDEV_BLOCKSIZE); in init_mount_fs_info()
H A Dvolumes.c489 ret = set_blocksize(*bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_get_bdev_and_sb()
2772 set_blocksize(device->bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_new_device()