Lines Matching full:holes
170 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk()
184 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk()
212 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
227 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
1401 * If there are no holes in the address space of the block, in xfs_attr3_leaf_add()
1405 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1591 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
2217 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove()
2264 * Note that we don't check "leaf" for holes because we will in xfs_attr3_leaf_unbalance()
2267 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance()
2269 * dest leaf has no holes, so we add there. May need in xfs_attr3_leaf_unbalance()
2286 * Destination has holes, so we make a temporary copy in xfs_attr3_leaf_unbalance()
2653 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()