Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_ialloc.c153 uint16_t holemask, in xfs_inobt_insert_rec() argument
159 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
1837 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); in xfs_difree_inode_chunk()
1848 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk()
1849 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk()
1857 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
1861 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk()
Dxfs_format.h1311 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument
1314 return holemask; in xfs_inobt_issparse()
/fs/xfs/
Dxfs_trace.h770 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask),
771 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask),
776 __field(uint16_t, holemask)
784 __entry->holemask = holemask;
786 __entry->nholemask = holemask;
790 __entry->agino, __entry->holemask, __entry->nagino,
796 uint16_t holemask),
797 TP_ARGS(mp, agno, agino, holemask),
802 __field(uint16_t, holemask)
808 __entry->holemask = holemask;
[all …]