Lines Matching refs:head
499 struct list_head *head; in buf_lo_after_commit() local
505 head = &tr->tr_buf; in buf_lo_after_commit()
506 while (!list_empty(head)) { in buf_lo_after_commit()
507 bd = list_entry(head->next, struct gfs2_bufdata, bd_list); in buf_lo_after_commit()
514 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument
616 struct list_head *head = &sdp->sd_log_le_revoke; in revoke_lo_before_commit() local
629 list_for_each_entry(bd, head, bd_list) { in revoke_lo_before_commit()
654 struct list_head *head = &sdp->sd_log_le_revoke; in revoke_lo_after_commit() local
658 while (!list_empty(head)) { in revoke_lo_after_commit()
659 bd = list_entry(head->next, struct gfs2_bufdata, bd_list); in revoke_lo_after_commit()
669 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument
675 jd->jd_replay_tail = head->lh_tail; in revoke_lo_before_scan()
832 struct list_head *head; in databuf_lo_after_commit() local
838 head = &tr->tr_databuf; in databuf_lo_after_commit()
839 while (!list_empty(head)) { in databuf_lo_after_commit()
840 bd = list_entry(head->next, struct gfs2_bufdata, bd_list); in databuf_lo_after_commit()