Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/nfs/server/
Dnfs_nfsdserv.c3727 uint32_t sp4type, v41flags; in nfsrvd_exchangeid() local
3777 v41flags = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_exchangeid()
3778 if ((v41flags & ~(NFSV4EXCH_SUPPMOVEDREFER | NFSV4EXCH_SUPPMOVEDMIGR | in nfsrvd_exchangeid()
3784 if ((v41flags & NFSV4EXCH_UPDCONFIRMEDRECA) != 0) in nfsrvd_exchangeid()
3788 v41flags = NFSV4EXCH_USENONPNFS; in nfsrvd_exchangeid()
3811 v41flags |= NFSV4EXCH_CONFIRMEDR; in nfsrvd_exchangeid()
3816 *tl++ = txdr_unsigned(v41flags); /* Exch flags */ in nfsrvd_exchangeid()
/netbsd/src/sys/fs/nfs/client/
Dnfs_clrpcops.c4481 uint32_t *tl, v41flags; in nfsrpc_exchangeid() local
4529 v41flags = fxdr_unsigned(uint32_t, *tl); in nfsrpc_exchangeid()
4530 if ((v41flags & NFSV4EXCH_USEPNFSMDS) != 0 && in nfsrpc_exchangeid()
4538 if ((v41flags & NFSV4EXCH_USEPNFSDS) != 0) in nfsrpc_exchangeid()