Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dialloc.c588 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 Dtrace.h790 uint16_t cluster_mask, uint16_t holemask,
793 cluster_mask, holemask, cluster_ino),
804 __field(uint16_t, holemask)
815 __entry->holemask = holemask;
818 TP_printk("dev %d:%d agno 0x%x startino 0x%x agblock 0x%x bbcount 0x%x chunkino 0x%x nr_inodes %u cluster_mask 0x%x holemask 0x%x cluster_ino 0x%x",
827 __entry->holemask,
2172 __field(uint16_t, holemask)
2181 __entry->holemask = rec->ir_holemask;
2186 TP_printk("dev %d:%d agno 0x%x agino 0x%x holemask
[all...]
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.h107 int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask,
/linux/fs/xfs/
H A Dxfs_trace.h1208 __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)