Home
last modified time | relevance | path

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

/linux/block/
H A Dbdev.c153 int set_blocksize(struct file *file, int size) in set_blocksize() function
177 EXPORT_SYMBOL(set_blocksize);
181 if (set_blocksize(sb->s_bdev_file, size)) in sb_set_blocksize()
H A Dioctl.c541 return set_blocksize(file, n); in blkdev_bszset()
546 ret = set_blocksize(excl_file, n); in blkdev_bszset()
/linux/fs/befs/
H A 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/fs/btrfs/
H A Ddev-replace.c319 set_blocksize(bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_dev_replace_tgtdev()
H A Dvolumes.c489 ret = set_blocksize(*bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_get_bdev_and_sb()
2861 set_blocksize(device->bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_new_device()
/linux/include/linux/
H A Dblkdev.h1596 int set_blocksize(struct file *file, int size);
/linux/fs/xfs/
H A Dxfs_buf.c1877 if (set_blocksize(btp->bt_bdev_file, sectorsize)) { in xfs_setsize_buftarg()
/linux/drivers/block/
H A Dpktcdvd.c2216 set_blocksize(bdev_file, CD_FRAMESIZE); in pkt_open_dev()
/linux/Documentation/filesystems/
H A Dporting.rst1142 set_blocksize() takes opened struct file instead of struct block_device now
/linux/fs/ext4/
H A Dsuper.c5899 set_blocksize(bdev_file, blocksize); in ext4_get_journal_blkdev()