Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1120 if (!(clli->cfg_flags & CFG_F_COMPAT146) && in class_config_llog_handler()
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1646 cld->cld_cfg.cfg_flags |= CFG_F_COMPAT146; in mgc_process_config()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h123 #define CFG_F_COMPAT146 0x08 /* Allow old-style logs */ macro