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

/freebsd-11-stable/sys/nfsclient/
H A Dnfsargs.h100 #define NFSMNT_NOCTO 0x20000000 /* Don't flush attrcache on open */ macro
/freebsd-11-stable/sys/nfs/
H A Dnfs_diskless.c118 nd->flags |= NFSMNT_NOCTO;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c966 args.flags |= NFSMNT_NOCTO;
2002 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_NOCTO) == 0, ",cto", &buf,
2004 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_NOCTO) != 0, ",nocto", &buf,
H A Dnfs_clvnops.c757 (VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOCTO) == 0) {
1090 if (!(nmp->nm_flag & NFSMNT_NOCTO) &&

Completed in 125 milliseconds