[go: nahoru, domu]

Searched refs:cld (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/mgc/
H A 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) argument
65 return cld->cld_type == CONFIG_T_SPTLRPC;
68 static inline int cld_is_recover(struct config_llog_data *cld) argument
70 return cld->cld_type == CONFIG_T_RECOVER;
H A Dmgc_request.c119 static int config_log_get(struct config_llog_data *cld) argument
121 atomic_inc(&cld->cld_refcount);
122 CDEBUG(D_INFO, "log %s refs %d\n", cld->cld_logname,
123 atomic_read(&cld->cld_refcount));
129 static void config_log_put(struct config_llog_data *cld) argument
131 CDEBUG(D_INFO, "log %s refs %d\n", cld->cld_logname,
132 atomic_read(&cld->cld_refcount));
133 LASSERT(atomic_read(&cld->cld_refcount) > 0);
136 if (atomic_dec_and_lock(&cld->cld_refcount, &config_list_lock)) {
137 list_del(&cld
161 struct config_llog_data *cld; local
195 struct config_llog_data *cld; local
252 struct config_llog_data *cld; local
283 struct config_llog_data *cld; local
303 struct config_llog_data *cld; local
386 struct config_llog_data *cld; local
457 struct config_llog_data *cld; local
486 do_requeue(struct config_llog_data *cld) argument
522 struct config_llog_data *cld, *cld_prev; local
600 mgc_requeue_add(struct config_llog_data *cld) argument
762 struct config_llog_data *cld = (struct config_llog_data *)data; local
866 struct config_llog_data *cld = (struct config_llog_data *)data; local
1101 mgc_apply_recover_logs(struct obd_device *mgc, struct config_llog_data *cld, __u64 max_version, void *data, int datalen, bool mne_swab) argument
1303 mgc_process_recover_log(struct obd_device *obd, struct config_llog_data *cld) argument
1465 mgc_process_cfg_log(struct obd_device *mgc, struct config_llog_data *cld, int local_only) argument
1541 mgc_process_log(struct obd_device *mgc, struct config_llog_data *cld) argument
1643 struct config_llog_data *cld; local
[all...]
/drivers/staging/lustre/lustre/llite/
H A Dvvp_dev.c223 struct cl_device *cld; local
230 cld = sbi->ll_cl;
232 if (cld != NULL) {
233 cl_stack_fini(env, cld);
/drivers/staging/lustre/lustre/osc/
H A Dosc_lock.c1026 struct cl_lock_descr *cld = &scan->cll_descr; local
1034 cld->cld_start > descr->cld_end ||
1035 cld->cld_end < descr->cld_start)

Completed in 88 milliseconds