Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dialloc.c427 uint64_t holes; in xchk_iallocbt_rec() local
479 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec()
480 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
/fs/cramfs/
DREADME96 This kernel supports cramfs holes (i.e. [efficient representation of]
98 default mkcramfs doesn't test for & create holes, since cramfs in
99 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs
100 with -z if you want it to create files that can have holes in them.
/fs/xfs/libxfs/
Dxfs_attr_leaf.c169 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()
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()
2266 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance()
2652 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()
Dxfs_da_format.h606 __u8 holes; /* != 0 if blk needs compaction */ member
656 __u8 holes; member
Dxfs_attr_leaf.h34 __u8 holes; member
/fs/f2fs/
Dsegment.c939 block_t holes[2] = {0, 0}; /* DATA and NODE */ in f2fs_get_unusable_blocks() local
948 holes[NODE] += f2fs_usable_blks_in_seg(sbi, segno) - in f2fs_get_unusable_blocks()
951 holes[DATA] += f2fs_usable_blks_in_seg(sbi, segno) - in f2fs_get_unusable_blocks()
956 unusable = holes[DATA] > holes[NODE] ? holes[DATA] : holes[NODE]; in f2fs_get_unusable_blocks()