Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dparse-events.l343 branch|branches|bpu|btb|bpc |
/Linux-v4.19/fs/xfs/
Dxfs_log_recover.c2289 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn() local
2291 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn); in xlog_recover_get_buf_lsn()
2292 uuid = &btb->bb_u.s.bb_uuid; in xlog_recover_get_buf_lsn()
2297 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn() local
2299 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn); in xlog_recover_get_buf_lsn()
2300 uuid = &btb->bb_u.l.bb_uuid; in xlog_recover_get_buf_lsn()