Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_log_recover.c946 xfs_daddr_t tmp_tail; in xlog_verify_tail() local
958 &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
961 if (*tail_blk != tmp_tail) in xlog_verify_tail()
962 *tail_blk = tmp_tail; in xlog_verify_tail()
987 buffer, &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
991 *tail_blk = tmp_tail; in xlog_verify_tail()