Home
last modified time | relevance | path

Searched refs:R4WRITEMODIFIED (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c2515 rp->r_flags &= ~R4WRITEMODIFIED; in nfs4close_otw()
3392 rp->r_flags |= R4WRITEMODIFIED; in nfs4write()
H A Dnfs4_client.c558 if (!(rp->r_flags & R4WRITEMODIFIED)) { in nfs4_attr_cache()
795 rp->r_flags &= ~R4WRITEMODIFIED; in nfs4_attrcache_va()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h359 #define R4WRITEMODIFIED 0x800 /* file data has been modified by write */ macro