lcounter          324 fs/xfs/xfs_fsops.c 	int64_t			lcounter, delta;
lcounter          360 fs/xfs/xfs_fsops.c 		lcounter = mp->m_resblks_avail - request;
lcounter          361 fs/xfs/xfs_fsops.c 		if (lcounter  > 0) {		/* release unused blocks */
lcounter          362 fs/xfs/xfs_fsops.c 			fdblks_delta = lcounter;
lcounter          363 fs/xfs/xfs_fsops.c 			mp->m_resblks_avail -= lcounter;
lcounter          388 fs/xfs/xfs_fsops.c 		lcounter = free - delta;
lcounter          389 fs/xfs/xfs_fsops.c 		if (lcounter < 0)
lcounter         1213 fs/xfs/xfs_mount.c 	int64_t			lcounter;
lcounter         1271 fs/xfs/xfs_mount.c 	lcounter = (long long)mp->m_resblks_avail + delta;
lcounter         1272 fs/xfs/xfs_mount.c 	if (lcounter >= 0) {
lcounter         1273 fs/xfs/xfs_mount.c 		mp->m_resblks_avail = lcounter;
lcounter         1291 fs/xfs/xfs_mount.c 	int64_t			lcounter;
lcounter         1295 fs/xfs/xfs_mount.c 	lcounter = mp->m_sb.sb_frextents + delta;
lcounter         1296 fs/xfs/xfs_mount.c 	if (lcounter < 0)
lcounter         1299 fs/xfs/xfs_mount.c 		mp->m_sb.sb_frextents = lcounter;