Searched refs:cathandle (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 62 struct llog_handle *cathandle, in llog_cat_new_log() argument 71 llh = cathandle->lgh_hdr; in llog_cat_new_log() 74 index = (cathandle->lgh_last_idx + 1) % bitmap_size; in llog_cat_new_log() 97 &cathandle->lgh_hdr->llh_tgtuuid); in llog_cat_new_log() 114 cathandle->lgh_last_idx = index; in llog_cat_new_log() 121 POSTID(&cathandle->lgh_id.lgl_oi)); in llog_cat_new_log() 131 rc = llog_write_rec(env, cathandle, &rec.lid_hdr, in llog_cat_new_log() 152 int llog_cat_id2handle(const struct lu_env *env, struct llog_handle *cathandle, in llog_cat_id2handle() argument 158 if (cathandle == NULL) in llog_cat_id2handle() 161 down_write(&cathandle->lgh_lock); in llog_cat_id2handle() [all …]
|
D | llog_internal.h | 87 int llog_cat_id2handle(const struct lu_env *env, struct llog_handle *cathandle, 96 int llog_cat_cleanup(const struct lu_env *env, struct llog_handle *cathandle,
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 135 int llog_close(const struct lu_env *env, struct llog_handle *cathandle); 175 int llog_cat_close(const struct lu_env *env, struct llog_handle *cathandle); 176 int llog_cat_add_rec(const struct lu_env *env, struct llog_handle *cathandle, 180 struct llog_handle *cathandle, 182 int llog_cat_add(const struct lu_env *env, struct llog_handle *cathandle, 186 struct llog_handle *cathandle, int count,
|