Home
last modified time | relevance | path

Searched refs:mnt_pending_write_size (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dmount_internal.h138 …pending_io_t mnt_pending_write_size __attribute__((aligned(sizeof(pending_io_t)))); /*… member
/xnu-8792.61.2/bsd/miscfs/specfs/
H A Dspec_vnops.c2639 INCR_PENDING_IO(buf_count(bp), mp->mnt_pending_write_size); in spec_strategy()
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_bio.c4195 INCR_PENDING_IO(-(pending_io_t)buf_count(bp), mp->mnt_pending_write_size); in buf_biodone()
H A Dkpi_vfs.c1202 if (mp->mnt_pending_write_size) { in vfs_idle_time()