Searched refs:maxicount (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_shared.h188 uint64_t maxicount; member in struct:xfs_ino_geometry
H A Dxfs_ialloc.c732 if (igeo->maxicount &&
734 igeo->maxicount)
1855 if (igeo->maxicount &&
1857 > igeo->maxicount) {
2864 * Compute the inode btree min and max levels and set maxicount.
2926 igeo->maxicount = XFS_FSB_TO_INO(mp,
2929 igeo->maxicount = 0;
/linux-master/fs/xfs/
H A Dxfs_fsops.c319 M_IGEO(mp)->maxicount = XFS_FSB_TO_INO(mp, icount);
321 M_IGEO(mp)->maxicount = 0;
H A Dxfs_super.c290 if (M_IGEO(mp)->maxicount) {
860 if (M_IGEO(mp)->maxicount)
863 M_IGEO(mp)->maxicount);
865 /* If sb_icount overshot maxicount, report actual allocation */
/linux-master/fs/xfs/scrub/
H A Dquota.c193 if (dq->q_ino.hardlimit > M_IGEO(mp)->maxicount)

Completed in 280 milliseconds