Home
last modified time | relevance | path

Searched refs:set_blocksize (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/block/
Dbdev.c143 int set_blocksize(struct block_device *bdev, int size) in set_blocksize() function
162 EXPORT_SYMBOL(set_blocksize);
166 if (set_blocksize(sb->s_bdev, size)) in sb_set_blocksize()
Dioctl.c441 return set_blocksize(bdev, n); in blkdev_bszset()
445 ret = set_blocksize(bdev, n); in blkdev_bszset()
/Linux-v5.15/fs/befs/
DChangeLog373 The kernel doesn't like it if you call set_blocksize() on a device when
374 you have some of its blocks open. Moved the second set_blocksize() to the
/Linux-v5.15/kernel/power/
Dswap.c362 res = set_blocksize(hib_resume_bdev, PAGE_SIZE); in swsusp_swap_check()
1528 set_blocksize(hib_resume_bdev, PAGE_SIZE); in swsusp_check()
/Linux-v5.15/mm/
Dswapfile.c2670 set_blocksize(bdev, old_block_size); in SYSCALL_DEFINE1()
2909 error = set_blocksize(p->bdev, PAGE_SIZE); in claim_swapfile()
3365 set_blocksize(p->bdev, p->old_block_size); in SYSCALL_DEFINE2()
/Linux-v5.15/fs/btrfs/
Ddev-replace.c325 set_blocksize(device->bdev, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_dev_replace_tgtdev()
Dvolumes.c512 ret = set_blocksize(*bdev, BTRFS_BDEV_BLOCKSIZE); in btrfs_get_bdev_and_sb()
2621 set_blocksize(device->bdev, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_new_device()
/Linux-v5.15/drivers/block/
Dpktcdvd.c2261 set_blocksize(bdev, CD_FRAMESIZE); in pkt_open()
2572 set_blocksize(bdev, CD_FRAMESIZE); in pkt_new_dev()
/Linux-v5.15/include/linux/
Dblkdev.h1959 int set_blocksize(struct block_device *bdev, int size);
/Linux-v5.15/fs/xfs/
Dxfs_buf.c1908 if (set_blocksize(btp->bt_bdev, sectorsize)) { in xfs_setsize_buftarg()
/Linux-v5.15/fs/reiserfs/
Djournal.c2625 set_blocksize(journal->j_dev_bd, super->s_blocksize); in journal_init_dev()
2641 set_blocksize(journal->j_dev_bd, super->s_blocksize); in journal_init_dev()
/Linux-v5.15/drivers/md/bcache/
Dsuper.c2588 if (set_blocksize(bdev, 4096)) in register_bcache()
/Linux-v5.15/fs/ext4/
Dsuper.c5208 set_blocksize(bdev, blocksize); in ext4_get_dev_journal()