Searched refs:log_type (Results 1 – 5 of 5) sorted by relevance
24 struct dm_dirty_log_type *log_type; in __find_dirty_log_type() local26 list_for_each_entry(log_type, &_log_types, list) in __find_dirty_log_type()27 if (!strcmp(name, log_type->name)) in __find_dirty_log_type()28 return log_type; in __find_dirty_log_type()35 struct dm_dirty_log_type *log_type; in _get_dirty_log_type() local39 log_type = __find_dirty_log_type(name); in _get_dirty_log_type()40 if (log_type && !try_module_get(log_type->module)) in _get_dirty_log_type()41 log_type = NULL; in _get_dirty_log_type()45 return log_type; in _get_dirty_log_type()68 struct dm_dirty_log_type *log_type; in get_type() local[all …]
43 u8 log_type; /* string/integer log, bfa_plog_log_type_t */ member
295 if ((pl_rec->log_type != BFA_PL_LOG_TYPE_INT) && in plkd_validate_logrec()296 (pl_rec->log_type != BFA_PL_LOG_TYPE_STRING)) in plkd_validate_logrec()299 if ((pl_rec->log_type != BFA_PL_LOG_TYPE_INT) && in plkd_validate_logrec()366 lp.log_type = BFA_PL_LOG_TYPE_STRING; in bfa_plog_str()390 lp.log_type = BFA_PL_LOG_TYPE_INT; in bfa_plog_intarr()
331 u8 log_type; member
1789 u8 log_type; member