Lines Matching refs:head
217 struct list_head *head = &sdp->sd_log_le_buf; in buf_lo_after_commit() local
220 while (!list_empty(head)) { in buf_lo_after_commit()
221 bd = list_entry(head->next, struct gfs2_bufdata, bd_le.le_list); in buf_lo_after_commit()
231 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument
326 struct list_head *head = &sdp->sd_log_le_revoke; in revoke_lo_before_commit() local
339 while (!list_empty(head)) { in revoke_lo_before_commit()
340 bd = list_entry(head->next, struct gfs2_bufdata, bd_le.le_list); in revoke_lo_before_commit()
366 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument
374 sdp->sd_replay_tail = head->lh_tail; in revoke_lo_before_scan()
466 struct list_head *head = &sdp->sd_log_le_rg; in rg_lo_after_commit() local
469 while (!list_empty(head)) { in rg_lo_after_commit()
470 rgd = list_entry(head->next, struct gfs2_rgrpd, rd_le.le_list); in rg_lo_after_commit()
712 struct list_head *head = &sdp->sd_log_le_databuf; in databuf_lo_after_commit() local
715 while (!list_empty(head)) { in databuf_lo_after_commit()
716 bd = list_entry(head->next, struct gfs2_bufdata, bd_le.le_list); in databuf_lo_after_commit()