Searched defs:sector (Results 1 - 2 of 2) sorted by relevance

/kernel/power/
H A Dblock_io.c28 static int submit(int rw, struct block_device *bdev, sector_t sector, argument
35 bio->bi_iter.bi_sector = sector;
41 (unsigned long long)sector);
/kernel/trace/
H A Dblktrace.c172 static int act_log_check(struct blk_trace *bt, u32 what, sector_t sector, argument
177 if (sector && (sector < bt->start_lba || sector > bt->end_lba))
201 static void __blk_add_trace(struct blk_trace *bt, sector_t sector, int bytes, argument
226 if (act_log_check(bt, what, sector, pid))
270 t->sector = sector;
903 * @from: source sector
935 * @from: source sector
[all...]

Completed in 58 milliseconds