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

/linux-master/fs/nfs/
H A Dnfs4session.h21 struct nfs4_slot { struct
23 struct nfs4_slot *next;
41 struct nfs4_slot *slots; /* seqid per slot */
86 extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl);
87 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
91 extern bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
92 extern void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
95 struct nfs4_slot *slot);
118 struct nfs4_slot *slot,
H A Dnfs4session.c41 struct nfs4_slot **p;
49 struct nfs4_slot *slot = *p;
83 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot)
104 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl,
107 struct nfs4_slot *slot;
120 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl,
123 struct nfs4_slot **p, *slot;
143 struct nfs4_slot *slot)
159 bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot)
172 struct nfs4_slot *nfs4_lookup_slo
[all...]
H A Dcallback.h22 struct nfs4_slot;
25 struct nfs4_slot *slot;
H A Dcallback_proc.c406 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot,
500 struct nfs4_slot *slot;
H A Dcallback_xdr.c789 struct nfs4_slot *slot)
H A Dnfs4proc.c104 struct nfs4_slot *slot,
747 struct nfs4_slot *slot = res->sr_slot;
769 static void nfs41_release_slot(struct nfs4_slot *slot)
814 static void nfs4_slot_sequence_record_sent(struct nfs4_slot *slot,
820 static void nfs4_slot_sequence_acked(struct nfs4_slot *slot, u32 seqnr)
827 struct nfs4_slot *slot)
838 struct nfs4_slot *slot = res->sr_slot;
1066 struct nfs4_slot *slot)
1083 struct nfs4_slot *slot;
9442 struct nfs4_slot *slo
[all...]
H A Dnfs4trace.h128 const struct nfs4_slot *sr_slot = res->sr_slot;
293 const struct nfs4_slot *sa_slot = args->sa_slot;
H A Dnfs4xdr.c1952 struct nfs4_slot *slot = args->sa_slot;
/linux-master/include/linux/
H A Dnfs_xdr.h201 struct nfs4_slot;
203 struct nfs4_slot *sa_slot;
209 struct nfs4_slot *sr_slot; /* slot used to send request */

Completed in 190 milliseconds