Lines Matching defs:fallocate
73 bool fallocate;
278 if (!fdisk->fallocate) {
283 rc = fallocate(fdisk->fd, mode, offset_bytes, length_bytes);
684 return fdisk->fallocate;
781 spdk_json_write_named_bool(w, "fallocate", fdisk->fallocate);
805 spdk_json_write_named_bool(w, "fallocate", fdisk->fallocate);
902 bool fallocate, const struct spdk_uuid *uuid)
910 if (fallocate) {
911 SPDK_ERRLOG("Unable to support fallocate on this platform\n");
922 fdisk->fallocate = fallocate;