Home
last modified time | relevance | path

Searched refs:holemask (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/scrub/
H A Dialloc.c583 uint16_t holemask; in xchk_iallocbt_rec() local
611 holemask = irec.ir_holemask; in xchk_iallocbt_rec()
619 if (holemask & 1) in xchk_iallocbt_rec()
624 holemask >>= 1; in xchk_iallocbt_rec()
H A Dtrace.h790 uint16_t cluster_mask, uint16_t holemask,
793 cluster_mask, holemask, cluster_ino),
804 __field(uint16_t, holemask)
815 __entry->holemask = holemask;
827 __entry->holemask,
2139 __field(uint16_t, holemask)
2148 __entry->holemask = rec->ir_holemask;
2157 __entry->holemask,
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.h107 int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask,
H A Dxfs_ialloc.c186 uint16_t holemask, in xfs_inobt_insert_rec() argument
192 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
2008 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); in xfs_difree_inode_chunk()
2018 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk()
2019 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk()
2027 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
2033 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk()
H A Dxfs_format.h1623 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument
1626 return holemask; in xfs_inobt_issparse()
/linux/fs/xfs/
H A Dxfs_trace.h1206 __field(uint16_t, holemask)
1214 __entry->holemask = rec->ir_holemask;
1222 __entry->holemask,
1235 __field(uint16_t, holemask)
1241 __entry->holemask = nrec->ir_holemask;
1248 __entry->holemask)
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst1258 - Do cleared bits in the holemask correspond with inode clusters?