Home
last modified time | relevance | path

Searched refs:fd_iocount (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c86 fdb->fd_iocount = 0; in fdb_prepare()
245 fdb->fd_iocount += len; in fdb_add_hole()
428 return (fdb->fd_iocount - fdb->fd_resid); in fdb_get_iolen()
494 fdb->fd_iocount += bp->b_bcount; in fdb_iodone()
/illumos-gate/usr/src/uts/common/sys/
H A Dfdbuffer.h99 size_t fd_iocount; /* total io acked, includes errors and holes */ member