Searched refs:NFSMNT_NOAC (Results 1 – 8 of 8) sorted by relevance
239 nfsargsp->flags |= NFSMNT_NOAC; in mount_nfs_parseargs() 293 nfsargsp->flags |= NFSMNT_NOAC; in mount_nfs_parseargs()
94 #define NFSMNT_NOAC 0x00080000 /* Turn off attribute cache */95 #define NFSMNT_NOAC global() macro
536 if ((nmp->nm_flag & NFSMNT_NOAC) != 0) in nfs_attrtimeo()
31 only once). Make NFSMNT_NOAC read/write data without cacheing too.
152 # define NFSMNT_NOAC 0x080 /* don't cache attributes */ macro
145 #define NFSMNT_NOAC 0x080 /* don't cache attributes */ macro
198 #define NFSMNT_NOAC 0x080 /* don't cache attributes */ macro
36 cache. It does so by using the NFSMNT_NOAC flag, if it exists, or by