LEASE_GET_MTIME(9) The Linux VFS LEASE_GET_MTIME(9)NAMElease_get_mtime - get the last modified time of an inodeSYNOPSISvoid lease_get_mtime(struct inode * inode, struct timespec * time);ARGUMENTSinode the inode time pointer to a timespec which will contain the last modified timeDESCRIPTIONThis is to force NFS clients to flush their caches for files with exclusive leases. The justification is that if someone has an exclusive lease, then they could be modifying it.COPYRIGHTKernel Hackers Manual 2.6. July 2010 LEASE_GET_MTIME(9)