Home
last modified time | relevance | path

Searched refs:NFSV4OPEN_CLAIMNULL (Results 1 – 3 of 3) sorted by relevance

/src/sys/fs/nfs/
H A Dnfsproto.h487 #define NFSV4OPEN_CLAIMNULL 0 macro
/src/sys/fs/nfsclient/
H A Dnfs_clrpcops.c599 *tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL); in nfsrpc_openrpc()
2676 *tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL); in nfsrpc_createv4()
8466 *tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL); in nfsrpc_openlayoutrpc()
8690 *tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL); in nfsrpc_createlayout()
/src/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c3205 if (claim == NFSV4OPEN_CLAIMNULL || claim == NFSV4OPEN_CLAIMDELEGATECUR in nfsrvd_open()
3208 claim != NFSV4OPEN_CLAIMNULL) in nfsrvd_open()