Home
last modified time | relevance | path

Searched refs:holes (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_da_format.h654 __u8 holes; /* != 0 if blk needs compaction */ member
704 __u8 holes; member
742 __u8 holes; member
Dxfs_attr_leaf.c184 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()
/fs/cramfs/
DREADME67 This kernel supports cramfs holes (i.e. [efficient representation of]
69 default mkcramfs doesn't test for & create holes, since cramfs in
70 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs
71 with -z if you want it to create files that can have holes in them.