Home
last modified time | relevance | path

Searched refs:get_hardsect_size (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/drivers/md/
Dlvm-internal.h58 #define lvm_sectsize(dev) get_hardsect_size(dev)
Dmd.c1741 if (get_hardsect_size(rdev->dev) in do_md_run()
1744 get_hardsect_size(rdev->dev); in do_md_run()
/linux-2.4.37.9/fs/partitions/
Defi.c229 blocksize = get_hardsect_size(to_kdev_t(bdev->bd_dev)); in read_lba()
719 int hardblocksize = get_hardsect_size(dev); in efi_partition()
Dibm.c118 if ((blocksize = get_hardsect_size(to_kdev_t(bdev->bd_dev))) <= 0) in ibm_partition()
Dmsdos.c119 int sector_size = get_hardsect_size(to_kdev_t(bdev->bd_dev)) / 512; in extended_partition()
561 int sector_size = get_hardsect_size(to_kdev_t(bdev->bd_dev)) / 512; in msdos_partition()
/linux-2.4.37.9/drivers/block/
Dblkpg.c240 intval = get_hardsect_size(dev); in blk_ioctl()
Dll_rw_blk.c1367 correct_size = get_hardsect_size(bhs[0]->b_dev); in ll_rw_block()
/linux-2.4.37.9/fs/
Dblock_dev.c74 if (size < get_hardsect_size(dev)) in set_blocksize()
117 int minsize = get_hardsect_size(sb->s_dev); in sb_min_blocksize()
Dbuffer.c2608 if (size & (get_hardsect_size(dev)-1)) in grow_buffers()
/linux-2.4.37.9/include/linux/
Dblkdev.h280 static inline int get_hardsect_size(kdev_t dev) in get_hardsect_size() function
/linux-2.4.37.9/fs/hfs/
Dsuper.c411 dev_blocksize = get_hardsect_size(dev); in hfs_read_super()
/linux-2.4.37.9/fs/minix/
Dinode.c141 hblock = get_hardsect_size(dev); in minix_read_super()
/linux-2.4.37.9/fs/ext3/
Dsuper.c947 hblock = get_hardsect_size(dev); in ext3_read_super()
1339 hblock = get_hardsect_size(journal_dev); in ext3_get_dev_journal()
/linux-2.4.37.9/fs/befs/
Dlinuxvfs.c826 blocksize = max_t(int, get_hardsect_size(sb->s_dev), 1024); in befs_read_super()
/linux-2.4.37.9/fs/udf/
Dsuper.c363 if (get_hardsect_size(sb->s_dev) > sb->s_blocksize) in udf_set_blocksize()
364 sb->s_blocksize = get_hardsect_size(sb->s_dev); in udf_set_blocksize()
/linux-2.4.37.9/fs/ext2/
Dsuper.c444 blocksize = get_hardsect_size(dev); in ext2_read_super()
/linux-2.4.37.9/Documentation/filesystems/
Dntfs.txt115 use of get_hardsect_size() to determine the minimum block size.
/linux-2.4.37.9/fs/ntfs/
Dfs.c1020 blocksize = get_hardsect_size(sb->s_dev); in ntfs_read_super()
/linux-2.4.37.9/fs/isofs/
Dinode.c493 blocksize = get_hardsect_size(dev); in isofs_read_super()
/linux-2.4.37.9/fs/fat/
Dinode.c586 hard_blksize = get_hardsect_size(sb->s_dev); in fat_read_super()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c1557 if (xfs_setsize_buftarg(btp, PAGE_CACHE_SIZE, get_hardsect_size(kdev))) in xfs_alloc_buftarg()