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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h438 xfs_lsn_t l_last_sync_lsn;/* lsn of last LR on disk */ member in struct:log
H A Dxfs_log.c752 tail_lsn = log->l_last_sync_lsn;
872 tail_lsn = log->l_tail_lsn = log->l_last_sync_lsn;
1149 log->l_last_sync_lsn = log->l_tail_lsn;
1317 if (XFS_LSN_CMP(threshold_lsn, log->l_last_sync_lsn) > 0)
1318 threshold_lsn = log->l_last_sync_lsn;
2157 /* l_last_sync_lsn field protected by
2163 log->l_last_sync_lsn,
2166 log->l_last_sync_lsn = INT_GET(iclog->ic_header.h_lsn, ARCH_CONVERT);
H A Dxfs_log_recover.c876 log->l_last_sync_lsn = INT_GET(rhead->h_lsn, ARCH_CONVERT);
927 ASSIGN_ANY_LSN_HOST(log->l_last_sync_lsn, log->l_curr_cycle,
H A Dxfs_vnodeops.c3725 sync_lsn = log->l_last_sync_lsn;

Completed in 150 milliseconds