Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_ialloc.c143 __uint16_t holemask, in xfs_inobt_insert_rec() argument
149 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
1827 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); in xfs_difree_inode_chunk()
1838 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk()
1839 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk()
1847 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
1851 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk()
Dxfs_format.h1323 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument
1326 return holemask; in xfs_inobt_issparse()
/fs/xfs/
Dxfs_trace.h752 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask),
753 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask),
758 __field(uint16_t, holemask)
766 __entry->holemask = holemask;
768 __entry->nholemask = holemask;
772 __entry->agino, __entry->holemask, __entry->nagino,
778 uint16_t holemask),
779 TP_ARGS(mp, agno, agino, holemask),
784 __field(uint16_t, holemask)
790 __entry->holemask = holemask;
[all …]