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

/dovecot/src/lib-fs/
H A Dfs-sis-common.h10 void fs_sis_try_unlink_hash_file(struct fs *sis_fs, struct fs_file *super_file);
H A Dfs-sis-common.c33 void fs_sis_try_unlink_hash_file(struct fs *sis_fs, struct fs_file *super_file) argument
39 if (fs_sis_path_parse(sis_fs, super_file->path, &dir, &hash) == 0 &&
40 fs_stat(super_file, &st1) == 0 && st1.st_nlink == 2) {
44 hash_file = fs_file_init_with_event(super_file->fs,
45 super_file->event, hash_path,

Completed in 9 milliseconds