Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/fs/sysv/
Dsuper.c364 set_blocksize(dev,BLOCK_SIZE); in sysv_read_super()
383 set_blocksize(dev, 512); in sysv_read_super()
394 set_blocksize(dev, 2048); in sysv_read_super()
411 set_blocksize(sb->s_dev,BLOCK_SIZE); in sysv_read_super()
446 set_blocksize(dev, 512); in v7_read_super()
/linux-2.4.37.9/fs/hfs/
Dsuper.c127 set_blocksize(sb->s_dev, BLOCK_SIZE); in hfs_put_super()
410 if (set_blocksize(dev, HFS_SECTOR_SIZE) < 0) { in hfs_read_super()
487 set_blocksize(dev, BLOCK_SIZE); in hfs_read_super()
/linux-2.4.37.9/fs/adfs/
Dsuper.c323 set_blocksize(dev, BLOCK_SIZE); in adfs_read_super()
357 set_blocksize(dev, sb->s_blocksize); in adfs_read_super()
/linux-2.4.37.9/fs/partitions/
Defi.c729 set_blocksize(dev, hardblocksize); in efi_partition()
735 set_blocksize(dev, orig_blksize_size); in efi_partition()
/linux-2.4.37.9/fs/efs/
Dsuper.c145 if( set_blocksize(dev, EFS_BLOCKSIZE) < 0) in efs_read_super()
/linux-2.4.37.9/drivers/block/
Dblkpg.c290 set_blocksize (dev, intval); in blk_ioctl()
/linux-2.4.37.9/fs/
Dblock_dev.c64 int set_blocksize(kdev_t dev, int size) in set_blocksize() function
106 if (set_blocksize(sb->s_dev, size) < 0) in sb_set_blocksize()
/linux-2.4.37.9/include/linux/
Damigaffs.h26 set_blocksize(sb->s_dev, size); in affs_set_blocksize()
/linux-2.4.37.9/fs/fat/
Dinode.c189 set_blocksize (sb->s_dev,BLOCK_SIZE); in fat_put_super()
600 set_blocksize(sb->s_dev, hard_blksize); in fat_read_super()
737 set_blocksize(sb->s_dev, sb->s_blocksize); in fat_read_super()
/linux-2.4.37.9/drivers/char/
Draw.c136 set_blocksize(rdev, sector_size); in raw_open()
/linux-2.4.37.9/fs/befs/
Dlinuxvfs.c827 set_blocksize(sb->s_dev, blocksize); in befs_read_super()
884 set_blocksize(sb->s_dev, (int) befs_sb->block_size); in befs_read_super()
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-2.4.37.9/fs/bfs/
Dinode.c251 set_blocksize(dev, BFS_BSIZE); in bfs_read_super()
/linux-2.4.37.9/fs/ext2/
Dsuper.c454 if (set_blocksize(dev, blocksize) < 0) { in ext2_read_super()
523 if (set_blocksize(dev, blocksize) < 0) { in ext2_read_super()
/linux-2.4.37.9/drivers/mtd/devices/
Dblkmtd.c706 set_blocksize(kdev, 1 << 10); in free_device()
879 if(set_blocksize(kdev, PAGE_SIZE)) { in add_device()
/linux-2.4.37.9/fs/ext3/
Dsuper.c960 set_blocksize (dev, blocksize); in ext3_read_super()
1037 set_blocksize (dev, sb->s_blocksize); in ext3_read_super()
1348 set_blocksize(dev, blocksize); in ext3_get_dev_journal()
/linux-2.4.37.9/drivers/ide/raid/
Dsilraid.c299 set_blocksize (dev, 4096); in read_disk_sb()
/linux-2.4.37.9/fs/romfs/
Dinode.c105 set_blocksize(dev, ROMBSIZE); in romfs_read_super()
/linux-2.4.37.9/fs/ntfs/
Dfs.c1023 if (set_blocksize(sb->s_dev, blocksize) < 0) { in ntfs_read_super()
1059 set_blocksize(sb->s_dev, sb->s_blocksize) < 0) { in ntfs_read_super()
/linux-2.4.37.9/mm/
Dswapfile.c939 set_blocksize(dev, PAGE_SIZE); in sys_swapon()
951 set_blocksize(dev, PAGE_SIZE); in sys_swapon()
/linux-2.4.37.9/fs/qnx4/
Dinode.c350 set_blocksize(dev, QNX4_BLOCK_SIZE); in qnx4_read_super()
/linux-2.4.37.9/fs/isofs/
Dinode.c511 set_blocksize(dev, opt.blocksize); in isofs_read_super()
714 set_blocksize(dev, orig_zonesize); in isofs_read_super()
/linux-2.4.37.9/kernel/
Dksyms.c204 EXPORT_SYMBOL(set_blocksize);
/linux-2.4.37.9/fs/reiserfs/
Dsuper.c912 set_blocksize (s->s_dev, s->s_blocksize); in read_super_block()
1190 set_blocksize (s->s_dev, BLOCK_SIZE); in reiserfs_read_super()
/linux-2.4.37.9/fs/hpfs/
Dsuper.c412 set_blocksize(dev, 512); in hpfs_read_super()

12