Searched refs:freecount (Results 1 – 2 of 2) sorted by relevance
658 int freecount = 0; in xfs_dialloc() local668 freecount += rec.ir_freecount; in xfs_dialloc()673 ASSERT(freecount == INT_GET(agi->agi_freecount, ARCH_CONVERT) || in xfs_dialloc()888 int freecount = 0; in xfs_dialloc() local897 freecount += rec.ir_freecount; in xfs_dialloc()901 ASSERT(freecount == INT_GET(agi->agi_freecount, ARCH_CONVERT) || in xfs_dialloc()995 int freecount = 0; in xfs_difree() local1004 freecount += rec.ir_freecount; in xfs_difree()1009 ASSERT(freecount == INT_GET(agi->agi_freecount, ARCH_CONVERT) || in xfs_difree()1098 int freecount = 0; in xfs_difree() local[all …]
42 unsigned int freecount; member