Searched refs:stateid_t (Results 1 – 6 of 6) sorted by relevance
/fs/nfsd/ |
D | xdr4.h | 64 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; 204 stateid_t lu_stateid; 224 stateid_t op_delegate_stateid; /* request - response */ 238 stateid_t op_stateid; /* response */ [all …]
|
D | state.h | 56 } stateid_t; typedef 85 stateid_t sc_stateid; 306 update_stateid(stateid_t *stateid) in update_stateid() 458 stateid_t *stateid, int flags, struct file **filp);
|
D | nfs4state.c | 54 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), ¤tstateid, sizeof(stateid_t))) 1283 static struct nfs4_stid *find_stateid(struct nfs4_client *cl, stateid_t *t) in find_stateid() 1293 static struct nfs4_stid *find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type() 2775 static struct nfs4_delegation *find_deleg_stateid(struct nfs4_client *cl, stateid_t *s) in find_deleg_stateid() 3151 memcpy(&open->op_stateid, &stp->st_stid.sc_stateid, sizeof(stateid_t)); in nfsd4_process_open2() [all …]
|
D | nfs4proc.c | 502 memcpy(&cstate->current_stateid, &cstate->save_stateid, sizeof(stateid_t)); in nfsd4_restorefh() 517 memcpy(&cstate->save_stateid, &cstate->current_stateid, sizeof(stateid_t)); in nfsd4_savefh() 948 stateid_t *stateid = &write->wr_stateid; in nfsd4_write()
|
D | nfs4xdr.c | 398 nfsd4_decode_stateid(struct nfsd4_compoundargs *argp, stateid_t *sid) in nfsd4_decode_stateid() 402 READ_BUF(sizeof(stateid_t)); in nfsd4_decode_stateid() 1367 READ_BUF(sizeof(stateid_t)); in nfsd4_decode_free_stateid() 2584 nfsd4_encode_stateid(struct nfsd4_compoundres *resp, stateid_t *sid) in nfsd4_encode_stateid() 2588 RESERVE_SPACE(sizeof(stateid_t)); in nfsd4_encode_stateid()
|
D | nfs4callback.c | 147 static void encode_stateid4(struct xdr_stream *xdr, const stateid_t *sid) in encode_stateid4()
|