Lines Matching full:holes
172 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk()
186 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk()
214 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
229 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
1432 * If there are no holes in the address space of the block, in xfs_attr3_leaf_add()
1436 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1622 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
2248 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove()
2293 * Note that we don't check "leaf" for holes because we will in xfs_attr3_leaf_unbalance()
2296 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance()
2298 * dest leaf has no holes, so we add there. May need in xfs_attr3_leaf_unbalance()
2315 * Destination has holes, so we make a temporary copy in xfs_attr3_leaf_unbalance()
2691 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()