/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 148 xfs_agino_t *freecount); 150 uint8_t count, int32_t freecount, xfs_inofree_t free,
|
H A D | xfs_ialloc.c | 156 int32_t freecount, in xfs_inobt_insert_rec() 162 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec() 225 int freecount = 0; in xfs_check_agi_freecount() local 239 freecount += rec.ir_freecount; in xfs_check_agi_freecount() 247 ASSERT(freecount == be32_to_cpu(agi->agi_freecount)); in xfs_check_agi_freecount() 1643 * the original freecount. If all is well, make the equivalent update to in xfs_dialloc_ag() 1658 * superblock before we can check the freecount for each btree. in xfs_dialloc_ag() 2747 xfs_agino_t freecount; member 2762 ci->freecount += irec.ir_freecount; in xfs_ialloc_count_inodes_rec() 2772 xfs_agino_t *freecount) in xfs_ialloc_count_inodes() 152 xfs_inobt_insert_rec( struct xfs_btree_cur *cur, uint16_t holemask, uint8_t count, int32_t freecount, xfs_inofree_t free, int *stat) xfs_inobt_insert_rec() argument 2769 xfs_ialloc_count_inodes( struct xfs_btree_cur *cur, xfs_agino_t *count, xfs_agino_t *freecount) xfs_ialloc_count_inodes() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 102 xfs_agino_t *freecount); 104 uint8_t count, int32_t freecount, xfs_inofree_t free,
|
H A D | xfs_ialloc.c | 182 int32_t freecount, in xfs_inobt_insert_rec() 188 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec() 248 int freecount = 0; in xfs_check_agi_freecount() local 262 freecount += rec.ir_freecount; in xfs_check_agi_freecount() 270 ASSERT(freecount == cur->bc_ag.pag->pagi_freecount); in xfs_check_agi_freecount() 1521 * the original freecount. If all is well, make the equivalent update to in xfs_dialloc_ag() 1536 * superblock before we can check the freecount for each btree. in xfs_dialloc_ag() 2727 xfs_agino_t freecount; member 2747 ci->freecount += irec.ir_freecount; in xfs_ialloc_count_inodes_rec() 2757 xfs_agino_t *freecount) in xfs_ialloc_count_inodes() 178 xfs_inobt_insert_rec( struct xfs_btree_cur *cur, uint16_t holemask, uint8_t count, int32_t freecount, xfs_inofree_t free, int *stat) xfs_inobt_insert_rec() argument 2754 xfs_ialloc_count_inodes( struct xfs_btree_cur *cur, xfs_agino_t *count, xfs_agino_t *freecount) xfs_ialloc_count_inodes() argument [all...] |
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | trace.h | 877 uint8_t freecount, uint64_t freemask), 878 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask), 885 __field(uint8_t, freecount) 894 __entry->freecount = freecount; 897 TP_printk("dev %d:%d agno %d startino %u holemask 0x%x count %u freecount %u freemask 0x%llx", 903 __entry->freecount,
|
H A D | agheader_repair.c | 805 xfs_agino_t freecount; in xrep_agi_calc_from_btrees() local 810 error = xfs_ialloc_count_inodes(cur, &count, &freecount); in xrep_agi_calc_from_btrees() 824 agi->agi_freecount = cpu_to_be32(freecount); in xrep_agi_calc_from_btrees()
|
H A D | agheader.c | 770 xfs_agino_t freecount; in xchk_agi_xref_icounts() local 776 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts() 780 be32_to_cpu(agi->agi_freecount) != freecount) in xchk_agi_xref_icounts()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader_repair.c | 905 xfs_agino_t freecount; in xrep_agi_calc_from_btrees() local 909 error = xfs_ialloc_count_inodes(cur, &count, &freecount); in xrep_agi_calc_from_btrees() 923 agi->agi_freecount = cpu_to_be32(freecount); in xrep_agi_calc_from_btrees()
|
H A D | agheader.c | 799 xfs_agino_t freecount; in xchk_agi_xref_icounts() local 805 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts() 809 be32_to_cpu(agi->agi_freecount) != freecount) in xchk_agi_xref_icounts()
|
H A D | trace.h | 1304 uint8_t freecount, uint64_t freemask), 1305 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask), 1312 __field(uint8_t, freecount) 1321 __entry->freecount = freecount; 1324 TP_printk("dev %d:%d agno 0x%x startino 0x%x holemask 0x%x count %u freecount %u freemask 0x%llx", 1330 __entry->freecount,
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmstat.c | 1471 unsigned long freecount = 0; in pagetypeinfo_showfree_print() local 1488 if (++freecount >= 100000) { in pagetypeinfo_showfree_print() 1493 seq_printf(m, "%s%6lu ", overflow ? ">" : "", freecount); in pagetypeinfo_showfree_print()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmstat.c | 1530 unsigned long freecount = 0; in pagetypeinfo_showfree_print() local 1547 if (++freecount >= 100000) { in pagetypeinfo_showfree_print() 1552 seq_printf(m, "%s%6lu ", overflow ? ">" : "", freecount); in pagetypeinfo_showfree_print()
|