Searched defs:llog_handle (Results 1 – 1 of 1) sorted by relevance
285 struct llog_handle { struct286 struct rw_semaphore lgh_lock;287 spinlock_t lgh_hdr_lock; /* protect lgh_hdr data */288 struct llog_logid lgh_id; /* id of this log */289 struct llog_log_hdr *lgh_hdr;290 struct file *lgh_file;291 struct dt_object *lgh_obj;292 int lgh_last_idx;293 int lgh_cur_idx; /* used during llog_process */317 struct llog_handle *loc_handle; argument