Searched refs:bbl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.c | 363 struct xfs_btree_bload *bbl, in xfs_btree_bload_prep_block() argument 385 new_size = bbl->iroot_size(cur, nr_this_block, priv); in xfs_btree_bload_prep_block() 403 ret = bbl->claim_block(cur, &new_ptr, priv); in xfs_btree_bload_prep_block() 514 struct xfs_btree_bload *bbl, in xfs_btree_bload_max_npb() argument 524 ret -= bbl->leaf_slack; in xfs_btree_bload_max_npb() 526 ret -= bbl->node_slack; in xfs_btree_bload_max_npb() 538 struct xfs_btree_bload *bbl, in xfs_btree_bload_desired_npb() argument 541 unsigned int npb = xfs_btree_bload_max_npb(cur, bbl, level); in xfs_btree_bload_desired_npb() 559 struct xfs_btree_bload *bbl, in xfs_btree_bload_level_geometry() argument 580 desired_npb = xfs_btree_bload_desired_npb(cur, bbl, level); in xfs_btree_bload_level_geometry() [all …]
|
H A D | xfs_btree_staging.h | 113 struct xfs_btree_bload *bbl, uint64_t nr_records); 114 int xfs_btree_bload(struct xfs_btree_cur *cur, struct xfs_btree_bload *bbl,
|
/openbmc/u-boot/doc/ |
H A D | README.ae350 | 135 Boot bbl and riscv-linux via U-Boot on QEMU 138 2. Build bbl and riscv-linux with --with-payload 141 ./mkimage -A riscv -O linux -T kernel -C none -a 0x0000 -e 0x0000 -d bbl.bin bootmImage-bbl.bin 149 4. Copy bootmImage-bbl.bin and ae350.dtb to qemu sd card image 150 5. Message of booting riscv-linux from bbl via u-boot on qemu 173 17901268 bootmImage-bbl.bin 178 RISC-V # fatload mmc 0:0 0x00600000 bootmImage-bbl.bin 275 Boot bbl and riscv-linux via U-Boot on AE350 board
|