Displaying 3 results from an estimated 3 matches for "writeflag".
Did you mean:
writeflags
2019 Aug 13
0
[nbdkit PATCH 2/2] nozero: More efficient FUA handling
...nd binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -102,12 +102,22 @@ nozero_zero (struct nbdkit_next_ops *next_ops, void *nxdata,
void *handle, uint32_t count, uint64_t offs, uint32_t flags,
int *err)
{
+ int writeflags = 0;
+ bool need_flush = false;
+
assert (zeromode != NONE);
flags &= ~NBDKIT_FLAG_MAY_TRIM;
if (zeromode == NOTRIM)
return next_ops->zero (nxdata, count, offs, flags, err);
+ if (flags & NBDKIT_FLAG_FUA) {
+ if (next_ops->can_fua (nxdata) == NBDKIT_FUA_EMULATE)...
2019 Aug 13
3
[nbdkit PATCH 0/2] more fast zero prep
Another couple things I noticed that are worth improving, but aren't
strictly related to implementing fast zero support.
Eric Blake (2):
server: Assert sane error responses
nozero: More efficient FUA handling
filters/nozero/nozero.c | 17 +++++++++++--
server/filters.c | 56 +++++++++++++++++++++++++++++++++--------
server/protocol.c | 32 +++++++++++++++++------
3 files
2007 Apr 13
2
R on Solaris 10 x64
...file_space = 0x8966770, dxpl_id = 671088643, buf =
0x9f79580), line 952 in "H5Dio.c"
[5] H5Dwrite(dset_id = 335544330, mem_type_id = 201326906,
mem_space_id = 0, file_space_id = 0, plist_id = 671088643, buf =
0x9f79580), line 586 in "H5Dio.c"
[6] vector_io(call = 0x97234ec, writeflag = 1, dataset = 335544330,
space = 268435472, obj = 0x98386a0), line 535 in "hdf5.c"
[7] hdf5_write_vector(call = 0x97234ec, id = 67108867, symname =
0x9cf35d0 "geneNames", val = 0x98386a0), line 693 in "hdf5.c"
[8] hdf5_save_object(call = 0x97234ec, fid = 67108867,...