Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dmount_internal.h92 typedef uint64_t pending_io_t; typedef
95 typedef uint32_t pending_io_t; typedef
137pending_io_t mnt_pending_write_size __attribute__((aligned(sizeof(pending_io_t)))); /*…
138pending_io_t mnt_pending_read_size __attribute__((aligned(sizeof(pending_io_t)))); /*…
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_bio.c4185 INCR_PENDING_IO(-(pending_io_t)buf_count(bp), mp->mnt_pending_write_size); in buf_biodone()
4187 INCR_PENDING_IO(-(pending_io_t)buf_count(bp), mp->mnt_pending_read_size); in buf_biodone()