Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dmount_internal.h141 struct timeval mnt_last_write_completed_timestamp; member
/xnu-12377.81.4/bsd/vfs/
H A Dkpi_vfs.c1251 - mp->mnt_last_write_completed_timestamp.tv_sec) * 1000000 in vfs_idle_time()
1252 + now.tv_usec - mp->mnt_last_write_completed_timestamp.tv_usec; in vfs_idle_time()
/xnu-12377.81.4/bsd/miscfs/specfs/
H A Dspec_vnops.c1821 mp->mnt_last_write_completed_timestamp = info->throttle_last_write_timestamp; in update_last_io_time()