Lines Matching refs:sync
95 * log sync serialization (per log)
908 * if new sync address is available
909 * (normally the case if sync() is executed by back-ground
942 /* if last sync is same as last syncpt,
943 * invoke sync point forward processing to update sync.
946 if (log->sync == log->syncpt) {
949 log->sync = log->lsn;
953 log->sync = lp->lsn;
959 /* if sync is different from last syncpt,
960 * write a SYNCPT record with syncpt = sync.
961 * reset syncpt = sync
963 if (log->sync != log->syncpt) {
968 lrd.log.syncpt.sync = cpu_to_le32(log->sync);
971 log->syncpt = log->sync;
1004 /* reset sync point computation */
1005 log->syncpt = log->sync = lsn;
1011 /* if number of bytes written from last sync point is more
1366 lrd.log.syncpt.sync = 0;
1391 log->sync = log->syncpt;
1394 jfs_info("lmLogInit: lsn:0x%x syncpt:0x%x sync:0x%x",
1395 log->lsn, log->syncpt, log->sync);
1653 lrd.log.syncpt.sync = 0;
2435 lrd_ptr->log.syncpt.sync = 0;