Home
last modified time | relevance | path

Searched refs:CFG_F_SKIP (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1426 clli->cfg_flags |= CFG_F_SKIP; in class_config_llog_handler()
1449 clli->cfg_flags |= CFG_F_SKIP; in class_config_llog_handler()
1451 if (clli->cfg_flags & CFG_F_SKIP) { in class_config_llog_handler()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h154 #define CFG_F_SKIP 0x04 /* We should ignore this cfg command */ macro