Searched refs:cathandle (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 65 struct llog_handle *cathandle, in llog_cat_id2handle() argument 72 if (cathandle == NULL) in llog_cat_id2handle() 75 down_write(&cathandle->lgh_lock); in llog_cat_id2handle() 76 list_for_each_entry(loghandle, &cathandle->u.chd.chd_head, in llog_cat_id2handle() 89 loghandle->u.phd.phd_cat_handle = cathandle; in llog_cat_id2handle() 90 up_write(&cathandle->lgh_lock); in llog_cat_id2handle() 95 up_write(&cathandle->lgh_lock); in llog_cat_id2handle() 97 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, logid, NULL, in llog_cat_id2handle() 101 cathandle->lgh_ctxt->loc_obd->obd_name, in llog_cat_id2handle() 113 down_write(&cathandle->lgh_lock); in llog_cat_id2handle() [all …]
|
D | llog_internal.h | 75 int llog_cat_cleanup(const struct lu_env *env, struct llog_handle *cathandle,
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 96 int llog_close(const struct lu_env *env, struct llog_handle *cathandle); 136 int llog_cat_close(const struct lu_env *env, struct llog_handle *cathandle);
|