Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_trans_ail.c41 xfs_lsn_t next_lsn = NULLCOMMITLSN; in xfs_ail_check() local
58 next_lsn = next_lip->li_lsn; in xfs_ail_check()
63 (next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0)) in xfs_ail_check()
69 ASSERT(next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0); in xfs_ail_check()
/openbmc/linux/fs/ntfs3/
H A Dfslog.c2502 u64 next_lsn; in find_client_next_lsn() local
2549 next_lsn = le64_to_cpu(hdr->client_undo_next_lsn); in find_client_next_lsn()
2551 next_lsn = le64_to_cpu(hdr->client_prev_lsn); in find_client_next_lsn()
2555 if (!next_lsn) in find_client_next_lsn()
2560 next_lsn)) in find_client_next_lsn()
2564 err = read_log_page(log, lsn_to_vbo(log, next_lsn), in find_client_next_lsn()
2571 *lsn = next_lsn; in find_client_next_lsn()