Home
last modified time | relevance | path

Searched refs:set_blocksize (Results 1 – 3 of 3) 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);
241 if (set_blocksize(sb->s_bdev_file, size)) in sb_set_blocksize()
/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/Documentation/filesystems/
H A Dporting.rst1142 set_blocksize() takes opened struct file instead of struct block_device now