Searched refs:fd_state (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c110 fdb->fd_state = flags;
138 fdb->fd_state = flags;
159 fdb->fd_state |= FDB_ICALLBACK;
161 fdb->fd_state |= FDB_ASYNC;
178 (void *)fdb, fdb->fd_state));
183 if (fdb->fd_state & FDB_ZEROHOLE) {
257 if (fdb->fd_state & FDB_ZEROHOLE) {
350 off, len, fdb->fd_len, fdb->fd_state));
356 ASSERT(((b_flags & B_READ) && (fdb->fd_state & FDB_READ)) ||
357 ((b_flags & B_WRITE) && (fdb->fd_state
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dfdbuffer.h67 * fd_state: The state variable carries four distinct types of information
99 int fd_state; /* state of the fdbfer */ member in struct:fdbuffer
H A Dfdio.h52 struct fd_state { struct

Completed in 98 milliseconds