Home
last modified time | relevance | path

Searched refs:for_background (Results 1 – 3 of 3) sorted by relevance

/include/trace/events/
Dwriteback.h365 __field(int, for_background)
376 __entry->for_background = work->for_background;
388 __entry->for_background,
461 __field(int, for_background)
475 __entry->for_background = wbc->for_background;
491 __entry->for_background,
Df2fs.h1473 __field(char, for_background)
1492 __entry->for_background = wbc->for_background;
1512 __entry->for_background,
/include/linux/
Dwriteback.h60 unsigned for_background:1; /* A background writeback */ member
110 else if (wbc->for_kupdate || wbc->for_background) in wbc_to_write_flags()