Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/
H A Dfdbuffer.c88 fdb->fd_iocount = 0; in fdb_prepare()
247 fdb->fd_iocount += len; in fdb_add_hole()
429 return (fdb->fd_iocount - fdb->fd_resid); in fdb_get_iolen()
495 fdb->fd_iocount += bp->b_bcount; in fdb_iodone()
/titanic_50/usr/src/uts/common/sys/
H A Dfdbuffer.h101 size_t fd_iocount; /* total io acked, includes errors and holes */ member