Searched refs:holes (Results 1 – 3 of 3) sorted by relevance
654 __u8 holes; /* != 0 if blk needs compaction */ member704 __u8 holes; member742 __u8 holes; member
184 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk()198 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk()226 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()241 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()1188 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()1373 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()2006 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove()2056 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance()2463 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()
67 This kernel supports cramfs holes (i.e. [efficient representation of]69 default mkcramfs doesn't test for & create holes, since cramfs in70 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs71 with -z if you want it to create files that can have holes in them.