Lines Matching refs:stale
91 int stale; in xfs_dir3_leaf_check_int() local
126 for (i = stale = 0; i < hdr->count; i++) { in xfs_dir3_leaf_check_int()
133 stale++; in xfs_dir3_leaf_check_int()
135 if (hdr->stale != stale) in xfs_dir3_leaf_check_int()
431 leafhdr.stale = be32_to_cpu(btp->stale); in xfs_dir2_block_to_leaf()
524 if (!leafhdr->stale) { in xfs_dir3_leaf_find_entry()
579 leafhdr->stale--; in xfs_dir3_leaf_find_entry()
599 leafhdr->stale--; in xfs_dir3_leaf_find_entry()
703 if (!leafhdr.stale) in xfs_dir2_leaf_addname()
719 leafhdr.stale > 1) in xfs_dir2_leaf_addname()
781 else if (leafhdr.stale) { in xfs_dir2_leaf_addname()
926 if (!leafhdr->stale) in xfs_dir3_leaf_compact()
949 ASSERT(leafhdr->stale == from - to); in xfs_dir3_leaf_compact()
950 leafhdr->count -= leafhdr->stale; in xfs_dir3_leaf_compact()
951 leafhdr->stale = 0; in xfs_dir3_leaf_compact()
985 ASSERT(leafhdr->stale > 1); in xfs_dir3_leaf_compact_x1()
1039 leafhdr->stale = 1; in xfs_dir3_leaf_compact_x1()
1401 leafhdr.stale++; in xfs_dir2_leaf_removename()
1660 entries = hdr->count - hdr->stale; in xfs_dir3_leaf_size()
1772 if (leafhdr.stale) in xfs_dir2_node_to_leaf()