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

/dovecot/src/plugins/acl/
H A Dacl-global-file.c26 struct stat prev_st; member in struct:acl_global_file
160 file->prev_st = *st;
194 if (st.st_ino == file->prev_st.st_ino &&
195 st.st_size == file->prev_st.st_size &&
196 CMP_ST_MTIME(&st, &file->prev_st)) {
210 *st_r = file->prev_st;

Completed in 6 milliseconds