Home
last modified time | relevance | path

Searched refs:nr_this_level (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.h55 unsigned int level, unsigned int nr_this_level, void *priv);
/linux/fs/xfs/scrub/
H A Drtrefcount_repair.c596 unsigned int nr_this_level, in xrep_rtrefc_iroot_size() argument
600 nr_this_level); in xrep_rtrefc_iroot_size()
H A Dbmap_repair.c608 unsigned int nr_this_level, in xrep_bmap_iroot_size() argument
613 return xfs_bmap_broot_space_calc(cur->bc_mp, nr_this_level); in xrep_bmap_iroot_size()
H A Drtrmap_repair.c693 unsigned int nr_this_level, in xrep_rtrmap_iroot_size() argument
696 return xfs_rtrmap_broot_space_calc(cur->bc_mp, level, nr_this_level); in xrep_rtrmap_iroot_size()
/linux/fs/xfs/
H A Dxfs_trace.h4790 uint64_t nr_this_level, unsigned int nr_per_block,
4793 TP_ARGS(cur, level, nr_this_level, nr_per_block, desired_npb, blocks,
4800 __field(uint64_t, nr_this_level)
4811 __entry->nr_this_level = nr_this_level;
4822 __entry->nr_this_level,