Lines Matching refs:head
44 struct list_head list, *head; in gfs2_jindex_free() local
56 head = &jd->extent_list; in gfs2_jindex_free()
57 while (!list_empty(head)) { in gfs2_jindex_free()
58 jext = list_entry(head->next, in gfs2_jindex_free()
70 static struct gfs2_jdesc *jdesc_find_i(struct list_head *head, unsigned int jid) in jdesc_find_i() argument
75 list_for_each_entry(jd, head, jd_list) { in jdesc_find_i()
134 struct gfs2_log_header_host head; in gfs2_make_fs_rw() local
143 error = gfs2_find_jhead(sdp->sd_jdesc, &head); in gfs2_make_fs_rw()
147 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_make_fs_rw()
154 sdp->sd_log_sequence = head.lh_sequence + 1; in gfs2_make_fs_rw()
155 gfs2_log_pointers_init(sdp, head.lh_blkno); in gfs2_make_fs_rw()