Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/scrub/
Dtrace.h604 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,
1303 xfs_agino_t startino, uint16_t holemask, uint8_t count,
1305 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask),
1310 __field(uint16_t, holemask)
1319 __entry->holemask = holemask;
1328 __entry->holemask,
Dialloc.c585 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()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_ialloc.h103 int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask,
Dxfs_ialloc.c180 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()
Dxfs_format.h1463 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument
1466 return holemask; in xfs_inobt_issparse()
/Linux-v6.6/fs/xfs/
Dxfs_trace.h884 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask),
885 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask),
890 __field(uint16_t, holemask)
898 __entry->holemask = holemask;
900 __entry->nholemask = holemask;
906 __entry->holemask,
913 uint16_t holemask),
914 TP_ARGS(mp, agno, agino, holemask),
919 __field(uint16_t, holemask)
925 __entry->holemask = holemask;
[all …]
/Linux-v6.6/Documentation/filesystems/
Dxfs-online-fsck-design.rst1280 - Do cleared bits in the holemask correspond with inode clusters?