Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c318 CDEBUG(D_OTHER, "\tlcfg->lcfg_flags: %#x\n", lcfg->lcfg_flags); in print_lustre_cfg()
342 __swab32s(&lcfg->lcfg_flags); in lustre_swab_lustre_cfg()
Dobd_config.c1040 new_cfg->lcfg_flags = cfg->lcfg_flags; in lustre_cfg_rename()
1539 lcfg_new->lcfg_flags = lcfg->lcfg_flags; in class_config_llog_handler()
1639 if (lcfg->lcfg_flags) in class_config_parse_rec()
1641 lcfg->lcfg_flags); in class_config_parse_rec()
/drivers/staging/lustre/lustre/include/
Dlustre_cfg.h106 __u32 lcfg_flags; member