Home
last modified time | relevance | path

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

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