Home
last modified time | relevance | path

Searched refs:bb_lsn (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_buf_item_recover.c728 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn); in xlog_recover_get_buf_lsn()
736 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn); in xlog_recover_get_buf_lsn()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_btree.c278 block->bb_u.l.bb_lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_btree_lblock_calc_crc()
290 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.l.bb_lsn))) in xfs_btree_lblock_verify_crc()
316 block->bb_u.s.bb_lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_btree_sblock_calc_crc()
328 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.s.bb_lsn))) in xfs_btree_sblock_verify_crc()
1114 buf->bb_u.l.bb_lsn = 0; in xfs_btree_init_block_int()
1126 buf->bb_u.s.bb_lsn = 0; in xfs_btree_init_block_int()
1476 offsetof(struct xfs_btree_block, bb_u.s.bb_lsn), in xfs_btree_log_block()
1489 offsetof(struct xfs_btree_block, bb_u.l.bb_lsn), in xfs_btree_log_block()
Dxfs_format.h1843 __be64 bb_lsn; member
1855 __be64 bb_lsn; member