Searched defs:llog_handle (Results 1 – 1 of 1) sorted by relevance
219 struct llog_handle { struct220 struct rw_semaphore lgh_lock;221 spinlock_t lgh_hdr_lock; /* protect lgh_hdr data */222 struct llog_logid lgh_id; /* id of this log */223 struct llog_log_hdr *lgh_hdr;224 int lgh_last_idx;225 int lgh_cur_idx; /* used during llog_process */249 struct llog_handle *loc_handle; argument