Lines Matching refs:stale
531 if (!leafhdr.stale) in xfs_dir2_leafn_add()
533 compact = leafhdr.stale > 1; in xfs_dir2_leafn_add()
550 else if (leafhdr.stale) { in xfs_dir2_leafn_add()
961 int stale; /* count stale leaves copied */ in xfs_dir3_leafn_moveents() local
986 if (shdr->stale) { in xfs_dir3_leafn_moveents()
989 for (i = start_s, stale = 0; i < start_s + count; i++) { in xfs_dir3_leafn_moveents()
992 stale++; in xfs_dir3_leafn_moveents()
995 stale = 0; in xfs_dir3_leafn_moveents()
1018 shdr->stale -= stale; in xfs_dir3_leafn_moveents()
1020 dhdr->stale += stale; in xfs_dir3_leafn_moveents()
1100 oldstale = hdr1.stale + hdr2.stale; in xfs_dir2_leafn_rebalance()
1139 ASSERT(hdr1.stale + hdr2.stale == oldstale); in xfs_dir2_leafn_rebalance()
1308 leafhdr.stale++; in xfs_dir2_leafn_remove()
1409 (uint)sizeof(leafhdr.ents) * (leafhdr.count - leafhdr.stale)) < in xfs_dir2_leafn_remove()
1513 count = leafhdr.count - leafhdr.stale; in xfs_dir2_leafn_toosmall()
1566 count = leafhdr.count - leafhdr.stale; in xfs_dir2_leafn_toosmall()
1573 count += hdr2.count - hdr2.stale; in xfs_dir2_leafn_toosmall()
1643 if (drophdr.stale) in xfs_dir2_leafn_unbalance()
1645 if (savehdr.stale) in xfs_dir2_leafn_unbalance()