Lines Matching defs:writeback
22 * When writeback caching is enabled (-o writeback mount option), it
24 * read permissions. This is because the writeback cache requires the
89 int writeback;
100 { "writeback",
101 offsetof(struct lo_data, writeback), 1 },
103 offsetof(struct lo_data, writeback), 0 },
131 " -o writeback Enable writeback\n"
176 if (lo->writeback &&
179 fuse_log(FUSE_LOG_DEBUG, "lo_init: activating writeback\n");
808 /* With writeback cache, kernel may send read requests even
810 if (lo->writeback && (fi->flags & O_ACCMODE) == O_WRONLY) {
815 /* With writeback cache, O_APPEND is handled by the kernel.
821 if (lo->writeback && (fi->flags & O_APPEND))
1188 .writeback = 0 };