Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c119 static int config_log_get(struct config_llog_data *cld) in config_log_get()
129 static void config_log_put(struct config_llog_data *cld) in config_log_put()
158 struct config_llog_data *config_log_find(char *logname, in config_log_find()
161 struct config_llog_data *cld; in config_log_find()
162 struct config_llog_data *found = NULL; in config_log_find()
189 struct config_llog_data *do_config_log_add(struct obd_device *obd, in do_config_log_add()
195 struct config_llog_data *cld; in do_config_log_add()
245 static struct config_llog_data *config_recover_log_add(struct obd_device *obd, in config_recover_log_add()
252 struct config_llog_data *cld; in config_recover_log_add()
279 static struct config_llog_data *config_params_log_add(struct obd_device *obd, in config_params_log_add()
[all …]
Dmgc_internal.h61 int mgc_process_log(struct obd_device *mgc, struct config_llog_data *cld);
63 static inline int cld_is_sptlrpc(struct config_llog_data *cld) in cld_is_sptlrpc()
68 static inline int cld_is_recover(struct config_llog_data *cld) in cld_is_recover()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h185 struct config_llog_data { struct
190 struct config_llog_data *cld_sptlrpc;/* depended sptlrpc log */ argument
191 struct config_llog_data *cld_params; /* common parameters log */ argument
192 struct config_llog_data *cld_recover;/* imperative recover log */ argument