Searched refs:fs_stat (Results 1 - 10 of 10) sorted by relevance
/dovecot/src/lib-fs/ |
H A D | fs-sis-common.c | 40 fs_stat(super_file, &st1) == 0 && st1.st_nlink == 2) { 47 if (fs_stat(hash_file, &st2) == 0 &&
|
H A D | test-fs-metawrap.c | 39 test_assert_idx(fs_stat(file, &st) == 0 && st.st_size == 20, i);
|
H A D | test-fs-posix.c | 92 test_assert(fs_stat(file, &st) == 0);
|
H A D | fs-metawrap.c | 434 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 D | fs-wrapper.c | 109 return fs_stat(file->parent, st_r);
|
H A D | fs-api.h | 169 /* 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 D | fs-sis.c | 163 if (fs_stat(file->file.parent, &st2) < 0) {
|
H A D | fs-api.c | 898 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 D | fs-randomfail.c | 411 ret = fs_stat(_file->parent, st_r);
|
/dovecot/src/doveadm/ |
H A D | doveadm-fs.c | 203 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