Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_symlink_remote.c105 if (!xfs_log_check_lsn(mp, be64_to_cpu(dsl->sl_lsn))) in xfs_symlink_verify()
151 dsl->sl_lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_symlink_write_verify()
Dxfs_format.h1350 __be64 sl_lsn; member
/linux-5.19.10/fs/xfs/
Dxfs_buf_item_recover.c772 lsn = be64_to_cpu(((struct xfs_dsymlink_hdr *)blk)->sl_lsn); in xlog_recover_get_buf_lsn()