Searched refs:freecount (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.h103 xfs_agino_t *freecount);
105 uint8_t count, int32_t freecount, xfs_inofree_t free,
H A Dxfs_ialloc.c99 /* Compute the freecount of an incore inode record. */
188 int32_t freecount,
194 cur->bc_rec.i.ir_freecount = freecount;
257 int freecount = 0; local
271 freecount += rec.ir_freecount;
279 ASSERT(freecount == cur->bc_ag.pag->pagi_freecount);
1602 * the original freecount. If all is well, make the equivalent update to
1617 * superblock before we can check the freecount for each btree.
2816 xfs_agino_t freecount; member in struct:xfs_ialloc_count_inodes
2836 ci->freecount
184 xfs_inobt_insert_rec( struct xfs_btree_cur *cur, uint16_t holemask, uint8_t count, int32_t freecount, xfs_inofree_t free, int *stat) argument
2843 xfs_ialloc_count_inodes( struct xfs_btree_cur *cur, xfs_agino_t *count, xfs_agino_t *freecount) argument
[all...]
/linux-master/fs/xfs/scrub/
H A Dialloc_repair.c503 unsigned int freecount = ri->icount - ri->iused; local
513 agi->agi_freecount = cpu_to_be32(freecount);
H A Dagheader_repair.c894 xfs_agino_t freecount; local
898 error = xfs_ialloc_count_inodes(cur, &count, &freecount);
912 agi->agi_freecount = cpu_to_be32(freecount);
H A Dagheader.c799 xfs_agino_t freecount; local
805 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount);
809 be32_to_cpu(agi->agi_freecount) != freecount)
H A Dtrace.h1644 __field(uint8_t, freecount)
1653 __entry->freecount = rec->ir_freecount;
1656 TP_printk("dev %d:%d agno 0x%x agino 0x%x holemask 0x%x count 0x%x freecount 0x%x freemask 0x%llx",
1662 __entry->freecount,
/linux-master/mm/
H A Dvmstat.c1509 unsigned long freecount = 0; local
1526 if (++freecount >= 100000) {
1531 seq_printf(m, "%s%6lu ", overflow ? ">" : "", freecount);

Completed in 141 milliseconds