Searched refs:bbl (Results 1 – 2 of 2) sorted by relevance
365 struct xfs_btree_bload *bbl, in xfs_btree_bload_prep_block() argument516 struct xfs_btree_bload *bbl, in xfs_btree_bload_max_npb() argument526 ret -= bbl->leaf_slack; in xfs_btree_bload_max_npb()528 ret -= bbl->node_slack; in xfs_btree_bload_max_npb()540 struct xfs_btree_bload *bbl, in xfs_btree_bload_desired_npb() argument561 struct xfs_btree_bload *bbl, in xfs_btree_bload_level_geometry() argument645 struct xfs_btree_bload *bbl, in xfs_btree_bload_compute_geometry() argument732 bbl->btree_height = cur->bc_nlevels; in xfs_btree_bload_compute_geometry()734 bbl->nr_blocks = nr_blocks - 1; in xfs_btree_bload_compute_geometry()736 bbl->nr_blocks = nr_blocks; in xfs_btree_bload_compute_geometry()[all …]
119 struct xfs_btree_bload *bbl, uint64_t nr_records);120 int xfs_btree_bload(struct xfs_btree_cur *cur, struct xfs_btree_bload *bbl,
Completed in 8 milliseconds