Searched refs:blocks_with_extra (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_staging.c487 uint64_t *blocks_with_extra)
522 npb = div64_u64_rem(nr_this_level, *blocks, blocks_with_extra);
523 if (npb > maxnr || (npb == maxnr && *blocks_with_extra > 0)) {
525 npb = div64_u64_rem(nr_this_level, *blocks, blocks_with_extra);
532 *blocks_with_extra);
683 uint64_t blocks_with_extra; local
698 &avg_per_block, &blocks, &blocks_with_extra);
706 * in most cases. blocks_with_extra tells us how many blocks
710 if (i < blocks_with_extra)
748 &avg_per_block, &blocks, &blocks_with_extra);
480 xfs_btree_bload_level_geometry( struct xfs_btree_cur *cur, struct xfs_btree_bload *bbl, unsigned int level, uint64_t nr_this_level, unsigned int *avg_per_block, uint64_t *blocks, uint64_t *blocks_with_extra) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_trace.h4294 uint64_t blocks_with_extra),
4296 blocks_with_extra),
4306 __field(unsigned long long, blocks_with_extra)
4317 __entry->blocks_with_extra = blocks_with_extra;
4319 TP_printk("dev %d:%d %sbt level %u/%u nr_this_level %llu nr_per_block %u desired_npb %u blocks %llu blocks_with_extra %llu",
4328 __entry->blocks_with_extra)

Completed in 120 milliseconds