Searched refs:lcounter (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_fsops.c363 int64_t lcounter, delta; local
387 lcounter = mp->m_resblks_avail - request;
388 if (lcounter > 0) { /* release unused blocks */
389 fdblks_delta = lcounter;
390 mp->m_resblks_avail -= lcounter;
H A Dxfs_mount.c1142 int64_t lcounter; local
1221 lcounter = (long long)mp->m_resblks_avail + delta;
1222 if (lcounter >= 0) {
1223 mp->m_resblks_avail = lcounter;

Completed in 113 milliseconds