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

/dovecot/src/lib-fs/
H A Dfs-sis-common.c40 fs_stat(super_file, &st1) == 0 && st1.st_nlink == 2) {
47 if (fs_stat(hash_file, &st2) == 0 &&
H A Dtest-fs-metawrap.c39 test_assert_idx(fs_stat(file, &st) == 0 && st.st_size == 20, i);
H A Dtest-fs-posix.c92 test_assert(fs_stat(file, &st) == 0);
H A Dfs-metawrap.c434 return fs_stat(_file->parent, st_r);
437 /* fs_stat() after a write. we can do this quickly. */
438 if (fs_stat(_file->parent, st_r) < 0)
473 if (fs_stat(_file->parent, st_r) < 0) {
H A Dfs-wrapper.c109 return fs_stat(file->parent, st_r);
H A Dfs-api.h169 /* Number of fs_stat() calls. Counted only if none of the above
176 instead of being handled by fs_stat() call due to fs_exists() not
325 int fs_stat(struct fs_file *file, struct stat *st_r);
326 /* Get number of links to the file. This is the same as using fs_stat()'s
327 st_nlinks field, except not all backends support returning it via fs_stat().
H A Dfs-sis.c163 if (fs_stat(file->file.parent, &st2) < 0) {
H A Dfs-api.c898 if (fs_stat(file, &st) == 0)
914 int fs_stat(struct fs_file *file, struct stat *st_r) function
919 fs_set_error(file->fs, "fs_stat() not supported");
944 if (fs_stat(file, &st) < 0)
H A Dfs-randomfail.c411 ret = fs_stat(_file->parent, st_r);
/dovecot/src/doveadm/
H A Ddoveadm-fs.c203 if (fs_stat(file, &st) == 0) {
211 i_error("fs_stat(%s) failed: %s",
246 i_error("fs_stat(%s) failed: %s",

Completed in 24 milliseconds