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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dxdr4.h83 stateid_t cl_stateid; /* request+response */
118 stateid_t dr_stateid;
150 stateid_t open_stateid;
156 stateid_t lock_stateid;
164 stateid_t stateid;
199 stateid_t lu_stateid;
220 stateid_t op_delegate_stateid; /* request - response */
231 stateid_t op_stateid; /* response */
243 stateid_t oc_req_stateid /* request */;
245 stateid_t oc_resp_statei
[all...]
H A Dstate.h55 } stateid_t; typedef in typeref:struct:__anon16779
95 stateid_t dl_stateid;
269 update_stateid(stateid_t *stateid)
394 stateid_t st_stateid;
418 stateid_t *stateid, int flags, struct file **filp);
H A Dnfs4state.c54 static stateid_t zerostateid; /* bits all 0 */
55 static stateid_t onestateid; /* bits all 1 */
58 #define ZERO_STATEID(stateid) (!memcmp((stateid), &zerostateid, sizeof(stateid_t)))
59 #define ONE_STATEID(stateid) (!memcmp((stateid), &onestateid, sizeof(stateid_t)))
62 static struct nfs4_stateid * find_stateid(stateid_t *stid, int flags);
63 static struct nfs4_delegation * find_delegation_stateid(struct inode *ino, stateid_t *stid);
2267 find_delegation_file(struct nfs4_file *fp, stateid_t *stid)
2577 memcpy(&open->op_stateid, &stp->st_stateid, sizeof(stateid_t));
2771 STALE_STATEID(stateid_t *stateid)
2813 check_special_stateids(svc_fh *current_fh, stateid_t *statei
[all...]
H A Dnfs4callback.c206 encode_stateid(struct xdr_stream *xdr, stateid_t *sid)
210 RESERVE_SPACE(sizeof(stateid_t));
H A Dnfs4xdr.c401 nfsd4_decode_stateid(struct nfsd4_compoundargs *argp, stateid_t *sid)
405 READ_BUF(sizeof(stateid_t));
2315 nfsd4_encode_stateid(struct nfsd4_compoundres *resp, stateid_t *sid)
2319 RESERVE_SPACE(sizeof(stateid_t));
H A Dnfs4proc.c803 stateid_t *stateid = &write->wr_stateid;

Completed in 74 milliseconds