Searched refs:holemask (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | ialloc.c | 588 uint16_t holemask; in xchk_iallocbt_rec() local 616 holemask = irec.ir_holemask; in xchk_iallocbt_rec() 624 if (holemask & 1) in xchk_iallocbt_rec() 629 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, 2172 __field(uint16_t, holemask) 2181 __entry->holemask = rec->ir_holemask; 2190 __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_format.h | 1629 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument 1632 return holemask; in xfs_inobt_issparse()
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 1208 __field(uint16_t, holemask) 1216 __entry->holemask = rec->ir_holemask; 1224 __entry->holemask, 1237 __field(uint16_t, holemask) 1243 __entry->holemask = nrec->ir_holemask; 1250 __entry->holemask)
|