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

/linux-master/fs/xfs/
H A Dxfs_log_recover.c1144 xfs_daddr_t after_umount_blk; local
1161 after_umount_blk = xlog_wrap_logbno(log,
1164 if (*head_blk == after_umount_blk &&
1179 log->l_curr_cycle, after_umount_blk);
1181 log->l_curr_cycle, after_umount_blk);
1182 *tail_blk = after_umount_blk;

Completed in 177 milliseconds