Lines Matching refs:stale
48 to->stale = be16_to_cpu(from3->hdr.stale); in xfs_dir2_leaf_hdr_from_disk()
58 to->stale = be16_to_cpu(from->hdr.stale); in xfs_dir2_leaf_hdr_from_disk()
82 to3->hdr.stale = cpu_to_be16(from->stale); in xfs_dir2_leaf_hdr_to_disk()
91 to->hdr.stale = cpu_to_be16(from->stale); in xfs_dir2_leaf_hdr_to_disk()
148 int stale; in xfs_dir3_leaf_check_int() local
172 for (i = stale = 0; i < hdr->count; i++) { in xfs_dir3_leaf_check_int()
179 stale++; in xfs_dir3_leaf_check_int()
185 if (hdr->stale != stale) in xfs_dir3_leaf_check_int()
488 leafhdr.stale = be32_to_cpu(btp->stale); in xfs_dir2_block_to_leaf()
582 if (!leafhdr->stale) { in xfs_dir3_leaf_find_entry()
637 leafhdr->stale--; in xfs_dir3_leaf_find_entry()
657 leafhdr->stale--; in xfs_dir3_leaf_find_entry()
759 if (!leafhdr.stale) in xfs_dir2_leaf_addname()
775 leafhdr.stale > 1) in xfs_dir2_leaf_addname()
837 else if (leafhdr.stale) { in xfs_dir2_leaf_addname()
984 if (!leafhdr->stale) in xfs_dir3_leaf_compact()
1007 ASSERT(leafhdr->stale == from - to); in xfs_dir3_leaf_compact()
1008 leafhdr->count -= leafhdr->stale; in xfs_dir3_leaf_compact()
1009 leafhdr->stale = 0; in xfs_dir3_leaf_compact()
1043 ASSERT(leafhdr->stale > 1); in xfs_dir3_leaf_compact_x1()
1097 leafhdr->stale = 1; in xfs_dir3_leaf_compact_x1()
1463 leafhdr.stale++; in xfs_dir2_leaf_removename()
1718 entries = hdr->count - hdr->stale; in xfs_dir3_leaf_size()
1829 if (leafhdr.stale) in xfs_dir2_node_to_leaf()