/linux-2.4.37.9/fs/sysv/ |
D | super.c | 364 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/ |
D | super.c | 127 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/ |
D | super.c | 323 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/ |
D | efi.c | 729 set_blocksize(dev, hardblocksize); in efi_partition() 735 set_blocksize(dev, orig_blksize_size); in efi_partition()
|
/linux-2.4.37.9/fs/efs/ |
D | super.c | 145 if( set_blocksize(dev, EFS_BLOCKSIZE) < 0) in efs_read_super()
|
/linux-2.4.37.9/drivers/block/ |
D | blkpg.c | 290 set_blocksize (dev, intval); in blk_ioctl()
|
/linux-2.4.37.9/fs/ |
D | block_dev.c | 64 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/ |
D | amigaffs.h | 26 set_blocksize(sb->s_dev, size); in affs_set_blocksize()
|
/linux-2.4.37.9/fs/fat/ |
D | inode.c | 189 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/ |
D | raw.c | 136 set_blocksize(rdev, sector_size); in raw_open()
|
/linux-2.4.37.9/fs/befs/ |
D | linuxvfs.c | 827 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()
|
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
|
/linux-2.4.37.9/fs/bfs/ |
D | inode.c | 251 set_blocksize(dev, BFS_BSIZE); in bfs_read_super()
|
/linux-2.4.37.9/fs/ext2/ |
D | super.c | 454 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/ |
D | blkmtd.c | 706 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/ |
D | super.c | 960 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/ |
D | silraid.c | 299 set_blocksize (dev, 4096); in read_disk_sb()
|
/linux-2.4.37.9/fs/romfs/ |
D | inode.c | 105 set_blocksize(dev, ROMBSIZE); in romfs_read_super()
|
/linux-2.4.37.9/fs/ntfs/ |
D | fs.c | 1023 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/ |
D | swapfile.c | 939 set_blocksize(dev, PAGE_SIZE); in sys_swapon() 951 set_blocksize(dev, PAGE_SIZE); in sys_swapon()
|
/linux-2.4.37.9/fs/qnx4/ |
D | inode.c | 350 set_blocksize(dev, QNX4_BLOCK_SIZE); in qnx4_read_super()
|
/linux-2.4.37.9/fs/isofs/ |
D | inode.c | 511 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/ |
D | ksyms.c | 204 EXPORT_SYMBOL(set_blocksize);
|
/linux-2.4.37.9/fs/reiserfs/ |
D | super.c | 912 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/ |
D | super.c | 412 set_blocksize(dev, 512); in hpfs_read_super()
|