Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_btree.c236 block->bb_u.l.bb_lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_btree_lblock_calc_crc()
268 block->bb_u.s.bb_lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_btree_sblock_calc_crc()
1005 buf->bb_u.l.bb_lsn = 0; in xfs_btree_init_block_int()
1017 buf->bb_u.s.bb_lsn = 0; in xfs_btree_init_block_int()
1372 offsetof(struct xfs_btree_block, bb_u.s.bb_lsn), in xfs_btree_log_block()
1385 offsetof(struct xfs_btree_block, bb_u.l.bb_lsn), in xfs_btree_log_block()
Dxfs_format.h1394 __be64 bb_lsn; member
1404 __be64 bb_lsn; member
/linux-4.1.27/fs/xfs/
Dxfs_log_recover.c1855 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn); in xlog_recover_get_buf_lsn()
1863 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn); in xlog_recover_get_buf_lsn()