Searched refs:holemask (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/fs/xfs/scrub/ |
D | trace.h | 562 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,
|
D | ialloc.c | 434 uint16_t holemask; in xchk_iallocbt_rec() local 474 holemask = irec.ir_holemask; in xchk_iallocbt_rec() 484 if (holemask & 1) in xchk_iallocbt_rec() 488 holemask >>= 1; in xchk_iallocbt_rec()
|
/linux-5.19.10/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 118 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() 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() 2660 uint16_t holemask; in xfs_ialloc_has_inode_record() local 2673 holemask = irec.ir_holemask; in xfs_ialloc_has_inode_record() 2674 for (i = 0; i < XFS_INOBT_HOLEMASK_BITS; holemask >>= 1, in xfs_ialloc_has_inode_record() [all …]
|
D | xfs_format.h | 1463 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument 1466 return holemask; in xfs_inobt_issparse()
|
/linux-5.19.10/fs/xfs/ |
D | xfs_trace.h | 879 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask), 880 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask), 885 __field(uint16_t, holemask) 893 __entry->holemask = holemask; 895 __entry->nholemask = holemask; 901 __entry->holemask, 908 uint16_t holemask), 909 TP_ARGS(mp, agno, agino, holemask), 914 __field(uint16_t, holemask) 920 __entry->holemask = holemask; [all …]
|