Home
last modified time | relevance | path

Searched refs:mnt_pending_read_size (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount_internal.h139 …pending_io_t mnt_pending_read_size __attribute__((aligned(sizeof(pending_io_t)))); /*… member
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspec_vnops.c2729 INCR_PENDING_IO(buf_count(bp), mp->mnt_pending_read_size); in spec_strategy()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_bio.c4382 INCR_PENDING_IO(-(pending_io_t)buf_count(bp), mp->mnt_pending_read_size); in buf_biodone()