Searched refs:holemask (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/xfs/scrub/ |
D | trace.h | 556 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,
|
D | ialloc.c | 436 uint16_t holemask; in xchk_iallocbt_rec() local 476 holemask = irec.ir_holemask; in xchk_iallocbt_rec() 486 if (holemask & 1) in xchk_iallocbt_rec() 490 holemask >>= 1; in xchk_iallocbt_rec()
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 149 int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask,
|
D | xfs_ialloc.c | 154 uint16_t holemask, in xfs_inobt_insert_rec() argument 160 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() 2657 uint16_t holemask; in xfs_ialloc_has_inode_record() local 2670 holemask = irec.ir_holemask; in xfs_ialloc_has_inode_record() 2671 for (i = 0; i < XFS_INOBT_HOLEMASK_BITS; holemask >>= 1, in xfs_ialloc_has_inode_record() [all …]
|
D | xfs_format.h | 1320 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument 1323 return holemask; in xfs_inobt_issparse()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_trace.h | 735 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask), 736 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask), 741 __field(uint16_t, holemask) 749 __entry->holemask = holemask; 751 __entry->nholemask = holemask; 755 __entry->agino, __entry->holemask, __entry->nagino, 761 uint16_t holemask), 762 TP_ARGS(mp, agno, agino, holemask), 767 __field(uint16_t, holemask) 773 __entry->holemask = holemask; [all …]
|