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

/dovecot/src/lib-index/
H A Dmail-index-alloc-cache.c28 ino_t index_dir_ino; member in struct:mail_index_alloc_cache_list
51 list->index_dir_ino = st->st_ino;
101 } else if (index_dir != NULL && rec->index_dir_ino != 0) {
102 if (index_st->st_ino == rec->index_dir_ino &&
115 index_dir == NULL && rec->index_dir_ino == 0) {
256 if (list != NULL && list->index_dir_ino == 0 &&
260 list->index_dir_ino = st.st_ino;

Completed in 199 milliseconds