Lines Matching defs:sector
31 * @sector: block to read or write, for blocks of HFSPLUS_SECTOR_SIZE bytes
39 * @data will return a pointer to the start of the requested sector,
42 * If @sector is not aligned to the bdev logical block size it will
48 int hfsplus_submit_bio(struct super_block *sb, sector_t sector,
58 * Align sector to hardware sector size and find offset. We
63 start = (loff_t)sector << HFSPLUS_SECTOR_SHIFT;
65 sector &= ~((io_size >> HFSPLUS_SECTOR_SHIFT) - 1);
68 bio->bi_iter.bi_sector = sector;
236 * Block size must be at least as large as a sector and a multiple of 2.