Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dmount_internal.h93 typedef uint64_t pending_io_t; typedef
96 typedef uint32_t pending_io_t; typedef
138pending_io_t mnt_pending_write_size __attribute__((aligned(sizeof(pending_io_t)))); /*…
139pending_io_t mnt_pending_read_size __attribute__((aligned(sizeof(pending_io_t)))); /*…
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c4215 INCR_PENDING_IO(-(pending_io_t)buf_count(bp), mp->mnt_pending_write_size); in buf_biodone()
4217 INCR_PENDING_IO(-(pending_io_t)buf_count(bp), mp->mnt_pending_read_size); in buf_biodone()