Searched refs:holemask (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | trace.h | 604 uint16_t holemask, unsigned int cluster_ino), 606 cluster_mask, holemask, cluster_ino), 617 __field(uint16_t, holemask) 628 __entry->holemask = holemask; 640 __entry->holemask, 1302 xfs_agino_t startino, uint16_t holemask, uint8_t count, 1304 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask), 1309 __field(uint16_t, holemask) 1318 __entry->holemask = holemask; 1327 __entry->holemask,
|
H A D | ialloc.c | 585 uint16_t holemask; in xchk_iallocbt_rec() local 613 holemask = irec.ir_holemask; in xchk_iallocbt_rec() 621 if (holemask & 1) in xchk_iallocbt_rec() 626 holemask >>= 1; in xchk_iallocbt_rec()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 103 int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask,
|
H A D | xfs_ialloc.c | 180 uint16_t holemask, in xfs_inobt_insert_rec() argument 186 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec() 1850 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); in xfs_difree_inode_chunk() 1861 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk() 1862 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk() 1870 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk() 1876 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk()
|
H A 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()
|
/openbmc/linux/fs/xfs/ |
H A 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 …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 1280 - Do cleared bits in the holemask correspond with inode clusters?
|