Searched refs:set_blocksize (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/block/ |
H A D | bdev.c | 138 int set_blocksize(struct block_device *bdev, int size) in set_blocksize() function 157 EXPORT_SYMBOL(set_blocksize); 161 if (set_blocksize(sb->s_bdev, size)) in sb_set_blocksize()
|
H A D | ioctl.c | 482 return set_blocksize(bdev, n); in blkdev_bszset() 486 ret = set_blocksize(bdev, n); in blkdev_bszset()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 614 static void set_blocksize(Object *obj, Visitor *v, const char *name, in set_blocksize() function 635 .set = set_blocksize,
|
/openbmc/linux/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
|
/openbmc/linux/kernel/power/ |
H A D | swap.c | 364 res = set_blocksize(hib_resume_bdev, PAGE_SIZE); in swsusp_swap_check() 1528 set_blocksize(hib_resume_bdev, PAGE_SIZE); in swsusp_check()
|
/openbmc/linux/mm/ |
H A D | swapfile.c | 2547 set_blocksize(bdev, old_block_size); in SYSCALL_DEFINE1() 2786 error = set_blocksize(p->bdev, PAGE_SIZE); in claim_swapfile() 3221 set_blocksize(p->bdev, p->old_block_size); in SYSCALL_DEFINE2()
|
/openbmc/linux/fs/btrfs/ |
H A D | dev-replace.c | 320 set_blocksize(device->bdev, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_dev_replace_tgtdev()
|
H A D | volumes.c | 528 ret = set_blocksize(*bdev, BTRFS_BDEV_BLOCKSIZE); in btrfs_get_bdev_and_sb() 2738 set_blocksize(device->bdev, BTRFS_BDEV_BLOCKSIZE); in btrfs_init_new_device()
|
/openbmc/linux/include/linux/ |
H A D | blkdev.h | 1463 int set_blocksize(struct block_device *bdev, int size);
|
/openbmc/linux/drivers/block/ |
H A D | pktcdvd.c | 2279 set_blocksize(disk->part0, CD_FRAMESIZE); in pkt_open() 2531 set_blocksize(bdev, CD_FRAMESIZE); in pkt_new_dev()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf.c | 1972 if (set_blocksize(btp->bt_bdev, sectorsize)) { in xfs_setsize_buftarg()
|
/openbmc/linux/fs/reiserfs/ |
H A D | journal.c | 2636 set_blocksize(journal->j_dev_bd, super->s_blocksize); in journal_init_dev() 2652 set_blocksize(journal->j_dev_bd, super->s_blocksize); in journal_init_dev()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | super.c | 2558 if (set_blocksize(bdev, 4096)) in register_bcache()
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 5894 set_blocksize(bdev, blocksize); in ext4_get_journal_blkdev()
|