Searched refs:nm_mounttime (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h399 #define nm_mounttime nm_un.v4.mounttime macro
H A Dnfs4_subs.c243 nfsm_chain_add_64(error, &nmreq, nmp->nm_mounttime);
H A Dnfs_socket.c1370 nmp->nm_mounttime = ((uint64_t)now.tv_sec << 32) | now.tv_usec;
H A Dnfs_vfsops.c3813 if ((nmp->nm_mounttime >> 32) > ((uint32_t)now.tv_sec - NFS_EPHEMERAL_MOUNT_HARVEST_INTERVAL))

Completed in 43 milliseconds