Lines Matching refs:flush
1141 int flush, const char *reason),
1143 TP_ARGS(fs_info, flags, bytes, flush, reason),
1148 __field( int, flush )
1155 __entry->flush = flush;
1160 __get_str(reason), __entry->flush,
1161 __print_symbolic(__entry->flush, FLUSH_ACTIONS),
2233 u64 start_ns, int flush, int error),
2235 TP_ARGS(fs_info, flags, bytes, start_ns, flush, error),
2241 __field( int, flush )
2249 __entry->flush = flush;
2256 __print_symbolic(__entry->flush, FLUSH_ACTIONS),