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

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

Completed in 158 milliseconds