Lines Matching defs:block
143 * @sb: super block of mounted volume
358 * @sb: super block of mounted volume
506 * called are i_sb, pointing to the mounted device's super block, and i_ino,
840 ntfs_error(vi->i_sb, "Index block size (%u) is not a "
846 ntfs_error(vi->i_sb, "Index block size (%u) > "
855 ntfs_error(vi->i_sb, "Index block size (%u) < "
1556 ntfs_error(vi->i_sb, "Index block size (%u) is not a power of "
1561 ntfs_error(vi->i_sb, "Index block size (%u) > PAGE_SIZE "
1568 ntfs_error(vi->i_sb, "Index block size (%u) < NTFS_BLOCK_SIZE "
1750 s64 block;
1800 /* Determine the first block of the $MFT/$DATA attribute. */
1801 block = vol->mft_lcn << vol->cluster_size_bits >>
1809 bh = sb_bread(sb, block++);