Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_cfg.h49 #define LUSTRE_CFG_VERSION 0x1cf60001 macro
241 lcfg->lcfg_version = LUSTRE_CFG_VERSION; in lustre_cfg_new()
274 if (lcfg->lcfg_version != LUSTRE_CFG_VERSION) in lustre_cfg_sanity_check()
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c334 if (lcfg->lcfg_version != LUSTRE_CFG_VERSION) { in lustre_swab_lustre_cfg()
336 lcfg->lcfg_version, LUSTRE_CFG_VERSION); in lustre_swab_lustre_cfg()
Dobd_config.c1082 if (lcfg->lcfg_version == __swab32(LUSTRE_CFG_VERSION)) { in class_config_llog_handler()