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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs.h521 uint32_t tm_last; member in struct:nfs_user_stat_user_rec
600 uint32_t tm_last; member in struct:nfs_user_stat_node
H A Dnfs_subs.c3447 * If found, the node's tm_last timestamp is updated and the node is returned.
3477 unode->tm_last = (uint32_t)now.tv_sec;
3512 unode->tm_last = (uint32_t)now.tv_sec;
3625 if (unode->tm_last >= tstale)
H A Dnfs_vfsops.c5405 ustat_rec.tm_last = unode->tm_last;

Completed in 97 milliseconds