Home
last modified time | relevance | path

Searched refs:mtime_changed (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c477 int mtime_changed = 0; in nfs_attr_cache() local
524 mtime_changed = 1; in nfs_attr_cache()
552 mtime_changed = 1; in nfs_attr_cache()
554 if (mtime_changed && !(rp->r_flags & RINCACHEPURGE)) { in nfs_attr_cache()
560 if (!mtime_changed && !ctime_changed) { in nfs_attr_cache()
569 if (mtime_changed) in nfs_attr_cache()
620 int mtime_changed = 0; in nfs3_attr_cache() local
667 mtime_changed = 1; in nfs3_attr_cache()
695 mtime_changed = 1; in nfs3_attr_cache()
697 if (mtime_changed && !(rp->r_flags & RINCACHEPURGE)) { in nfs3_attr_cache()
[all …]
H A Dnfs4_client.c446 int mtime_changed = 0; in nfs4_attr_cache() local
545 mtime_changed = 1; in nfs4_attr_cache()
559 mtime_changed = 1; in nfs4_attr_cache()
573 mtime_changed = 1; in nfs4_attr_cache()
600 mtime_changed = 1; in nfs4_attr_cache()
602 if (mtime_changed && !(rp->r_flags & R4INCACHEPURGE)) { in nfs4_attr_cache()
608 if (!mtime_changed && !ctime_changed) { in nfs4_attr_cache()
621 if (mtime_changed) in nfs4_attr_cache()