holemask 1320 fs/xfs/libxfs/xfs_format.h static inline bool xfs_inobt_issparse(uint16_t holemask) holemask 1323 fs/xfs/libxfs/xfs_format.h return holemask; holemask 154 fs/xfs/libxfs/xfs_ialloc.c uint16_t holemask, holemask 160 fs/xfs/libxfs/xfs_ialloc.c cur->bc_rec.i.ir_holemask = holemask; holemask 1837 fs/xfs/libxfs/xfs_ialloc.c DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); holemask 1848 fs/xfs/libxfs/xfs_ialloc.c ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); holemask 1849 fs/xfs/libxfs/xfs_ialloc.c holemask[0] = rec->ir_holemask; holemask 1857 fs/xfs/libxfs/xfs_ialloc.c startidx = endidx = find_first_zero_bit(holemask, holemask 1861 fs/xfs/libxfs/xfs_ialloc.c nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, holemask 2657 fs/xfs/libxfs/xfs_ialloc.c uint16_t holemask; holemask 2670 fs/xfs/libxfs/xfs_ialloc.c holemask = irec.ir_holemask; holemask 2671 fs/xfs/libxfs/xfs_ialloc.c for (i = 0; i < XFS_INOBT_HOLEMASK_BITS; holemask >>= 1, holemask 2673 fs/xfs/libxfs/xfs_ialloc.c if (holemask & 1) holemask 149 fs/xfs/libxfs/xfs_ialloc.h int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask, holemask 436 fs/xfs/scrub/ialloc.c uint16_t holemask; holemask 476 fs/xfs/scrub/ialloc.c holemask = irec.ir_holemask; holemask 486 fs/xfs/scrub/ialloc.c if (holemask & 1) holemask 490 fs/xfs/scrub/ialloc.c holemask >>= 1; holemask 556 fs/xfs/scrub/trace.h uint16_t holemask, unsigned int cluster_ino), holemask 558 fs/xfs/scrub/trace.h cluster_mask, holemask, cluster_ino), holemask 569 fs/xfs/scrub/trace.h __field(uint16_t, holemask) holemask 580 fs/xfs/scrub/trace.h __entry->holemask = holemask; holemask 592 fs/xfs/scrub/trace.h __entry->holemask, holemask 876 fs/xfs/scrub/trace.h xfs_agino_t startino, uint16_t holemask, uint8_t count, holemask 878 fs/xfs/scrub/trace.h TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask), holemask 883 fs/xfs/scrub/trace.h __field(uint16_t, holemask) holemask 892 fs/xfs/scrub/trace.h __entry->holemask = holemask; holemask 901 fs/xfs/scrub/trace.h __entry->holemask, holemask 735 fs/xfs/xfs_trace.h uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask), holemask 736 fs/xfs/xfs_trace.h TP_ARGS(mp, agno, agino, holemask, nagino, nholemask), holemask 741 fs/xfs/xfs_trace.h __field(uint16_t, holemask) holemask 749 fs/xfs/xfs_trace.h __entry->holemask = holemask; holemask 751 fs/xfs/xfs_trace.h __entry->nholemask = holemask; holemask 755 fs/xfs/xfs_trace.h __entry->agino, __entry->holemask, __entry->nagino, holemask 761 fs/xfs/xfs_trace.h uint16_t holemask), holemask 762 fs/xfs/xfs_trace.h TP_ARGS(mp, agno, agino, holemask), holemask 767 fs/xfs/xfs_trace.h __field(uint16_t, holemask) holemask 773 fs/xfs/xfs_trace.h __entry->holemask = holemask; holemask 777 fs/xfs/xfs_trace.h __entry->holemask)