Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4session.h18 struct nfs4_slot { struct
20 struct nfs4_slot *next; argument
35 struct nfs4_slot *slots; /* seqid per slot */ argument
79 extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl);
80 extern void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
83 struct nfs4_slot *slot);
95 struct nfs4_slot *slot,
Dnfs4session.c39 struct nfs4_slot **p; in nfs4_shrink_slot_table()
47 struct nfs4_slot *slot = *p; in nfs4_shrink_slot_table()
81 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot()
102 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl, in nfs4_new_slot()
105 struct nfs4_slot *slot; in nfs4_new_slot()
116 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, in nfs4_find_or_create_slot()
119 struct nfs4_slot **p, *slot; in nfs4_find_or_create_slot()
147 struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl) in nfs4_alloc_slot()
149 struct nfs4_slot *ret = ERR_PTR(-EBUSY); in nfs4_alloc_slot()
188 struct nfs4_slot **p; in nfs4_reset_slot_table()
[all …]
Dcallback_proc.c321 struct nfs4_slot *slot; in validate_seqid()
422 struct nfs4_slot *slot; in nfs4_callback_sequence()
Dnfs4trace.h259 const struct nfs4_slot *sa_slot = args->sa_slot;
317 const struct nfs4_slot *sr_slot = res->sr_slot;
Dnfs4proc.c575 struct nfs4_slot *slot; in nfs40_setup_sequence()
614 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_done()
637 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_free_slot()
668 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_done()
783 struct nfs4_slot *slot; in nfs41_setup_sequence()
Dnfs4xdr.c1892 struct nfs4_slot *slot = args->sa_slot; in encode_sequence()
/linux-4.4.14/include/linux/
Dnfs_xdr.h188 struct nfs4_slot;
190 struct nfs4_slot *sa_slot;
196 struct nfs4_slot *sr_slot; /* slot used to send request */