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

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-private.h110 struct stat last_stat; member in struct:mbox_sync_context
H A Dmbox-sync.c102 on last_stat being updated. */
108 if (st.st_size != sync_ctx->last_stat.st_size ||
109 (sync_ctx->last_stat.st_mtime != 0 &&
110 !CMP_ST_MTIME(&st, &sync_ctx->last_stat)))
113 sync_ctx->last_stat = st;
120 sync_ctx->last_stat.st_mtime = 0;
123 if (fstat(sync_ctx->write_fd, &sync_ctx->last_stat) < 0)
1383 file_size = sync_ctx->last_stat.st_size;
1611 sync_ctx->last_stat = *st;

Completed in 15 milliseconds