Home
last modified time | relevance | path

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

/linux-4.1.27/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.h13 TP_PROTO(stateid_t *stp),
36 TP_PROTO(stateid_t *stp), \
Dstate.h55 } stateid_t; typedef
97 stateid_t sc_stateid;
367 update_stateid(stateid_t *stateid) in update_stateid()
562 stateid_t ls_recall_sid;
588 stateid_t *stateid, int flags, struct file **filp);
590 stateid_t *stateid, unsigned char typemask,
Dpnfs.h41 struct nfsd4_compound_state *cstate, stateid_t *stateid,
Dnfs4layouts.c235 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid()
299 memcpy(&ls->ls_recall_sid, &ls->ls_stid.sc_stateid, sizeof(stateid_t)); in nfsd4_recall_file_layout()
409 memcpy(&lgp->lg_sid, &ls->ls_stid.sc_stateid, sizeof(stateid_t)); in nfsd4_insert_layout()
486 sizeof(stateid_t)); in nfsd4_return_file_layouts()
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)))
1980 find_stateid_locked(struct nfs4_client *cl, stateid_t *t) in find_stateid_locked()
1991 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type()
3777 static struct nfs4_delegation *find_deleg_stateid(struct nfs4_client *cl, stateid_t *s) in find_deleg_stateid()
4283 memcpy(&open->op_stateid, &stp->st_stid.sc_stateid, sizeof(stateid_t)); in nfsd4_process_open2()
[all …]
Dnfs4proc.c541 memcpy(&cstate->current_stateid, &cstate->save_stateid, sizeof(stateid_t)); in nfsd4_restorefh()
556 memcpy(&cstate->save_stateid, &cstate->current_stateid, sizeof(stateid_t)); in nfsd4_savefh()
984 stateid_t *stateid = &write->wr_stateid; in nfsd4_write()
Dnfs4xdr.c449 nfsd4_decode_stateid(struct nfsd4_compoundargs *argp, stateid_t *sid) in nfsd4_decode_stateid()
453 READ_BUF(sizeof(stateid_t)); in nfsd4_decode_stateid()
1449 READ_BUF(sizeof(stateid_t)); in nfsd4_decode_free_stateid()
2989 nfsd4_encode_stateid(struct xdr_stream *xdr, stateid_t *sid) in nfsd4_encode_stateid()
2993 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()