Home
last modified time | relevance | path

Searched refs:MINDBTPTRS (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_types.h101 #define MINDBTPTRS 3 macro
H A Dxfs_attr_leaf.c689 dsize = xfs_bmdr_space_calc(MINDBTPTRS); in xfs_attr_shortform_bytesfit()
711 minforkoff = max_t(int64_t, dsize, xfs_bmdr_space_calc(MINDBTPTRS)); in xfs_attr_shortform_bytesfit()
H A Dxfs_bmap.c83 sz = xfs_bmdr_space_calc(MINDBTPTRS); in xfs_bmap_compute_maxlevels()