• Home
  • Raw
  • Download

Lines Matching defs:stateid

75 #define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t)))  argument
76 #define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t))) argument
77 #define CURRENT_STATEID(stateid) (!memcmp((stateid), &currentstateid, sizeof(stateid_t))) argument
78 #define CLOSE_STATEID(stateid) (!memcmp((stateid), &close_stateid, sizeof(stateid_t))) argument
5550 check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags) in check_special_stateids()
5624 static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid) in nfsd4_validate_stateid()
5666 stateid_t *stateid, unsigned char typemask, in nfsd4_lookup_stateid()
5849 stateid_t *stateid, int flags, struct nfsd_file **nfp, in nfs4_preprocess_stateid_op()
5918 struct nfsd4_test_stateid_id *stateid; in nfsd4_test_stateid() local
5929 nfsd4_free_lock_stateid(stateid_t *stateid, struct nfs4_stid *s) in nfsd4_free_lock_stateid()
5962 stateid_t *stateid = &free_stateid->fr_stateid; in nfsd4_free_stateid() local
6013 static __be32 nfs4_seqid_op_checks(struct nfsd4_compound_state *cstate, stateid_t *stateid, u32 seq… in nfs4_seqid_op_checks()
6038 stateid_t *stateid, char typemask, in nfs4_preprocess_seqid_op()
6064 stateid_t *stateid, struct nfs4_ol_stateid **stpp, struct nfsd_net *nn) in nfs4_preprocess_confirmed_seqid_op()
6275 stateid_t *stateid = &dr->dr_stateid; in nfsd4_delegreturn() local
7459 get_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid) in get_stateid()
7467 put_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid) in put_stateid()