Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c485 int mtime_changed = 0; in nfs_attr_cache() local
532 mtime_changed = 1; in nfs_attr_cache()
560 mtime_changed = 1; in nfs_attr_cache()
562 if (mtime_changed && !(rp->r_flags & RINCACHEPURGE)) { in nfs_attr_cache()
568 if (!mtime_changed && !ctime_changed) { in nfs_attr_cache()
577 if (mtime_changed) in nfs_attr_cache()
628 int mtime_changed = 0; in nfs3_attr_cache() local
675 mtime_changed = 1; in nfs3_attr_cache()
703 mtime_changed = 1; in nfs3_attr_cache()
711 if (!mtime_changed && !ctime_changed) { in nfs3_attr_cache()
[all …]
H A Dnfs4_client.c447 int mtime_changed = 0; in nfs4_attr_cache() local
546 mtime_changed = 1; in nfs4_attr_cache()
560 mtime_changed = 1; in nfs4_attr_cache()
574 mtime_changed = 1; in nfs4_attr_cache()
601 mtime_changed = 1; in nfs4_attr_cache()
603 if (mtime_changed && !(rp->r_flags & R4INCACHEPURGE)) { in nfs4_attr_cache()
609 if (!mtime_changed && !ctime_changed) { in nfs4_attr_cache()
622 if (mtime_changed) in nfs4_attr_cache()