Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dialloc.c201 uint16_t holemask; in xchk_iallocbt_check_freemask() local
218 for (clusterino = 0, holemask = 0; clusterino < nr_inodes; in xchk_iallocbt_check_freemask()
220 holemask |= XFS_INOBT_MASK((chunkino + clusterino) / in xchk_iallocbt_check_freemask()
224 ir_holemask = (irec->ir_holemask & holemask); in xchk_iallocbt_check_freemask()
225 if (ir_holemask != holemask && ir_holemask != 0) { in xchk_iallocbt_check_freemask()
286 uint16_t holemask; in xchk_iallocbt_rec() local
329 holemask = irec.ir_holemask; in xchk_iallocbt_rec()
339 if (holemask & 1) in xchk_iallocbt_rec()
343 holemask >>= 1; in xchk_iallocbt_rec()
Dtrace.h705 xfs_agino_t startino, uint16_t holemask, uint8_t count,
707 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask),
712 __field(uint16_t, holemask)
721 __entry->holemask = holemask;
730 __entry->holemask,
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ialloc.h166 int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask,
Dxfs_ialloc.c171 uint16_t holemask, in xfs_inobt_insert_rec() argument
177 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
1853 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); in xfs_difree_inode_chunk()
1864 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk()
1865 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk()
1873 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
1877 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk()
2688 uint16_t holemask; in xfs_ialloc_has_inode_record() local
2701 holemask = irec.ir_holemask; in xfs_ialloc_has_inode_record()
2702 for (i = 0; i < XFS_INOBT_HOLEMASK_BITS; holemask >>= 1, in xfs_ialloc_has_inode_record()
[all …]
Dxfs_format.h1312 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument
1315 return holemask; in xfs_inobt_issparse()
/linux-4.19.296/fs/xfs/
Dxfs_trace.h717 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask),
718 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask),
723 __field(uint16_t, holemask)
731 __entry->holemask = holemask;
733 __entry->nholemask = holemask;
737 __entry->agino, __entry->holemask, __entry->nagino,
743 uint16_t holemask),
744 TP_ARGS(mp, agno, agino, holemask),
749 __field(uint16_t, holemask)
755 __entry->holemask = holemask;
[all …]