Home
last modified time | relevance | path

Searched refs:acount (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dinode.c655 xfs_filblks_t acount; in xchk_inode_xref_bmap() local
670 &nextents, &acount); in xchk_inode_xref_bmap()
677 if (count + acount != be64_to_cpu(dip->di_nblocks)) in xchk_inode_xref_bmap()
Dinode_repair.c1480 xfs_filblks_t acount; in xrep_inode_blockcounts() local
1513 &nextents, &acount); in xrep_inode_blockcounts()
1524 acount = 0; in xrep_inode_blockcounts()
1527 sc->ip->i_nblocks = count + acount; in xrep_inode_blockcounts()