Home
last modified time | relevance | path

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

/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/scrub/
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/
H A Dxfs_trace.h1208 __field(uint16_t, holemask)
1216 __entry->holemask = rec->ir_holemask;
1224 __entry->holemask,
1237 __field(uint16_t, holemask)
1243 __entry->holemask = nrec->ir_holemask;
1250 __entry->holemask)