Lines Matching defs:stateid
64 #define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t))) argument
65 #define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t))) argument
3176 STALE_STATEID(stateid_t *stateid) in STALE_STATEID()
3218 check_special_stateids(svc_fh *current_fh, stateid_t *stateid, int flags) in check_special_stateids()
3278 __be32 nfs4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid) in nfs4_validate_stateid()
3302 static __be32 nfsd4_lookup_stateid(stateid_t *stateid, unsigned char typemask, struct nfs4_stid **s) in nfsd4_lookup_stateid()
3325 stateid_t *stateid, int flags, struct file **filpp) in nfs4_preprocess_stateid_op()
3411 stateid_t *stateid = &free_stateid->fr_stateid; in nfsd4_free_stateid() local
3449 static __be32 nfs4_seqid_op_checks(struct nfsd4_compound_state *cstate, stateid_t *stateid, u32 seq… in nfs4_seqid_op_checks()
3475 stateid_t *stateid, char typemask, in nfs4_preprocess_seqid_op()
3494 …confirmed_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, stateid_t *stateid, struct nfs4… in nfs4_preprocess_confirmed_seqid_op()
3703 stateid_t *stateid = &dr->dr_stateid; in nfsd4_delegreturn() local