Searched refs:hfs_max_pending_io (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h361 u_int64_t hfs_max_pending_io; member in struct:hfsmount
H A Dhfs_vfsops.c1045 if (hfsmp->hfs_mp->mnt_pending_write_size > hfsmp->hfs_max_pending_io) {
1084 // than 2 seconds, adjust hfs_max_pending_io so that we
1092 hfsmp->hfs_max_pending_io = (rate * 150ULL) / 100ULL;
2010 hfsmp->hfs_max_pending_io = 4096*1024; // a reasonable value to start with.
H A Dhfs_vfsutils.c2852 if (hfsmp->hfs_sync_incomplete && hfsmp->hfs_mp->mnt_pending_write_size >= hfsmp->hfs_max_pending_io) {

Completed in 217 milliseconds