Searched refs:bd_list (Results 1 – 6 of 6) sorted by relevance
/fs/gfs2/ |
D | trans.c | 136 INIT_LIST_HEAD(&bd->bd_list); in gfs2_alloc_bufdata() 182 if (list_empty(&bd->bd_list)) { in gfs2_trans_add_data() 187 list_add_tail(&bd->bd_list, &tr->tr_databuf); in gfs2_trans_add_data() 224 if (!list_empty(&bd->bd_list)) in gfs2_trans_add_meta() 246 list_add(&bd->bd_list, &tr->tr_buf); in gfs2_trans_add_meta() 258 BUG_ON(!list_empty(&bd->bd_list)); in gfs2_trans_add_revoke() 271 list_for_each_entry_safe(bd, tmp, &sdp->sd_log_revokes, bd_list) { in gfs2_trans_remove_revoke() 273 list_del_init(&bd->bd_list); in gfs2_trans_remove_revoke()
|
D | lops.c | 634 bda = list_entry(a, struct gfs2_bufdata, bd_list); in blocknr_cmp() 635 bdb = list_entry(b, struct gfs2_bufdata, bd_list); in blocknr_cmp() 657 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit() 671 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit() 686 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit() 738 bd = list_first_entry(head, struct gfs2_bufdata, bd_list); in buf_lo_after_commit() 739 list_del_init(&bd->bd_list); in buf_lo_after_commit() 856 list_for_each_entry(bd, head, bd_list) { in revoke_lo_before_commit() 886 bd = list_first_entry(head, struct gfs2_bufdata, bd_list); in revoke_lo_after_commit() 887 list_del_init(&bd->bd_list); in revoke_lo_after_commit() [all …]
|
D | aops.c | 664 if (!list_empty(&bd->bd_list) && !buffer_pinned(bh)) in gfs2_discard() 665 list_del_init(&bd->bd_list); in gfs2_discard() 765 if (!bd->bd_blkno && !list_empty(&bd->bd_list)) in gfs2_releasepage() 766 list_del_init(&bd->bd_list); in gfs2_releasepage() 767 if (list_empty(&bd->bd_list)) in gfs2_releasepage()
|
D | log.c | 287 if (*max_revokes && list_empty(&bd->bd_list)) { in gfs2_ail1_empty_one() 689 list_add(&bd->bd_list, &sdp->sd_log_revokes); in gfs2_add_revoke() 936 bd = list_first_entry(head, struct gfs2_bufdata, bd_list); in trans_drain() 937 list_del_init(&bd->bd_list); in trans_drain() 944 bd = list_first_entry(head, struct gfs2_bufdata, bd_list); in trans_drain() 945 list_del_init(&bd->bd_list); in trans_drain()
|
D | meta_io.c | 341 list_del_init(&bd->bd_list); in gfs2_remove_from_journal()
|
D | incore.h | 168 struct list_head bd_list; member
|