Home
last modified time | relevance | path

Searched refs:nfs4_slot (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/fs/nfs/
Dnfs4session.h20 struct nfs4_slot { struct
22 struct nfs4_slot *next; argument
39 struct nfs4_slot *slots; /* seqid per slot */ argument
84 extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl);
85 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
89 extern bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
90 extern void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
93 struct nfs4_slot *slot);
116 struct nfs4_slot *slot,
Dnfs4session.c40 struct nfs4_slot **p; in nfs4_shrink_slot_table()
48 struct nfs4_slot *slot = *p; in nfs4_shrink_slot_table()
82 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot()
103 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl, in nfs4_new_slot()
106 struct nfs4_slot *slot; in nfs4_new_slot()
117 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, in nfs4_find_or_create_slot()
120 struct nfs4_slot **p, *slot; in nfs4_find_or_create_slot()
140 struct nfs4_slot *slot) in nfs4_lock_slot()
156 bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_try_to_lock_slot()
169 struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid) in nfs4_lookup_slot()
[all …]
Dcallback.h41 struct nfs4_slot;
45 struct nfs4_slot *slot;
Dcallback_proc.c407 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot, in validate_seqid()
487 struct nfs4_slot *slot; in nfs4_callback_sequence()
Dnfs4trace.h282 const struct nfs4_slot *sr_slot = res->sr_slot;
365 const struct nfs4_slot *sa_slot = args->sa_slot;
Dnfs4proc.c103 struct nfs4_slot *slot,
670 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot()
692 static void nfs41_release_slot(struct nfs4_slot *slot) in nfs41_release_slot()
741 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()
915 struct nfs4_slot *slot, struct rpc_cred *cred) in nfs4_sequence_process_interrupted()
946 struct nfs4_slot *slot, struct rpc_cred *cred) in nfs4_sequence_process_interrupted()
964 struct nfs4_slot *slot) in nfs4_sequence_attach_slot()
981 struct nfs4_slot *slot; in nfs4_setup_sequence()
8609 struct nfs4_slot *slot, in _nfs41_proc_sequence()
Dcallback_xdr.c798 struct nfs4_slot *slot) in nfs4_callback_free_slot()
Dnfs4xdr.c1915 struct nfs4_slot *slot = args->sa_slot; in encode_sequence()
/linux-4.19.296/include/linux/
Dnfs_xdr.h195 struct nfs4_slot;
197 struct nfs4_slot *sa_slot;
203 struct nfs4_slot *sr_slot; /* slot used to send request */