Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.c1774 long long res_used, rem; in xfs_mod_incore_sb_unlocked() local
1804 res_used = (long long)(mp->m_resblks - mp->m_resblks_avail); in xfs_mod_incore_sb_unlocked()
1807 if (res_used > delta) { in xfs_mod_incore_sb_unlocked()
1810 rem = delta - res_used; in xfs_mod_incore_sb_unlocked()