Home
last modified time | relevance | path

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

/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);
85 struct nfs4_slot *slot,
103 struct nfs4_slot *slot);
Dnfs4session.c31 struct nfs4_slot **p; in nfs4_shrink_slot_table()
39 struct nfs4_slot *slot = *p; in nfs4_shrink_slot_table()
62 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot()
83 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl, in nfs4_new_slot()
86 struct nfs4_slot *slot; in nfs4_new_slot()
97 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, in nfs4_find_or_create_slot()
100 struct nfs4_slot **p, *slot; in nfs4_find_or_create_slot()
128 struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl) in nfs4_alloc_slot()
130 struct nfs4_slot *ret = ERR_PTR(-EBUSY); in nfs4_alloc_slot()
169 struct nfs4_slot **p; in nfs4_reset_slot_table()
[all …]
Dcallback_proc.c302 struct nfs4_slot *slot; in validate_seqid()
Dnfs4proc.c436 struct nfs4_slot *slot; in nfs41_sequence_done()
562 struct nfs4_slot *slot; in nfs41_setup_sequence()
Dnfs4xdr.c1829 struct nfs4_slot *slot = args->sa_slot; in encode_sequence()