Lines Matching refs:wbc
1457 TP_PROTO(struct inode *inode, struct writeback_control *wbc, int type),
1459 TP_ARGS(inode, wbc, type),
1484 __entry->nr_to_write = wbc->nr_to_write;
1485 __entry->pages_skipped = wbc->pages_skipped;
1486 __entry->range_start = wbc->range_start;
1487 __entry->range_end = wbc->range_end;
1489 __entry->sync_mode = wbc->sync_mode;
1490 __entry->for_kupdate = wbc->for_kupdate;
1491 __entry->for_background = wbc->for_background;
1492 __entry->tagged_writepages = wbc->tagged_writepages;
1493 __entry->range_cyclic = wbc->range_cyclic;
1494 __entry->for_sync = wbc->for_sync;