Searched refs:set_blocksize (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/block/ |
D | bdev.c | 153 int set_blocksize(struct file *file, int size) in set_blocksize() function 178 EXPORT_SYMBOL(set_blocksize); 182 if (set_blocksize(sb->s_bdev_file, size)) in sb_set_blocksize()
|
D | ioctl.c | 541 return set_blocksize(file, n); in blkdev_bszset() 546 ret = set_blocksize(excl_file, n); in blkdev_bszset()
|
/linux-6.12.1/fs/befs/ |
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.12.1/include/linux/ |
D | blkdev.h | 1544 int set_blocksize(struct file *file, int size);
|
/linux-6.12.1/fs/btrfs/ |
D | dev-replace.c | 319 set_blocksize(bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_dev_replace_tgtdev()
|
D | volumes.c | 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()
|
/linux-6.12.1/fs/reiserfs/ |
D | journal.c | 2629 set_blocksize(journal->j_bdev_file, super->s_blocksize); in journal_init_dev() 2645 set_blocksize(journal->j_bdev_file, super->s_blocksize); in journal_init_dev()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_buf.c | 2049 if (set_blocksize(btp->bt_bdev_file, sectorsize)) { in xfs_setsize_buftarg()
|
/linux-6.12.1/drivers/block/ |
D | pktcdvd.c | 2216 set_blocksize(bdev_file, CD_FRAMESIZE); in pkt_open_dev()
|
/linux-6.12.1/Documentation/filesystems/ |
D | porting.rst | 1142 set_blocksize() takes opened struct file instead of struct block_device now
|
/linux-6.12.1/fs/ext4/ |
D | super.c | 5863 set_blocksize(bdev_file, blocksize); in ext4_get_journal_blkdev()
|