Searched refs:set_blocksize (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/block/ |
| H A D | bdev.c | 178 int set_blocksize(struct file *file, int size) in set_blocksize() function 218 EXPORT_SYMBOL(set_blocksize); 224 if (set_blocksize(sb->s_bdev_file, size)) in sb_set_blocksize()
|
| H A D | ioctl.c | 548 return set_blocksize(file, n); in blkdev_bszset() 553 ret = set_blocksize(excl_file, n); in blkdev_bszset()
|
| /linux-6.15/fs/befs/ |
| H A D | ChangeLog | 373 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-6.15/fs/btrfs/ |
| H A D | dev-replace.c | 313 set_blocksize(bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_dev_replace_tgtdev()
|
| H A D | volumes.c | 489 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()
|
| /linux-6.15/include/linux/ |
| H A D | blkdev.h | 1641 int set_blocksize(struct file *file, int size);
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_buf.c | 1726 if (set_blocksize(btp->bt_bdev_file, sectorsize)) { in xfs_setsize_buftarg()
|
| /linux-6.15/drivers/block/ |
| H A D | pktcdvd.c | 2216 set_blocksize(bdev_file, CD_FRAMESIZE); in pkt_open_dev()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | porting.rst | 1142 set_blocksize() takes opened struct file instead of struct block_device now
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 5899 set_blocksize(bdev_file, blocksize); in ext4_get_journal_blkdev()
|