Home
last modified time | relevance | path

Searched refs:stateid_t (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/nfsd/
Dxdr4.h65 stateid_t current_stateid;
66 stateid_t save_stateid;
95 stateid_t cl_stateid; /* request+response */
130 stateid_t dr_stateid;
162 stateid_t open_stateid;
168 stateid_t lock_stateid;
176 stateid_t stateid;
206 stateid_t lu_stateid;
226 stateid_t op_delegate_stateid; /* request - response */
240 stateid_t op_stateid; /* response */
[all …]
Dtrace.h15 TP_PROTO(stateid_t *stp),
38 TP_PROTO(stateid_t *stp), \
Dstate.h55 } stateid_t; typedef
98 stateid_t sc_stateid;
555 stateid_t ls_recall_sid;
581 struct nfsd4_compound_state *cstate, stateid_t *stateid,
584 stateid_t *stateid, unsigned char typemask,
590 void nfs4_inc_and_copy_stateid(stateid_t *dst, struct nfs4_stid *stid);
Dpnfs.h41 struct nfsd4_compound_state *cstate, stateid_t *stateid,
Dnfs4state.c56 static const stateid_t one_stateid = {
60 static const stateid_t zero_stateid = {
63 static const stateid_t currentstateid = {
69 #define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t)))
70 #define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t)))
71 #define CURRENT_STATEID(stateid) (!memcmp((stateid), &currentstateid, sizeof(stateid_t)))
750 nfs4_inc_and_copy_stateid(stateid_t *dst, struct nfs4_stid *stid) in nfs4_inc_and_copy_stateid()
752 stateid_t *src = &stid->sc_stateid; in nfs4_inc_and_copy_stateid()
1998 find_stateid_locked(struct nfs4_client *cl, stateid_t *t) in find_stateid_locked()
2009 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type()
[all …]
Dnfs4proc.c539 memcpy(&cstate->current_stateid, &cstate->save_stateid, sizeof(stateid_t)); in nfsd4_restorefh()
554 memcpy(&cstate->save_stateid, &cstate->current_stateid, sizeof(stateid_t)); in nfsd4_savefh()
980 stateid_t *stateid = &write->wr_stateid; in nfsd4_write()
Dnfs4layouts.c237 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid()
Dnfs4xdr.c450 nfsd4_decode_stateid(struct nfsd4_compoundargs *argp, stateid_t *sid) in nfsd4_decode_stateid()
454 READ_BUF(sizeof(stateid_t)); in nfsd4_decode_stateid()
1450 READ_BUF(sizeof(stateid_t)); in nfsd4_decode_free_stateid()
3005 nfsd4_encode_stateid(struct xdr_stream *xdr, stateid_t *sid) in nfsd4_encode_stateid()
3009 p = xdr_reserve_space(xdr, sizeof(stateid_t)); in nfsd4_encode_stateid()
Dnfs4callback.c142 static void encode_stateid4(struct xdr_stream *xdr, const stateid_t *sid) in encode_stateid4()