Searched refs:bd_list (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/udc/bdc/ |
D | bdc_ep.c | 59 struct bd_list *bd_list = &ep->bd_list; in ep_bd_list_free() local 67 if (!bd_list->bd_table_array) { in ep_bd_list_free() 77 bd_table = bd_list->bd_table_array[index]; in ep_bd_list_free() 100 kfree(ep->bd_list.bd_table_array); in ep_bd_list_free() 146 ep->bd_list.bd_table_array = kzalloc( in ep_bd_list_alloc() 149 if (!ep->bd_list.bd_table_array) in ep_bd_list_alloc() 172 ep->bd_list.bd_table_array[index] = bd_table; in ep_bd_list_alloc() 179 chain_table(prev_table, ep->bd_list.bd_table_array[0], bd_p_tab); in ep_bd_list_alloc() 181 ep->bd_list.num_tabs = num_tabs; in ep_bd_list_alloc() 182 ep->bd_list.max_bdi = (num_tabs * bd_p_tab) - 1; in ep_bd_list_alloc() [all …]
|
D | bdc_dbg.c | 92 struct bd_list *bd_list = &ep->bd_list; in bdc_dbg_bd_list() local 105 bd_list->num_tabs, bd_list->max_bdi, bd_list->eqp_bdi, in bdc_dbg_bd_list() 106 bd_list->hwd_bdi, bd_list->num_bds_table); in bdc_dbg_bd_list() 108 for (tbi = 0; tbi < bd_list->num_tabs; tbi++) { in bdc_dbg_bd_list() 109 bd_table = bd_list->bd_table_array[tbi]; in bdc_dbg_bd_list() 110 for (bdi = 0; bdi < bd_list->num_bds_table; bdi++) { in bdc_dbg_bd_list()
|
D | bdc_cmd.c | 133 ep->bd_list.eqp_bdi = 0; in ep_bd_list_reinit() 134 ep->bd_list.hwd_bdi = 0; in ep_bd_list_reinit() 135 bd = ep->bd_list.bd_table_array[0]->start_bd; in ep_bd_list_reinit() 153 param0 = lower_32_bits(ep->bd_list.bd_table_array[0]->dma); in bdc_config_ep() 154 param1 = upper_32_bits(ep->bd_list.bd_table_array[0]->dma); in bdc_config_ep()
|
D | bdc.h | 306 struct bd_list { struct 367 struct bd_list bd_list; member
|
/linux-4.1.27/fs/gfs2/ |
D | trans.c | 135 INIT_LIST_HEAD(&bd->bd_list); in gfs2_alloc_bufdata() 184 if (list_empty(&bd->bd_list)) { in gfs2_trans_add_data() 189 list_add_tail(&bd->bd_list, &tr->tr_databuf); in gfs2_trans_add_data() 203 if (!list_empty(&bd->bd_list)) in meta_lo_add() 220 list_add(&bd->bd_list, &tr->tr_buf); in meta_lo_add() 253 BUG_ON(!list_empty(&bd->bd_list)); in gfs2_trans_add_revoke() 266 list_for_each_entry_safe(bd, tmp, &sdp->sd_log_le_revoke, bd_list) { in gfs2_trans_add_unrevoke() 268 list_del_init(&bd->bd_list); in gfs2_trans_add_unrevoke()
|
D | lops.c | 410 bda = list_entry(a, struct gfs2_bufdata, bd_list); in blocknr_cmp() 411 bdb = list_entry(b, struct gfs2_bufdata, bd_list); in blocknr_cmp() 433 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit() 447 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit() 462 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit() 514 bd = list_entry(head->next, struct gfs2_bufdata, bd_list); in buf_lo_after_commit() 515 list_del_init(&bd->bd_list); in buf_lo_after_commit() 636 list_for_each_entry(bd, head, bd_list) { in revoke_lo_before_commit() 666 bd = list_entry(head->next, struct gfs2_bufdata, bd_list); in revoke_lo_after_commit() 667 list_del_init(&bd->bd_list); in revoke_lo_after_commit() [all …]
|
D | aops.c | 973 if (!list_empty(&bd->bd_list) && !buffer_pinned(bh)) in gfs2_discard() 974 list_del_init(&bd->bd_list); in gfs2_discard() 1146 if (!list_empty(&bd->bd_list)) in gfs2_releasepage() 1147 list_del_init(&bd->bd_list); in gfs2_releasepage()
|
D | log.c | 591 list_add(&bd->bd_list, &sdp->sd_log_le_revoke); in gfs2_add_revoke() 605 if (list_empty(&bd->bd_list)) { in gfs2_write_revokes() 631 if (!list_empty(&bd->bd_list)) in gfs2_write_revokes()
|
D | meta_io.c | 274 list_del_init(&bd->bd_list); in gfs2_remove_from_journal()
|
D | incore.h | 148 struct list_head bd_list; member
|
/linux-4.1.27/fs/ |
D | block_dev.c | 498 INIT_LIST_HEAD(&bdev->bd_list); in init_once() 525 list_del_init(&bdev->bd_list); in bdev_evict_inode() 618 list_add(&bdev->bd_list, &all_bdevs); in bdget() 643 list_for_each_entry(bdev, &all_bdevs, bd_list) { in nr_blockdev_pages()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 471 struct list_head bd_list; member
|