Searched refs:flush (Results 1 - 25 of 36) sorted by last modified time

12

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp164 flush = 0;
184 flush = 0;
1878 // flush the file
H A DFUSEFileSystem.cpp496 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CLOSE, fLowLevelOps.flush);
557 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CLOSE, fFS->ops.flush);
H A Dfuse_fs.cpp131 if (fs->ops.flush == NULL)
133 return fs->ops.flush(path, fi);
H A DFUSELowLevel.cpp270 if (ops->flush == NULL)
274 ops->flush(&request, ino, ffi);
/haiku/headers/cpp/
H A Diostream.h40 extern ostream& flush(ostream& outs);
53 else { if (_tie) _tie->flush(); _IO_flockfile(_strbuf); return 1;} }
57 ostream& flush();
166 if (_tie && (need == 0 || rdbuf()->in_avail() < need)) _tie->flush();
175 if (_tie) _tie->flush();
184 if (_tie && rdbuf()->in_avail() == 0) _tie->flush();
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h64 /** Indicates a flush operation. Set in flush operation, also
67 unsigned int flush : 1; member in struct:fuse_file_info
86 /** Lock owner id. Available in locking operations and flush */
H A Dfuse.h76 * filesystem (e.g. getattr). Open, flush, release, fsync, opendir,
210 /** Possibly flush cached data
221 * NOTE: The flush() method may be called more than once for each
224 * not possible to determine if a flush is final, so each flush
225 * should be treated equally. Multiple write-flush sequences are
228 * Filesystems shouldn't assume that flush will always be called
233 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations
461 * read, write, flush, release, fsync, readdir, releasedir,
473 * read, write, flush, releas
[all...]
H A Dfuse_lowlevel_compat.h40 void (*flush) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat25
107 void (*flush) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat
H A Dfuse_lowlevel.h427 * (read, write, flush, release, fsync).
507 * one open call there may be many flush calls.
509 * Filesystems shouldn't assume that flush will always be called
516 * fsync) the filesystem is not forced to flush pending writes.
517 * One reason to flush data, is if the filesystem wants to return
530 void (*flush) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops
779 * (read, write, flush, release, fsync).
1039 * unlink, rmdir, rename, flush, release, fsync, fsyncdir, setxattr,
H A Dfuse_compat.h33 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_compat25
92 int (*flush) (const char *, struct fuse_file_info_compat *); member in struct:fuse_operations_compat22
141 int (*flush) (const char *); member in struct:fuse_operations_compat2
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp51 int32 flush; local
52 atomic_add(&flush, 1);
/haiku/src/tools/
H A Dgenerate_boot_screen.cpp64 int Compress(const void* data, int dataSize, int flush = Z_NO_FLUSH);
100 ZlibCompressor::Compress(const void* data, int dataSize, int flush) argument
113 zlibError = deflate(&fStream, flush);
115 (flush == Z_FINISH && zlibError != Z_STREAM_END))
127 } while (fStream.avail_in > 0 || flush == Z_FINISH);
/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp96 *fOutput << LPS_PRINT_JOB << printer << '\n' << flush; local
111 *fOutput << LPS_RECEIVE_CONTROL_FILE << size << ' ' << cfname << '\n' << flush; local
126 *fOutput << LPS_RECEIVE_DATA_FILE << size << ' ' << dfname << '\n' << flush; local
177 *fOutput << LPS_END_TRANSFER << flush; local
/haiku/src/kits/media/
H A DSoundPlayer.cpp105 // block, but don't flush
228 BSoundPlayer::Stop(bool block, bool flush) argument
232 TRACE("BSoundPlayer::Stop: block %d, flush %d\n", (int)block, (int)flush);
237 // TODO: flush is ignored
/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp227 os.flush();
/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp444 GIFSave::OutputCode(short code, int BITS, bool flush) argument
446 if (!flush) {
H A DGIFSave.h52 bool flush = false);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1011 RemoteMessage.prototype.flush = function()
1349 reply.flush();
1375 reply.flush();
1388 reply.flush();
1754 reply.flush();
1880 this.sendMessage.flush();
1883 this.sendMessage.flush();
2051 this.sendMessage.flush();
2072 this.sendMessage.flush();
2085 this.sendMessage.flush();
[all...]
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp263 std::cout.flush();
/haiku/src/bin/unzip/
H A Dfileio.c25 flush() (non-VMS)
717 /* Function flush() */ /* returns PK error codes: */
720 int flush(__G__ rawbuf, size, unshrink)
731 * blocks to flush are split into pieces of 32k or less.
741 } /* end function flush() */
972 /* check for danger of buffer overflow and flush */
1013 } /* end function flush() [resp. partflush() for 16-bit Deflate64 support] */
2099 if ((unsigned)(q-slide) > WSIZE-3 || pause) { /* flush */
/haiku/src/kits/support/
H A DZstdCompressionAlgorithm.cpp149 ZSTD_outBuffer *output, bool flush)
151 if (flush)
186 ZSTD_outBuffer *output, bool flush)
273 size_t& bytesProduced, bool flush)
282 size_t zstdError = Strategy::Process(fStream, &inBuffer, &outBuffer, flush);
148 Process(ZSTD_CStream *stream, ZSTD_inBuffer *input, ZSTD_outBuffer *output, bool flush) argument
185 Process(ZSTD_DStream *stream, ZSTD_inBuffer *input, ZSTD_outBuffer *output, bool flush) argument
271 _ProcessData(const void* input, size_t inputSize, void* output, size_t outputSize, size_t& bytesConsumed, size_t& bytesProduced, bool flush) argument
H A DZlibCompressionAlgorithm.cpp164 static int Process(z_stream& stream, bool flush) argument
166 return deflate(&stream, flush ? Z_FINISH : 0);
194 static int Process(z_stream& stream, bool flush) argument
196 return inflate(&stream, flush ? Z_FINISH : 0);
282 size_t& bytesProduced, bool flush)
289 int zlibError = Strategy::Process(fStream, flush);
280 _ProcessData(const void* input, size_t inputSize, void* output, size_t outputSize, size_t& bytesConsumed, size_t& bytesProduced, bool flush) argument
/haiku/headers/private/support/
H A DCompressionAlgorithm.h114 bool flush);
/haiku/src/tools/cppunit/cppunit/
H A DTextTestProgressListener.cpp27 cerr.flush();
35 cerr.flush();
43 cerr.flush();
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc98 _tie->flush();
952 ostream& ostream::flush()
959 ostream& flush(ostream& outs)
961 return outs.flush();
1005 return flush(outs.put('\n'));
1064 flush();

Completed in 241 milliseconds

12