Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/scrub/
Dtrace.h562 uint16_t holemask, unsigned int cluster_ino),
564 cluster_mask, holemask, cluster_ino),
575 __field(uint16_t, holemask)
586 __entry->holemask = holemask;
598 __entry->holemask,
882 xfs_agino_t startino, uint16_t holemask, uint8_t count,
884 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask),
889 __field(uint16_t, holemask)
898 __entry->holemask = holemask;
907 __entry->holemask,
Dialloc.c433 uint16_t holemask; in xchk_iallocbt_rec() local
473 holemask = irec.ir_holemask; in xchk_iallocbt_rec()
483 if (holemask & 1) in xchk_iallocbt_rec()
487 holemask >>= 1; in xchk_iallocbt_rec()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ialloc.h101 int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask,
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()
1826 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); in xfs_difree_inode_chunk()
1837 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk()
1838 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk()
1846 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
1850 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk()
2645 uint16_t holemask; in xfs_ialloc_has_inode_record() local
2658 holemask = irec.ir_holemask; in xfs_ialloc_has_inode_record()
2659 for (i = 0; i < XFS_INOBT_HOLEMASK_BITS; holemask >>= 1, in xfs_ialloc_has_inode_record()
[all …]
Dxfs_format.h1463 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument
1466 return holemask; in xfs_inobt_issparse()
/linux-6.1.9/fs/xfs/
Dxfs_trace.h882 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask),
883 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask),
888 __field(uint16_t, holemask)
896 __entry->holemask = holemask;
898 __entry->nholemask = holemask;
904 __entry->holemask,
911 uint16_t holemask),
912 TP_ARGS(mp, agno, agino, holemask),
917 __field(uint16_t, holemask)
923 __entry->holemask = holemask;
[all …]