• Home
  • Raw
  • Download

Lines Matching refs:head

419 			      struct gfs2_log_header_host *head,  in gfs2_jhead_pg_srch()  argument
430 if (lh.lh_sequence >= head->lh_sequence) in gfs2_jhead_pg_srch()
431 *head = lh; in gfs2_jhead_pg_srch()
462 struct gfs2_log_header_host *head, in gfs2_jhead_process_page() argument
474 *done = gfs2_jhead_pg_srch(jd, head, page); in gfs2_jhead_process_page()
504 int gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, in gfs2_find_jhead() argument
521 memset(head, 0, sizeof(*head)); in gfs2_find_jhead()
577 gfs2_jhead_process_page(jd, blocks_read >> shift, head, &done); in gfs2_find_jhead()
588 gfs2_jhead_process_page(jd, blocks_read >> shift, head, &done); in gfs2_find_jhead()
730 struct list_head *head; in buf_lo_after_commit() local
736 head = &tr->tr_buf; in buf_lo_after_commit()
737 while (!list_empty(head)) { in buf_lo_after_commit()
738 bd = list_first_entry(head, struct gfs2_bufdata, bd_list); in buf_lo_after_commit()
745 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument
843 struct list_head *head = &sdp->sd_log_revokes; in revoke_lo_before_commit() local
856 list_for_each_entry(bd, head, bd_list) { in revoke_lo_before_commit()
881 struct list_head *head = &sdp->sd_log_revokes; in revoke_lo_after_commit() local
885 while (!list_empty(head)) { in revoke_lo_after_commit()
886 bd = list_first_entry(head, struct gfs2_bufdata, bd_list); in revoke_lo_after_commit()
895 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument
901 jd->jd_replay_tail = head->lh_tail; in revoke_lo_before_scan()
1057 struct list_head *head; in databuf_lo_after_commit() local
1063 head = &tr->tr_databuf; in databuf_lo_after_commit()
1064 while (!list_empty(head)) { in databuf_lo_after_commit()
1065 bd = list_first_entry(head, struct gfs2_bufdata, bd_list); in databuf_lo_after_commit()