Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_mount.c1281 long long res_used; in xfs_mod_fdblocks() local
1295 res_used = (long long)(mp->m_resblks - mp->m_resblks_avail); in xfs_mod_fdblocks()
1297 if (res_used > delta) { in xfs_mod_fdblocks()
1300 delta -= res_used; in xfs_mod_fdblocks()