Home
last modified time | relevance | path

Searched refs:btb (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dparse-events.l355 branch|branches|bpu|btb|bpc |
/Linux-v5.4/fs/xfs/
Dxfs_log_recover.c2210 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn() local
2212 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn); in xlog_recover_get_buf_lsn()
2213 uuid = &btb->bb_u.s.bb_uuid; in xlog_recover_get_buf_lsn()
2218 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn() local
2220 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn); in xlog_recover_get_buf_lsn()
2221 uuid = &btb->bb_u.l.bb_uuid; in xlog_recover_get_buf_lsn()