Home
last modified time | relevance | path

Searched defs:lcfg (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c334 int class_attach(struct lustre_cfg *lcfg) in class_attach()
451 int class_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in class_setup()
583 int class_detach(struct obd_device *obd, struct lustre_cfg *lcfg) in class_detach()
611 int class_cleanup(struct obd_device *obd, struct lustre_cfg *lcfg) in class_cleanup()
772 int class_add_conn(struct obd_device *obd, struct lustre_cfg *lcfg) in class_add_conn()
807 int class_del_conn(struct obd_device *obd, struct lustre_cfg *lcfg) in class_del_conn()
942 static int class_set_global(char *ptr, int val, struct lustre_cfg *lcfg) in class_set_global()
970 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg)) in lustre_register_client_process_config()
1048 static int process_param2_config(struct lustre_cfg *lcfg) in process_param2_config()
1088 void lustre_register_quota_process_config(int (*qpc)(struct lustre_cfg *lcfg)) in lustre_register_quota_process_config()
[all …]
Dllog_swab.c310 static void print_lustre_cfg(struct lustre_cfg *lcfg) in print_lustre_cfg()
331 void lustre_swab_lustre_cfg(struct lustre_cfg *lcfg) in lustre_swab_lustre_cfg()
Dobd_mount.c78 struct lustre_cfg *lcfg; in lustre_process_log() local
120 struct lustre_cfg *lcfg; in lustre_end_log() local
150 struct lustre_cfg * lcfg = NULL; in do_lcfg() local
Dclass_obd.c227 struct lustre_cfg *lcfg; in class_handle_ioctl() local
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_cfg.h119 #define LUSTRE_CFG_BUFLEN(lcfg, idx) \ argument
155 static inline void *lustre_cfg_buf(struct lustre_cfg *lcfg, int index) in lustre_cfg_buf()
174 struct lustre_cfg *lcfg) in lustre_cfg_bufs_init()
184 static inline char *lustre_cfg_string(struct lustre_cfg *lcfg, int index) in lustre_cfg_string()
230 struct lustre_cfg *lcfg; in lustre_cfg_new() local
251 static inline void lustre_cfg_free(struct lustre_cfg *lcfg) in lustre_cfg_free()
263 struct lustre_cfg *lcfg = (struct lustre_cfg *)buf; in lustre_cfg_sanity_check() local
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c250 struct config_llog_instance lcfg = *cfg; in config_recover_log_add() local
282 struct config_llog_instance lcfg = *cfg; in config_params_log_add() local
723 static int mgc_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in mgc_setup()
1119 struct lustre_cfg *lcfg; in mgc_apply_recover_logs() local
1621 struct lustre_cfg *lcfg = buf; in mgc_process_config() local
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c612 static int __sptlrpc_process_config(struct lustre_cfg *lcfg, in __sptlrpc_process_config()
668 int sptlrpc_process_config(struct lustre_cfg *lcfg) in sptlrpc_process_config()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c261 int client_obd_setup(struct obd_device *obddev, struct lustre_cfg *lcfg) in client_obd_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c767 int lov_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in lov_setup()
913 int lov_process_config_base(struct obd_device *obd, struct lustre_cfg *lcfg, in lov_process_config_base()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c2139 int ll_process_config(struct lustre_cfg *lcfg) in ll_process_config()
/linux-4.1.27/drivers/staging/comedi/drivers/
Drtd520.c373 void __iomem *lcfg; member
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1311 static int lmv_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in lmv_setup()
1391 struct lustre_cfg *lcfg = buf; in lmv_process_config() local
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c3159 int osc_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in osc_setup()
3280 int osc_process_config_base(struct obd_device *obd, struct lustre_cfg *lcfg) in osc_process_config_base()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2538 struct lustre_cfg *lcfg = buf; in mdc_process_config() local
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2029 struct obd_device *obddev, struct lustre_cfg *lcfg) in echo_client_setup()