Searched defs:nfsd4_close (Results 1 – 2 of 2) sorted by relevance
81 struct nfsd4_close { struct82 u32 cl_seqid; /* request */83 stateid_t cl_stateid; /* request+response */84 struct nfs4_stateowner * cl_stateowner; /* response */
3446 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_close() function