Lines Matching full:sector
44 * If there is a bio covering a sector (one btrfs fs block), the corresponding
48 * If there is no bio covering a sector, then btrfs_raid_bio::bio_paddrs[i] will
75 * [LOCATING A SECTOR]
76 * To locate a sector for IO, we need the following info:
83 * Starts from 0 (representing the first sector of the stripe), ends
89 * Starts from 0 (representing the first step of the sector), ends
103 * normally meaning there is no page allocated for the specified sector.
163 * How many steps there are for one sector.
209 /* Each set bit means the corresponding sector in stripe_sectors[] is uptodate. */
217 * Each bit is corresponding to one sector in either bio_sectors[] or
229 * Each bit represents if the corresponding sector has data csum found.