manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 45 for fsync (0.033 sec.)
Man page of FSYNC 13244
FSYNC Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fsync - ... 上のものと同期させる 書式 #include < unistd.h > int fsync(int fd ); int fdatasync(int fd ); glibc 向けの機能 ... 検査マクロの要件 ( feature_test_macros (7) 参照): fsync (): 2.16 以降: No feature test macros need be defi ... X_C_SOURCE >= 199309L || _XOPEN_SOURCE >= 500 説明 fsync () transfers ("flushes") all modified in-core data ... has completed. As well as flushing the file data, fsync () also flushes the metadata information associate ...
https://man.plustar.jp/manpage/man2/fdatasync.2.html - [similar]
Man page of FSYNC 13244
FSYNC Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fsync - ... 上のものと同期させる 書式 #include < unistd.h > int fsync(int fd ); int fdatasync(int fd ); glibc 向けの機能 ... 検査マクロの要件 ( feature_test_macros (7) 参照): fsync (): 2.16 以降: No feature test macros need be defi ... X_C_SOURCE >= 199309L || _XOPEN_SOURCE >= 500 説明 fsync () transfers ("flushes") all modified in-core data ... has completed. As well as flushing the file data, fsync () also flushes the metadata information associate ...
https://man.plustar.jp/manpage/man2/fsync.2.html - [similar]
Man page of AIO_FSYNC 13015
AIO_FSYNC Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 aio ... _fsync - 非同期ファイルを同期させる 書式 #include < aio.h ... > int aio_fsync(int op , struct aiocb * aiocbp ); -lrt でリンクする ... 。 説明 aio_fsync () 関数は、 aiocbp->aio_fildes で関連付けられている ... 場合、現在キューに入れられている全て の I/O 操作は、 fsync (2) が呼ばれたかのように完了されるだろう。 また op ...
https://man.plustar.jp/manpage/man3/aio_fsync.3.html - [similar]
Man page of CLOSE 8589
CLOSE Section: Linux Programmer's Manual (2) Updated: 2013-12-30 Index JM Home Page 名前 close - ... 物理的に保存されることを保証する必要がある場合には、 fsync (2) を使用すること ( fsync (3) を行った時点で、デー ... 図しない副作用の原因となりうる。 関連項目 fcntl (2), fsync (2), open (2), shutdown (2), unlink (2), fclose (3 ... データ , ディスクリプター , 利用 , 保存 , オープン , fsync , 最後 Linux マニュアル 一覧 [ man1 ] [ man2 ] [ m ...
https://man.plustar.jp/manpage/man2/close.2.html - [similar]
Man page of POSIXOPTIONS 8436
POSIXOPTIONS Section: Linux Programmer's Manual (7) Updated: 2007-12-21 Index JM Home Page 名前 ... の関数が存在する。 aio_cancel (), aio_error (), aio_fsync (), aio_read (), aio_return (), aio_suspend (), ai ... ョンは削除された。XPG6 最終版にはない。 FSC - _POSIX_FSYNC - _SC_FSYNC 関数 fsync () が存在する。 IP6 - _POSI ... 影響を受ける関数は以下の通り。 open (), msync (), fsync (), fdatasync (). TSA - _POSIX_THREAD_ATTR_STACKAD ... POSIX_FILE_LOCKING - _SC_FILE_LOCKING FSC - _POSIX_FSYNC - _SC_FSYNC IP6 - _POSIX_IPV6 - _SC_IPV6 --- - _PO ...
https://man.plustar.jp/manpage/man7/posixoptions.7.html - [similar]
Man page of WRITE 8054
WRITE Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 write - ... () requests, and will be reported by a subsequent fsync (2) (whether or not they were also reported by wri ... e errors might be delayed until a future write (), fsync (2), or even close (2). The only way to be sure is ... to call fsync (2) after you are done writing all your data. writ ... 3.14 で修正された。 関連項目 close (2), fcntl (2), fsync (2), ioctl (2), lseek (2), open (2), pwrite (2), r ...
https://man.plustar.jp/manpage/man2/write.2.html - [similar]
Man page of AIO_ERROR 7900
AIO_ERROR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 aio ... 命令が失敗した場合)。 同期の read (2), write (2), fsync (2), fdatasync (2) の呼び出しの場合で errno 変数に ... . 例 aio (7) を参照。 関連項目 aio_cancel (3), aio_fsync (3), aio_read (3), aio_return (3), aio_suspend (3) ...
https://man.plustar.jp/manpage/man3/aio_error.3.html - [similar]
Man page of AIO_RETURN 7900
AIO_RETURN Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ai ... 場合、この関数は、同期呼び出し read (2), write (2), fsync (2), fdatasync (2) が返すのと同じ値を返す。エラーの ... を参照。 関連項目 aio_cancel (3), aio_error (3), aio_fsync (3), aio_read (3), aio_suspend (3), aio_write (3), ...
https://man.plustar.jp/manpage/man3/aio_return.3.html - [similar]
Man page of SYNC 7747
SYNC Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 sync, sy ... ync () or syncfs () provide the same guarantees as fsync () called on every file in the system or filesyste ... efore returning. 関連項目 sync (1), fdatasync (2), fsync (2) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man2/sync.2.html - [similar]
Man page of SYNC 7747
SYNC Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 sync, sy ... ync () or syncfs () provide the same guarantees as fsync () called on every file in the system or filesyste ... efore returning. 関連項目 sync (1), fdatasync (2), fsync (2) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man2/syncfs.2.html - [similar]
PREV 1 2 3 4 5 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022