Home
last modified time | relevance | path

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

/freebsd-head/sys/fs/nfs/
HDnfsproto.h484 #define NFSV4OPEN_CLAIMNULL 0 macro
/freebsd-head/sys/fs/nfsclient/
HDnfs_clrpcops.c596 *tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL); in nfsrpc_openrpc()
2672 *tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL); in nfsrpc_createv4()
8262 *tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL); in nfsrpc_openlayoutrpc()
8486 *tl = txdr_unsigned(NFSV4OPEN_CLAIMNULL); in nfsrpc_createlayout()
/freebsd-head/sys/fs/nfsserver/
HDnfs_nfsdserv.c3054 if (claim == NFSV4OPEN_CLAIMNULL || claim == NFSV4OPEN_CLAIMDELEGATECUR in nfsrvd_open()
3057 claim != NFSV4OPEN_CLAIMNULL) in nfsrvd_open()