Searched refs:fdbuffer (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfdbuffer.h40 FDB_PAGEIO, /* fdbuffer is a page buffer */
41 FDB_VADDR /* fdbuffer is a address buffer */
44 #define FDB_READ 0x01 /* fdbuffer is readable */
45 #define FDB_WRITE 0x02 /* fdbuffer is asked for write */
46 #define FDB_DONE 0x04 /* fdbuffer buffer io done */
47 #define FDB_ERROR 0x08 /* fdbuffer in error state */
48 #define FDB_ASYNC 0x10 /* fdbuffer using async i/o requests */
49 #define FDB_SYNC 0x20 /* fdbuffer using direct i/o requests */
50 #define FDB_ICALLBACK 0x40 /* fdbuffer immediate call back */
51 #define FDB_ZEROHOLE 0x80 /* fdbuffer aut
97 typedef struct fdbuffer { struct
[all...]
H A DMakefile246 fdbuffer.h \
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c40 #include <sys/fdbuffer.h>
54 * fdb - The mandatory fdbuffer supports
227 * An actual fdbuffer instructs this function to perform
/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c37 #include <sys/fdbuffer.h>
298 * to the beginning of the fdbuffer.
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c64 #include <sys/fdbuffer.h>
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h43 #include <sys/fdbuffer.h>

Completed in 84 milliseconds