Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c744 tail_lsn = log->l_last_sync_lsn; in xfs_log_move_tail()
864 tail_lsn = log->l_tail_lsn = log->l_last_sync_lsn; in xlog_assign_tail_lsn()
1169 log->l_last_sync_lsn = log->l_tail_lsn; in xlog_alloc_log()
1336 if (XFS_LSN_CMP_ARCH(threshold_lsn, log->l_last_sync_lsn, ARCH_NOCONVERT) > 0) in xlog_grant_push_ail()
1337 threshold_lsn = log->l_last_sync_lsn; in xlog_grant_push_ail()
2072 log->l_last_sync_lsn, in xlog_state_do_callback()
2076 log->l_last_sync_lsn = INT_GET(iclog->ic_header.h_lsn, ARCH_CONVERT); in xlog_state_do_callback()
Dxfs_log_priv.h491 xfs_lsn_t l_last_sync_lsn;/* lsn of last LR on disk */ member
Dxfs_log_recover.c894 log->l_last_sync_lsn = INT_GET(rhead->h_lsn, ARCH_CONVERT); in xlog_find_tail()
945 ASSIGN_ANY_LSN(log->l_last_sync_lsn, log->l_curr_cycle, in xlog_find_tail()
Dxfs_vnodeops.c3709 sync_lsn = log->l_last_sync_lsn; in xfs_inode_flush()