Searched defs:fs_random_fail (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-fs/ |
H A D | fs-randomfail.c | 237 static bool fs_random_fail(struct fs *_fs, int divider, enum fs_op op) function 255 if (fs_random_fail(file->file.fs, 2, op)) 267 if (fs_random_fail(file->file.fs, 2, op)) 279 if (!fs_random_fail(_fs, 1, op)) 300 if (fs_random_fail(_file->fs, 1, FS_OP_PREFETCH)) 372 if (fs_random_fail(_file->fs, 1, FS_OP_WRITE)) { 383 if (fs_random_fail(_file->fs, 1, FS_OP_LOCK))
|
Completed in 10 milliseconds