Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dtrace.h556 uint16_t holemask, unsigned int cluster_ino),
558 cluster_mask, holemask, cluster_ino),
569 __field(uint16_t, holemask)
580 __entry->holemask = holemask;
592 __entry->holemask,
876 xfs_agino_t startino, uint16_t holemask, uint8_t count,
878 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask),
883 __field(uint16_t, holemask)
892 __entry->holemask = holemask;
901 __entry->holemask,
Dialloc.c435 uint16_t holemask; in xchk_iallocbt_rec() local
475 holemask = irec.ir_holemask; in xchk_iallocbt_rec()
485 if (holemask & 1) in xchk_iallocbt_rec()
489 holemask >>= 1; in xchk_iallocbt_rec()
/fs/xfs/libxfs/
Dxfs_ialloc.c154 uint16_t holemask, in xfs_inobt_insert_rec() argument
160 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
1867 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); in xfs_difree_inode_chunk()
1878 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk()
1879 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk()
1887 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
1891 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk()
2698 uint16_t holemask; in xfs_ialloc_has_inode_record() local
2711 holemask = irec.ir_holemask; in xfs_ialloc_has_inode_record()
2712 for (i = 0; i < XFS_INOBT_HOLEMASK_BITS; holemask >>= 1, in xfs_ialloc_has_inode_record()
[all …]
Dxfs_ialloc.h149 int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask,
Dxfs_format.h1550 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument
1553 return holemask; in xfs_inobt_issparse()
/fs/xfs/
Dxfs_trace.h742 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask),
743 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask),
748 __field(uint16_t, holemask)
756 __entry->holemask = holemask;
758 __entry->nholemask = holemask;
762 __entry->agino, __entry->holemask, __entry->nagino,
768 uint16_t holemask),
769 TP_ARGS(mp, agno, agino, holemask),
774 __field(uint16_t, holemask)
780 __entry->holemask = holemask;
[all …]