Home
last modified time | relevance | path

Searched refs:NFSMNT_NOCTO (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/nfsclient/
HDnfsargs.h100 #define NFSMNT_NOCTO 0x20000000 /* Don't flush attrcache on open */ macro
/NextBSD/sys/nfs/
HDnfs_diskless.c118 nd->flags |= NFSMNT_NOCTO; in nfs_parse_options()
/NextBSD/sys/fs/nfsclient/
HDnfs_clvfsops.c866 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()
HDnfs_clvnops.c772 (VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOCTO) == 0) { in nfs_close()
1107 if (!(nmp->nm_flag & NFSMNT_NOCTO) && in nfs_lookup()