Searched refs:holemask (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | ialloc.c | 583 uint16_t holemask; in xchk_iallocbt_rec() local 611 holemask = irec.ir_holemask; in xchk_iallocbt_rec() 619 if (holemask & 1) in xchk_iallocbt_rec() 624 holemask >>= 1; in xchk_iallocbt_rec()
|
| H A D | trace.h | 790 uint16_t cluster_mask, uint16_t holemask, 793 cluster_mask, holemask, cluster_ino), 804 __field(uint16_t, holemask) 815 __entry->holemask = holemask; 827 __entry->holemask, 2139 __field(uint16_t, holemask) 2148 __entry->holemask = rec->ir_holemask; 2157 __entry->holemask,
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.h | 107 int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask,
|
| H A D | xfs_ialloc.c | 186 uint16_t holemask, in xfs_inobt_insert_rec() argument 192 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec() 2008 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); in xfs_difree_inode_chunk() 2018 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk() 2019 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk() 2027 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk() 2033 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk()
|
| H A D | xfs_format.h | 1623 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument 1626 return holemask; in xfs_inobt_issparse()
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 1206 __field(uint16_t, holemask) 1214 __entry->holemask = rec->ir_holemask; 1222 __entry->holemask, 1235 __field(uint16_t, holemask) 1241 __entry->holemask = nrec->ir_holemask; 1248 __entry->holemask)
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 1258 - Do cleared bits in the holemask correspond with inode clusters?
|