Searched refs:holes (Results 1 – 6 of 6) sorted by relevance
427 uint64_t holes; in xchk_iallocbt_rec() local479 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec()480 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
96 This kernel supports cramfs holes (i.e. [efficient representation of]98 default mkcramfs doesn't test for & create holes, since cramfs in99 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs100 with -z if you want it to create files that can have holes in them.
169 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()
606 __u8 holes; /* != 0 if blk needs compaction */ member656 __u8 holes; member
34 __u8 holes; member
939 block_t holes[2] = {0, 0}; /* DATA and NODE */ in f2fs_get_unusable_blocks() local948 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()