Lines Matching refs:bio
1183 TP_PROTO(struct super_block *sb, int type, struct bio *bio),
1185 TP_ARGS(sb, type, bio),
1199 __entry->target = bio_dev(bio);
1200 __entry->op = bio_op(bio);
1201 __entry->op_flags = bio->bi_opf;
1203 __entry->sector = bio->bi_iter.bi_sector;
1204 __entry->size = bio->bi_iter.bi_size;
1218 TP_PROTO(struct super_block *sb, int type, struct bio *bio),
1220 TP_ARGS(sb, type, bio),
1222 TP_CONDITION(bio)
1227 TP_PROTO(struct super_block *sb, int type, struct bio *bio),
1229 TP_ARGS(sb, type, bio),
1231 TP_CONDITION(bio)
1236 TP_PROTO(struct super_block *sb, int type, struct bio *bio),
1238 TP_ARGS(sb, type, bio),
1240 TP_CONDITION(bio)
1245 TP_PROTO(struct super_block *sb, int type, struct bio *bio),
1247 TP_ARGS(sb, type, bio),
1249 TP_CONDITION(bio)