Home
last modified time | relevance | path

Searched refs:NFSMNT_NOAC (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sbin/mount_nfs/
H A Dmount_nfs.c239 nfsargsp->flags |= NFSMNT_NOAC; in mount_nfs_parseargs()
293 nfsargsp->flags |= NFSMNT_NOAC; in mount_nfs_parseargs()
/netbsd-src/sys/nfs/
H A Dnfsmount.h94 #define NFSMNT_NOAC 0x00080000 /* Turn off attribute cache */
95 #define NFSMNT_NOAC global() macro
H A Dnfs_clntsubs.c536 if ((nmp->nm_flag & NFSMNT_NOAC) != 0) in nfs_attrtimeo()
/netbsd-src/doc/
H A DTODO.nits31 only once). Make NFSMNT_NOAC read/write data without cacheing too.
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_aix5_2.h152 # define NFSMNT_NOAC 0x080 /* don't cache attributes */ macro
H A Dnfs_prot_hpux11.h145 #define NFSMNT_NOAC 0x080 /* don't cache attributes */ macro
H A Dnfs_prot_nextstep.h198 #define NFSMNT_NOAC 0x080 /* don't cache attributes */ macro
/netbsd-src/external/bsd/am-utils/dist/
H A DREADME.attrcache36 cache. It does so by using the NFSMNT_NOAC flag, if it exists, or by