Searched refs:m_refc_mnr (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c120 return cur->bc_mp->m_refc_mnr[level != 0];
455 mp->m_refc_mnr, mp->m_sb.sb_agblocks);
465 return xfs_btree_calc_size(mp->m_refc_mnr, len);
H A Dxfs_sb.c1001 mp->m_refc_mnr[0] = mp->m_refc_mxr[0] / 2;
1002 mp->m_refc_mnr[1] = mp->m_refc_mxr[1] / 2;
/linux-master/fs/xfs/
H A Dxfs_mount.h133 uint m_refc_mnr[2]; /* min refc btree records */ member in struct:xfs_mount

Completed in 194 milliseconds