Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c321 CDEBUG(D_OTHER, "\tlcfg->lcfg_flags: %#x\n", lcfg->lcfg_flags); in print_lustre_cfg()
345 __swab32s(&lcfg->lcfg_flags); in lustre_swab_lustre_cfg()
Dobd_config.c1040 new_cfg->lcfg_flags = cfg->lcfg_flags; in lustre_cfg_rename()
1536 lcfg_new->lcfg_flags = lcfg->lcfg_flags; in class_config_llog_handler()
1636 if (lcfg->lcfg_flags) in class_config_parse_rec()
1638 lcfg->lcfg_flags); in class_config_parse_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_cfg.h106 __u32 lcfg_flags; member