Home
last modified time | relevance | path

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

/linux/block/
H A Dbdev.c178 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 Dioctl.c549 return set_blocksize(file, n); in blkdev_bszset()
554 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.c313 set_blocksize(bdev_file, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_dev_replace_tgtdev()
/linux/include/linux/
H A Dblkdev.h1724 int set_blocksize(struct file *file, int size);
/linux/fs/ext4/
H A Dsuper.c5897 set_blocksize(bdev_file, blocksize); in ext4_get_journal_blkdev()