Home
last modified time | relevance | path

Searched refs:v41flags (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c4298 uint32_t sp4type, v41flags; in nfsrvd_exchangeid() local
4379 v41flags = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_exchangeid()
4380 if ((v41flags & ~(NFSV4EXCH_SUPPMOVEDREFER | NFSV4EXCH_SUPPMOVEDMIGR | in nfsrvd_exchangeid()
4386 if ((v41flags & NFSV4EXCH_UPDCONFIRMEDRECA) != 0) in nfsrvd_exchangeid()
4391 v41flags = NFSV4EXCH_USENONPNFS | NFSV4EXCH_USEPNFSDS; in nfsrvd_exchangeid()
4393 v41flags = NFSV4EXCH_USEPNFSMDS; in nfsrvd_exchangeid()
4431 v41flags |= NFSV4EXCH_CONFIRMEDR; in nfsrvd_exchangeid()
4436 *tl++ = txdr_unsigned(v41flags); /* Exch flags */ in nfsrvd_exchangeid()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5325 uint32_t *tl, v41flags; in nfsrpc_exchangeid() local
5376 v41flags = fxdr_unsigned(uint32_t, *tl); in nfsrpc_exchangeid()
5377 if ((v41flags & NFSV4EXCH_USEPNFSMDS) != 0 && in nfsrpc_exchangeid()
5385 if ((v41flags & NFSV4EXCH_USEPNFSDS) != 0) in nfsrpc_exchangeid()