Searched refs:log_mask (Results 1 – 5 of 5) sorted by relevance
43 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet() local44 if ((log_mask & mask) != mask) in GetLogIfAllCategoriesSet()
41 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet() local42 if ((log_mask & mask) != mask) in GetLogIfAllCategoriesSet()
42 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet() local43 if ((log_mask & mask) != mask) in GetLogIfAllCategoriesSet()
62 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet() local63 if ((log_mask & mask) != mask) in GetLogIfAllCategoriesSet()
1233 unsigned int log_mask = 0; in fio_writeout_logs() local1248 if (!(log_mask & lt->mask)) { in fio_writeout_logs()1252 log_mask |= lt->mask; in fio_writeout_logs()