Lines Matching refs:head
85 * @bhs: buffer head of start block
196 * @bh_sum: buffer head of summary block
238 * @pbh: the current buffer head on summary blocks [in, out]
267 * @pbh: the current buffer head on summary blocks [in, out]
302 * @head: list head to add nilfs_recovery_block struct
306 struct list_head *head)
359 list_add_tail(&rb->list, head);
375 static void dispose_recovery_list(struct list_head *head)
377 while (!list_empty(head)) {
380 rb = list_first_entry(head, struct nilfs_recovery_block, list);
391 static int nilfs_segment_list_add(struct list_head *head, __u64 segnum)
400 list_add_tail(&ent->list, head);
404 void nilfs_dispose_segment_list(struct list_head *head)
406 while (!list_empty(head)) {
409 ent = list_first_entry(head, struct nilfs_segment_entry, list);
419 struct list_head *head = &ri->ri_used_segments;
440 err = nilfs_segment_list_add(head, segnum[i]);
449 list_for_each_entry_safe(ent, n, head, list) {
495 struct list_head *head,
505 list_for_each_entry_safe(rb, n, head, list) {