Searched refs:BTRFS_BDEV_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
34 #define BTRFS_BDEV_BLOCKSIZE (4096) macro
319 set_blocksize(bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_dev_replace_tgtdev()
2844 sb->s_blocksize = BTRFS_BDEV_BLOCKSIZE; in init_mount_fs_info()2845 sb->s_blocksize_bits = blksize_bits(BTRFS_BDEV_BLOCKSIZE); in init_mount_fs_info()
488 ret = set_blocksize(*bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_get_bdev_and_sb()2721 set_blocksize(device->bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_new_device()
Completed in 761 milliseconds