Lines Matching refs:stale
415 if (!leafhdr.stale) in xfs_dir2_leafn_add()
417 compact = leafhdr.stale > 1; in xfs_dir2_leafn_add()
434 else if (leafhdr.stale) { in xfs_dir2_leafn_add()
849 int stale; /* count stale leaves copied */ in xfs_dir3_leafn_moveents() local
874 if (shdr->stale) { in xfs_dir3_leafn_moveents()
877 for (i = start_s, stale = 0; i < start_s + count; i++) { in xfs_dir3_leafn_moveents()
880 stale++; in xfs_dir3_leafn_moveents()
883 stale = 0; in xfs_dir3_leafn_moveents()
905 shdr->stale -= stale; in xfs_dir3_leafn_moveents()
907 dhdr->stale += stale; in xfs_dir3_leafn_moveents()
990 oldstale = hdr1.stale + hdr2.stale; in xfs_dir2_leafn_rebalance()
1029 ASSERT(hdr1.stale + hdr2.stale == oldstale); in xfs_dir2_leafn_rebalance()
1201 leafhdr.stale++; in xfs_dir2_leafn_remove()
1303 (uint)sizeof(ents[0]) * (leafhdr.count - leafhdr.stale)) < in xfs_dir2_leafn_remove()
1407 count = leafhdr.count - leafhdr.stale; in xfs_dir2_leafn_toosmall()
1461 count = leafhdr.count - leafhdr.stale; in xfs_dir2_leafn_toosmall()
1468 count += hdr2.count - hdr2.stale; in xfs_dir2_leafn_toosmall()
1538 if (drophdr.stale) in xfs_dir2_leafn_unbalance()
1540 if (savehdr.stale) in xfs_dir2_leafn_unbalance()