Home
last modified time | relevance | path

Searched defs:logname (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c635 static int logname2fsname(const char *logname, char *buf, int buflen) in logname2fsname()
653 void sptlrpc_conf_log_update_begin(const char *logname) in sptlrpc_conf_log_update_begin()
679 void sptlrpc_conf_log_update_end(const char *logname) in sptlrpc_conf_log_update_end()
705 void sptlrpc_conf_log_start(const char *logname) in sptlrpc_conf_log_start()
718 void sptlrpc_conf_log_stop(const char *logname) in sptlrpc_conf_log_stop()
/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c98 static int mgc_logname2resid(char *logname, struct ldlm_res_id *res_id, int type) in mgc_logname2resid()
158 struct config_llog_data *config_log_find(char *logname, in config_log_find()
190 char *logname, in do_config_log_add()
252 char logname[32]; in config_recover_log_add() local
284 static int config_log_add(struct obd_device *obd, char *logname, in config_log_add()
370 static int config_log_end(char *logname, struct config_llog_instance *cfg) in config_log_end()
1593 char *logname; in mgc_process_config() local
/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c74 int lustre_process_log(struct super_block *sb, char *logname, in lustre_process_log()
116 int lustre_end_log(struct super_block *sb, char *logname, in lustre_end_log()
/drivers/staging/lustre/lustre/include/
Dlustre_log.h62 #define LOG_NAME_LIMIT(logname, name) \ argument