Searched refs:bd_list_tr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dlops.c74 if (!list_empty(&bd->bd_list_tr)) {
81 list_add(&bd->bd_list_tr, &tr->tr_list_buf);
106 bd = list_entry(head->next, struct gfs2_bufdata, bd_list_tr);
107 list_del_init(&bd->bd_list_tr);
473 if (list_empty(&bd->bd_list_tr) &&
476 list_add(&bd->bd_list_tr, &tr->tr_list_buf);
H A Dops_address.c719 fs_warn(sdp, "bd_list_tr = %s, bd_le.le_list = %s\n",
720 (list_empty(&bd->bd_list_tr)) ? "no" : "yes",
787 gfs2_assert_warn(sdp, list_empty(&bd->bd_list_tr));
H A Dincore.h95 struct list_head bd_list_tr; member in struct:gfs2_bufdata
H A Dmeta_io.c289 INIT_LIST_HEAD(&bd->bd_list_tr);

Completed in 62 milliseconds