Lines Matching refs:head
57 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_add() local
61 list_for_each_entry(rr, head, rr_list) { in gfs2_revoke_add()
79 list_add(&rr->rr_list, head); in gfs2_revoke_add()
110 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_clean() local
113 while (!list_empty(head)) { in gfs2_revoke_clean()
114 rr = list_entry(head->next, struct gfs2_revoke_replay, rr_list); in gfs2_revoke_clean()
121 unsigned int blkno, struct gfs2_log_header_host *head) in __get_log_header() argument
142 head->lh_sequence = be64_to_cpu(lh->lh_sequence); in __get_log_header()
143 head->lh_flags = be32_to_cpu(lh->lh_flags); in __get_log_header()
144 head->lh_tail = be32_to_cpu(lh->lh_tail); in __get_log_header()
145 head->lh_blkno = be32_to_cpu(lh->lh_blkno); in __get_log_header()
164 struct gfs2_log_header_host *head) in get_log_header() argument
175 blk, head); in get_log_header()
260 struct gfs2_log_header_host *head) in clean_journal() argument
263 u32 lblock = head->lh_blkno; in clean_journal()
268 gfs2_write_log_header(sdp, jd, head->lh_sequence + 1, 0, lblock, in clean_journal()
298 struct gfs2_log_header_host head; in gfs2_recover_func() local
346 error = gfs2_find_jhead(jd, &head, true); in gfs2_recover_func()
353 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_recover_func()
392 jd->jd_jid, head.lh_tail, head.lh_blkno); in gfs2_recover_func()
395 lops_before_scan(jd, &head, pass); in gfs2_recover_func()
396 error = foreach_descriptor(jd, head.lh_tail, in gfs2_recover_func()
397 head.lh_blkno, pass); in gfs2_recover_func()
403 clean_journal(jd, &head); in gfs2_recover_func()