Searched refs:NFSMNT_NOCTO (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/nfsclient/
H A Dnfsargs.h100 #define NFSMNT_NOCTO 0x20000000 /* Don't flush attrcache on open */ macro
H A Dnfs_vfsops.c909 args.flags |= NFSMNT_NOCTO;
H A Dnfs_vnops.c990 if (!(nmp->nm_flag & NFSMNT_NOCTO) &&
/freebsd-10.3-release/sys/nfs/
H A Dnfs_diskless.c116 nd->flags |= NFSMNT_NOCTO;
/freebsd-10.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c861 args.flags |= NFSMNT_NOCTO;
1842 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_NOCTO) == 0, ",cto", &buf,
1844 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_NOCTO) != 0, ",nocto", &buf,
H A Dnfs_clvnops.c773 (VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOCTO) == 0) {
1108 if (!(nmp->nm_flag & NFSMNT_NOCTO) &&

Completed in 119 milliseconds