Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/ !
Dxdr4.h64 stateid_t current_stateid;
65 stateid_t save_stateid;
94 stateid_t cl_stateid; /* request+response */
128 stateid_t dr_stateid;
160 stateid_t open_stateid;
166 stateid_t lock_stateid;
174 stateid_t stateid;
205 stateid_t lu_stateid;
225 stateid_t op_delegate_stateid; /* request - response */
239 stateid_t op_stateid; /* response */
[all …]
Dstate.h56 } stateid_t; typedef
83 stateid_t sc_stateid;
301 update_stateid(stateid_t *stateid) in update_stateid()
456 stateid_t *stateid, int flags, struct file **filp);
479 extern __be32 nfs4_validate_stateid(struct nfs4_client *, stateid_t *);
Dnfs4state.c54 static const stateid_t one_stateid = {
58 static const stateid_t zero_stateid = {
61 static const stateid_t currentstateid = {
67 #define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t)))
68 #define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t)))
69 #define CURRENT_STATEID(stateid) (!memcmp((stateid), &currentstateid, sizeof(stateid_t)))
263 stateid_t *s = &stid->sc_stateid; in init_stid()
1181 static struct nfs4_stid *find_stateid(struct nfs4_client *cl, stateid_t *t) in find_stateid()
1186 static struct nfs4_stid *find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type()
2675 static struct nfs4_delegation *find_deleg_stateid(struct nfs4_client *cl, stateid_t *s) in find_deleg_stateid()
[all …]
Dnfs4proc.c470 memcpy(&cstate->current_stateid, &cstate->save_stateid, sizeof(stateid_t)); in nfsd4_restorefh()
485 memcpy(&cstate->save_stateid, &cstate->current_stateid, sizeof(stateid_t)); in nfsd4_savefh()
886 stateid_t *stateid = &write->wr_stateid; in nfsd4_write()
Dnfs4xdr.c397 nfsd4_decode_stateid(struct nfsd4_compoundargs *argp, stateid_t *sid) in nfsd4_decode_stateid()
401 READ_BUF(sizeof(stateid_t)); in nfsd4_decode_stateid()
1362 READ_BUF(sizeof(stateid_t)); in nfsd4_decode_free_stateid()
2608 nfsd4_encode_stateid(struct nfsd4_compoundres *resp, stateid_t *sid) in nfsd4_encode_stateid()
2612 RESERVE_SPACE(sizeof(stateid_t)); in nfsd4_encode_stateid()
Dnfs4callback.c169 static void encode_stateid4(struct xdr_stream *xdr, const stateid_t *sid) in encode_stateid4()