Home | History | Annotate | Download | only in lib

Lines Matching defs:config

26 struct f2fs_configuration config;
33 if (lseek64(config.kd, (off64_t)offset, SEEK_SET) < 0)
35 if (read(config.kd, buf, len) < 0)
42 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0)
44 if (read(config.fd, buf, len) < 0)
52 return posix_fadvise(config.fd, offset, len, POSIX_FADV_WILLNEED);
60 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0)
62 if (write(config.fd, buf, len) < 0)
74 if (lseek64(config.dump_fd, (off64_t)offset, SEEK_SET) < 0)
76 if (write(config.dump_fd, buf, len) < 0)
86 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0)
88 if (write(config.fd, buf, len) < 0)