Lines Matching refs:sync
95 * log sync serialization (per log)
916 * if new sync address is available
917 * (normally the case if sync() is executed by back-ground
950 /* if last sync is same as last syncpt,
951 * invoke sync point forward processing to update sync.
954 if (log->sync == log->syncpt) {
957 log->sync = log->lsn;
961 log->sync = lp->lsn;
967 /* if sync is different from last syncpt,
968 * write a SYNCPT record with syncpt = sync.
969 * reset syncpt = sync
971 if (log->sync != log->syncpt) {
976 lrd.log.syncpt.sync = cpu_to_le32(log->sync);
979 log->syncpt = log->sync;
1012 /* reset sync point computation */
1013 log->syncpt = log->sync = lsn;
1019 /* if number of bytes written from last sync point is more
1374 lrd.log.syncpt.sync = 0;
1399 log->sync = log->syncpt;
1402 jfs_info("lmLogInit: lsn:0x%x syncpt:0x%x sync:0x%x",
1403 log->lsn, log->syncpt, log->sync);
1661 lrd.log.syncpt.sync = 0;
2450 lrd_ptr->log.syncpt.sync = 0;