aio_fsync man page on Solaris

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
Solaris logo
[printable version]

aio_fsync(3RT)		  Realtime Library Functions		aio_fsync(3RT)

NAME
       aio_fsync - asynchronous file synchronization

SYNOPSIS
       cc [ flag... ] file... -lrt [ library... ]
       #include <aio.h>

       int aio_fsync(int op, struct aiocb *aiocbp);

DESCRIPTION
       The aio_fsync() function asynchronously forces all I/O operations asso‐
       ciated with the file indicated by the file descriptor aio_fildes member
       of  the aiocb structure referenced by the aiocbp argument and queued at
       the time of the call to aio_fsync() to the synchronized I/O  completion
       state.  The  function call returns when the synchronization request has
       been initiated or queued to the file or device (even when the data can‐
       not be synchronized immediately).

       If  op is O_DSYNC, all currently queued I/O operations are completed as
       if by a call to fdatasync(3RT); that is, as  defined  for  synchronized
       I/O  data  integrity  completion. If op is O_SYNC, all currently queued
       I/O operations are completed as if by a call to fsync(3C); that is,  as
       defined	 for  synchronized  I/O	 file  integrity  completion.  If  the
       aio_fsync() function fails, or if the operation queued  by  aio_fsync()
       fails, then, as for fsync(3C) and fdatasync(3RT), outstanding I/O oper‐
       ations are not guaranteed to have been completed.

       If aio_fsync() succeeds, then it is only the I/O that was queued at the
       time  of the call to aio_fsync() that is guaranteed to be forced to the
       relevant completion state. The completion of subsequent I/O on the file
       descriptor is not guaranteed to be completed in a synchronized fashion.

       The  aiocbp  argument  refers to an asynchronous I/O control block. The
       aiocbp  value  may  be  used  as	 an  argument  to  aio_error(3RT)  and
       aio_return(3RT)	in order to determine the error status and return sta‐
       tus, respectively, of the asynchronous operation while it  is  proceed‐
       ing.  When the request is queued, the error status for the operation is
       EINPROGRESS. When all data has been successfully transferred, the error
       status  will  be	 reset to reflect the success or failure of the opera‐
       tion. If the operation does not complete successfully, the error status
       for  the	 operation will be set to indicate the error. The aio_sigevent
       member determines the asynchronous notification to occur when all oper‐
       ations  have achieved synchronized I/O completion. All other members of
       the structure referenced by aiocbp are ignored. If  the	control	 block
       referenced  by  aiocbp becomes an illegal address prior to asynchronous
       I/O completion, then the behavior is undefined.

       If the aio_fsync() function fails or the aiocbp indicates an error con‐
       dition, data is not guaranteed to have been successfully transferred.

       If  aiocbp is NULL, then no status is returned in aiocbp, and no signal
       is generated upon completion of the operation.

RETURN VALUES
       The aio_fsync() function returns 0 to the calling process  if  the  I/O
       operation  is  successfully  queued; otherwise, the function returns −1
       and sets errno to indicate the error.

ERRORS
       The aio_fsync() function will fail if:

       EAGAIN	       The requested asynchronous operation was not queued due
		       to temporary resource limitations.

       EBADF	       The aio_fildes member of the aiocb structure referenced
		       by the aiocbp argument is not a valid  file  descriptor
		       open for writing.

       EINVAL	       The  system  does not support synchronized I/O for this
		       file.

       EINVAL	       A value of op other than O_DSYNC or O_SYNC  was	speci‐
		       fied.

       ENOSYS	       The  aio_fsync()	 function is not supported by the sys‐
		       tem.

       In the event that any of the queued I/O	operations  fail,  aio_fsync()
       returns the error condition defined for read(2) and write(2). The error
       will be returned in the error status  for  the  asynchronous  fsync(3C)
       operation, which can be retrieved using aio_error(3RT).

USAGE
       The  aio_fsync()	 function has a transitional interface for 64-bit file
       offsets.	 See lf64(5).

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       ┌─────────────────────────────┬─────────────────────────────┐
       │      ATTRIBUTE TYPE	     │	    ATTRIBUTE VALUE	   │
       ├─────────────────────────────┼─────────────────────────────┤
       │Interface Stability	     │Standard			   │
       ├─────────────────────────────┼─────────────────────────────┤
       │MT-Level		     │MT-Safe			   │
       └─────────────────────────────┴─────────────────────────────┘

SEE ALSO
       fcntl(2), open(2), read(2), write(2), aio_error(3RT),  aio_return(3RT),
       fdatasync(3RT), fsync(3C), attributes(5), fcntl.h(3HEAD), aio.h(3HEAD),
       signal.h(3HEAD), attributes(5), lf64(5), standards(5)

NOTES
       Solaris 2.6 was the first release to support the Asynchronous Input and
       Output  option. Prior to this release, this function always returned −1
       and set errno to ENOSYS.

SunOS 5.10			  28 Jun 2002			aio_fsync(3RT)
[top]

List of man pages available for Solaris

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net