Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c177 static int class_attach(struct lustre_cfg *lcfg) in class_attach()
284 static int class_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in class_setup()
378 static int class_detach(struct obd_device *obd, struct lustre_cfg *lcfg) in class_detach()
405 static int class_cleanup(struct obd_device *obd, struct lustre_cfg *lcfg) in class_cleanup()
541 static int class_add_conn(struct obd_device *obd, struct lustre_cfg *lcfg) in class_add_conn()
575 static int class_del_conn(struct obd_device *obd, struct lustre_cfg *lcfg) in class_del_conn()
703 static int class_set_global(char *ptr, int val, struct lustre_cfg *lcfg) in class_set_global()
730 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg)) in lustre_register_client_process_config()
736 static int process_param2_config(struct lustre_cfg *lcfg) in process_param2_config()
779 int class_process_config(struct lustre_cfg *lcfg) in class_process_config()
[all …]
Dllog_swab.c307 static void print_lustre_cfg(struct lustre_cfg *lcfg) in print_lustre_cfg()
328 void lustre_swab_lustre_cfg(struct lustre_cfg *lcfg) in lustre_swab_lustre_cfg()
Dobd_mount.c77 struct lustre_cfg *lcfg; in lustre_process_log() local
119 struct lustre_cfg *lcfg; in lustre_end_log() local
149 struct lustre_cfg *lcfg = NULL; in do_lcfg() local
Dclass_obd.c191 struct lustre_cfg *lcfg; in class_handle_ioctl() local
/linux-4.4.14/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()
175 struct lustre_cfg *lcfg) in lustre_cfg_bufs_init()
186 static inline char *lustre_cfg_string(struct lustre_cfg *lcfg, int index) in lustre_cfg_string()
232 struct lustre_cfg *lcfg; in lustre_cfg_new() local
253 static inline void lustre_cfg_free(struct lustre_cfg *lcfg) in lustre_cfg_free()
265 struct lustre_cfg *lcfg = (struct lustre_cfg *)buf; in lustre_cfg_sanity_check() local
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c250 struct config_llog_instance lcfg = *cfg; in config_recover_log_add() local
268 struct config_llog_instance lcfg = *cfg; in config_params_log_add() local
711 static int mgc_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in mgc_setup()
1102 struct lustre_cfg *lcfg; in mgc_apply_recover_logs() local
1591 struct lustre_cfg *lcfg = buf; in mgc_process_config() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c574 static int __sptlrpc_process_config(struct lustre_cfg *lcfg, in __sptlrpc_process_config()
630 int sptlrpc_process_config(struct lustre_cfg *lcfg) in sptlrpc_process_config()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c260 int client_obd_setup(struct obd_device *obddev, struct lustre_cfg *lcfg) in client_obd_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c754 int lov_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in lov_setup()
896 int lov_process_config_base(struct obd_device *obd, struct lustre_cfg *lcfg, in lov_process_config_base()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c2082 int ll_process_config(struct lustre_cfg *lcfg) in ll_process_config()
/linux-4.4.14/drivers/staging/comedi/drivers/
Drtd520.c360 void __iomem *lcfg; member
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c3103 int osc_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in osc_setup()
3233 int osc_process_config_base(struct obd_device *obd, struct lustre_cfg *lcfg) in osc_process_config_base()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1274 static int lmv_setup(struct obd_device *obd, struct lustre_cfg *lcfg) in lmv_setup()
1351 struct lustre_cfg *lcfg = buf; in lmv_process_config() local
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2411 struct lustre_cfg *lcfg = buf; in mdc_process_config() local
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2028 struct obd_device *obddev, struct lustre_cfg *lcfg) in echo_client_setup()