Lines Matching full:holes
169 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk()
183 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk()
211 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
226 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
1400 * If there are no holes in the address space of the block, in xfs_attr3_leaf_add()
1404 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1590 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
2216 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove()
2263 * Note that we don't check "leaf" for holes because we will in xfs_attr3_leaf_unbalance()
2266 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance()
2268 * dest leaf has no holes, so we add there. May need in xfs_attr3_leaf_unbalance()
2285 * Destination has holes, so we make a temporary copy in xfs_attr3_leaf_unbalance()
2652 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()