·¶Àý
eio_busy
Eio
ÔÚÏßÊֲ᣺
ÖÐÎÄ
Ó¢ÎÄ
PHPÊÖ²á
Eio º¯Êý
Table of Contents
eio_busy
¡ª Artificially increase load. Could be useful in tests, benchmarking.
eio_cancel
¡ª Cancels a request
eio_chmod
¡ª Change file/direcrory permissions.
eio_chown
¡ª Change file/direcrory permissions.
eio_close
¡ª Close file
eio_custom
¡ª Execute custom request like any other eio_* call.
eio_dup2
¡ª Duplicate a file descriptor
eio_event_loop
¡ª Polls libeio until all requests proceeded
eio_fallocate
¡ª Allows the caller to directly manipulate the allocated disk space for a file
eio_fchmod
¡ª Change file permissions.
eio_fchown
¡ª Change file ownership
eio_fdatasync
¡ª Synchronize a file's in-core state with storage device.
eio_fstat
¡ª Get file status
eio_fstatvfs
¡ª Get file system statistics
eio_fsync
¡ª Synchronize a file's in-core state with storage device
eio_ftruncate
¡ª Truncate a file
eio_futime
¡ª Change file last access and modification times
eio_get_event_stream
¡ª Get stream representing a variable used in internal communications with libeio.
eio_grp_add
¡ª Adds a request to the request group.
eio_grp_cancel
¡ª Cancels a request group
eio_grp_limit
¡ª Set group limit
eio_grp
¡ª Createsa request group.
eio_link
¡ª Create a hardlink for file
eio_lstat
¡ª Get file status
eio_mkdir
¡ª Create directory
eio_mknod
¡ª Create a special or ordinary file.
eio_nop
¡ª Does nothing, except go through the whole request cycle.
eio_npending
¡ª Returns number of finished, but unhandled requests
eio_nready
¡ª Returns number of not-yet handled requests
eio_nreqs
¡ª Returns number of requests to be processed
eio_nthreads
¡ª Returns number of threads currently in use
eio_open
¡ª Opens a file
eio_poll
¡ª Can be to be called whenever there are pending requests that need finishing.
eio_read
¡ª Read from a file descriptor at given offset.
eio_readahead
¡ª Perform file readahead into page cache
eio_readdir
¡ª Reads through a whole directory
eio_readlink
¡ª Read value of a symbolic link.
eio_realpath
¡ª Get the canonicalized absolute pathname.
eio_rename
¡ª Change the name or location of a file.
eio_rmdir
¡ª Remove a directory
eio_sendfile
¡ª Transfer data between file descriptors
eio_set_max_idle
¡ª Set maximum number of idle threads.
eio_set_max_parallel
¡ª Set maximum parallel threads
eio_set_max_poll_reqs
¡ª Set maximum number of requests processed in a poll.
eio_set_max_poll_time
¡ª Set maximum poll time
eio_set_min_parallel
¡ª Set minimum parallel thread number
eio_stat
¡ª Get file status
eio_statvfs
¡ª Get file system statistics
eio_symlink
¡ª Create a symbolic link
eio_sync_file_range
¡ª Sync a file segment with disk
eio_sync
¡ª Commit buffer cache to disk
eio_syncfs
¡ª Calls Linux' syncfs syscall, if available
eio_truncate
¡ª Truncate a file
eio_unlink
¡ª Delete a name and possibly the file it refers to
eio_utime
¡ª Change file last access and modification times.
eio_write
¡ª Write to file
·¶Àý
eio_busy
Eio
ÔÚÏßÊֲ᣺
ÖÐÎÄ
Ó¢ÎÄ
PHPÊÖ²á