Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ag.c882 xfs_rfsblock_t nb_div, nb_mod; in xfs_growfs_compute_deltas() local
887 nb_mod = do_div(nb_div, mp->m_sb.sb_agblocks); in xfs_growfs_compute_deltas()
888 if (nb_mod && nb_mod >= XFS_MIN_AG_BLOCKS) in xfs_growfs_compute_deltas()
890 else if (nb_mod) in xfs_growfs_compute_deltas()