Searched refs:NFSMNT_NOCTO (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/nfsclient/ |
| HD | nfsargs.h | 100 #define NFSMNT_NOCTO 0x20000000 /* Don't flush attrcache on open */ macro
|
| /NextBSD/sys/nfs/ |
| HD | nfs_diskless.c | 118 nd->flags |= NFSMNT_NOCTO; in nfs_parse_options()
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clvfsops.c | 866 args.flags |= NFSMNT_NOCTO; in nfs_mount() 1847 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_NOCTO) == 0, ",cto", &buf, in nfscl_retopts() 1849 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_NOCTO) != 0, ",nocto", &buf, in nfscl_retopts()
|
| HD | nfs_clvnops.c | 772 (VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOCTO) == 0) { in nfs_close() 1107 if (!(nmp->nm_flag & NFSMNT_NOCTO) && in nfs_lookup()
|