Lines Matching refs:stale
459 if (!leafhdr.stale) in xfs_dir2_leafn_add()
461 compact = leafhdr.stale > 1; in xfs_dir2_leafn_add()
478 else if (leafhdr.stale) { in xfs_dir2_leafn_add()
896 int stale; /* count stale leaves copied */ in xfs_dir3_leafn_moveents() local
921 if (shdr->stale) { in xfs_dir3_leafn_moveents()
924 for (i = start_s, stale = 0; i < start_s + count; i++) { in xfs_dir3_leafn_moveents()
927 stale++; in xfs_dir3_leafn_moveents()
930 stale = 0; in xfs_dir3_leafn_moveents()
952 shdr->stale -= stale; in xfs_dir3_leafn_moveents()
954 dhdr->stale += stale; in xfs_dir3_leafn_moveents()
1034 oldstale = hdr1.stale + hdr2.stale; in xfs_dir2_leafn_rebalance()
1073 ASSERT(hdr1.stale + hdr2.stale == oldstale); in xfs_dir2_leafn_rebalance()
1245 leafhdr.stale++; in xfs_dir2_leafn_remove()
1347 (uint)sizeof(ents[0]) * (leafhdr.count - leafhdr.stale)) < in xfs_dir2_leafn_remove()
1451 count = leafhdr.count - leafhdr.stale; in xfs_dir2_leafn_toosmall()
1505 count = leafhdr.count - leafhdr.stale; in xfs_dir2_leafn_toosmall()
1512 count += hdr2.count - hdr2.stale; in xfs_dir2_leafn_toosmall()
1582 if (drophdr.stale) in xfs_dir2_leafn_unbalance()
1584 if (savehdr.stale) in xfs_dir2_leafn_unbalance()