Home
last modified time | relevance | path

Searched refs:nfs4_stid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/nfsd/
Dstate.h85 struct nfs4_stid { struct
100 void (*sc_free)(struct nfs4_stid *); argument
125 struct nfs4_stid dl_stid; /* must be first field */
152 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid()
536 struct nfs4_stid st_stid;
548 static inline struct nfs4_ol_stateid *openlockstateid(struct nfs4_stid *s) in openlockstateid()
554 struct nfs4_stid ls_stid;
566 static inline struct nfs4_layout_stateid *layoutstateid(struct nfs4_stid *s) in layoutstateid()
591 struct nfs4_stid **s, struct nfsd_net *nn);
592 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl,
[all …]
Dnfs4layouts.c131 nfsd4_free_layout_stateid(struct nfs4_stid *stid) in nfsd4_free_layout_stateid()
185 struct nfs4_stid *parent, u32 layout_type) in nfsd4_alloc_layout_stateid()
190 struct nfs4_stid *stp; in nfsd4_alloc_layout_stateid()
239 struct nfs4_stid *stid; in nfsd4_preprocess_layout_stateid()
Dnfs4state.c75 static void nfs4_free_ol_stateid(struct nfs4_stid *stid);
556 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, in nfs4_alloc_stid()
559 struct nfs4_stid *stid; in nfs4_alloc_stid()
596 struct nfs4_stid *stid; in nfs4_alloc_open_stateid()
608 static void nfs4_free_deleg(struct nfs4_stid *stid) in nfs4_free_deleg()
730 nfs4_put_stid(struct nfs4_stid *s) in nfs4_put_stid()
763 void nfs4_unhash_stid(struct nfs4_stid *s) in nfs4_unhash_stid()
1083 static void nfs4_free_ol_stateid(struct nfs4_stid *stid) in nfs4_free_ol_stateid()
1094 static void nfs4_free_lock_stateid(struct nfs4_stid *stid) in nfs4_free_lock_stateid()
1114 struct nfs4_stid *s = &stp->st_stid; in put_ol_stateid_locked()
[all …]