Searched refs:bbl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_btree_staging.c | 365 struct xfs_btree_bload *bbl, in xfs_btree_bload_prep_block() argument 387 new_size = bbl->iroot_size(cur, nr_this_block, priv); in xfs_btree_bload_prep_block() 406 ret = bbl->claim_block(cur, &new_ptr, priv); in xfs_btree_bload_prep_block() 517 struct xfs_btree_bload *bbl, in xfs_btree_bload_max_npb() argument 527 ret -= bbl->leaf_slack; in xfs_btree_bload_max_npb() 529 ret -= bbl->node_slack; in xfs_btree_bload_max_npb() 541 struct xfs_btree_bload *bbl, in xfs_btree_bload_desired_npb() argument 544 unsigned int npb = xfs_btree_bload_max_npb(cur, bbl, level); in xfs_btree_bload_desired_npb() 562 struct xfs_btree_bload *bbl, in xfs_btree_bload_level_geometry() argument 583 desired_npb = xfs_btree_bload_desired_npb(cur, bbl, level); in xfs_btree_bload_level_geometry() [all …]
|
| H A D | xfs_btree_staging.h | 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,
|