Home
last modified time | relevance | path

Searched refs:bpl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbplist.c31 bplist_create(bplist_t *bpl) in bplist_create() argument
39 bplist_destroy(bplist_t *bpl) in bplist_destroy() argument
41 list_destroy(&bpl->bpl_list); in bplist_destroy()
42 mutex_destroy(&bpl->bpl_lock); in bplist_destroy()
50 mutex_enter(&bpl->bpl_lock); in bplist_append()
53 mutex_exit(&bpl->bpl_lock); in bplist_append()
67 mutex_enter(&bpl->bpl_lock); in bplist_iterate()
70 list_remove(&bpl->bpl_list, bpe); in bplist_iterate()
71 mutex_exit(&bpl->bpl_lock); in bplist_iterate()
74 mutex_enter(&bpl->bpl_lock); in bplist_iterate()
[all …]
H A Dspa.c7815 spa_sync_frees(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx) argument
7818 bplist_iterate(bpl, spa_free_sync_cb, zio, tx);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbplist.h47 void bplist_create(bplist_t *bpl);
48 void bplist_destroy(bplist_t *bpl);
49 void bplist_append(bplist_t *bpl, const blkptr_t *bp);
50 void bplist_iterate(bplist_t *bpl, bplist_itor_t *func,
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2334 bpl->tus.w = BE_SWAP32(bpl->tus.w); in emlxs_pkt_to_bpl()
2336 bpl++; in emlxs_pkt_to_bpl()
2390 bpl = emlxs_pkt_to_bpl(pkt, bpl, BPL_CMD); in emlxs_sli2_bde_setup()
2401 bpl = emlxs_pkt_to_bpl(pkt, bpl, BPL_RESP); in emlxs_sli2_bde_setup()
2413 bpl = emlxs_pkt_to_bpl(pkt, bpl, BPL_DATA); in emlxs_sli2_bde_setup()
2422 bpl = emlxs_pkt_to_bpl(pkt, bpl, BPL_CMD); in emlxs_sli2_bde_setup()
2431 bpl = emlxs_pkt_to_bpl(pkt, bpl, BPL_CMD); in emlxs_sli2_bde_setup()
2442 bpl = emlxs_pkt_to_bpl(pkt, bpl, BPL_RESP); in emlxs_sli2_bde_setup()
2451 bpl = emlxs_pkt_to_bpl(pkt, bpl, BPL_CMD); in emlxs_sli2_bde_setup()
2463 bpl = emlxs_pkt_to_bpl(pkt, bpl, BPL_RESP); in emlxs_sli2_bde_setup()
[all …]