Searched refs:pagev (Results 1 – 1 of 1) sorted by relevance
208 struct page **pagev; member1473 block_ctx_out->pagev = NULL; in btrfsic_map_block()1490 block_ctx_out->pagev = NULL; in btrfsic_map_block()1508 BUG_ON(!block_ctx->pagev); in btrfsic_release_block_ctx()1516 if (block_ctx->pagev[num_pages]) { in btrfsic_release_block_ctx()1517 __free_page(block_ctx->pagev[num_pages]); in btrfsic_release_block_ctx()1518 block_ctx->pagev[num_pages] = NULL; in btrfsic_release_block_ctx()1524 block_ctx->pagev = NULL; in btrfsic_release_block_ctx()1539 BUG_ON(block_ctx->pagev); in btrfsic_read_block()1549 size = sizeof(*block_ctx->datav) + sizeof(*block_ctx->pagev); in btrfsic_read_block()[all …]