Searched refs:nfs4_slot (Results 1 – 5 of 5) sorted by relevance
18 struct nfs4_slot { struct20 struct nfs4_slot *next; argument35 struct nfs4_slot *slots; /* seqid per slot */ argument79 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);
31 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 …]
302 struct nfs4_slot *slot; in validate_seqid()
436 struct nfs4_slot *slot; in nfs41_sequence_done()562 struct nfs4_slot *slot; in nfs41_setup_sequence()
1829 struct nfs4_slot *slot = args->sa_slot; in encode_sequence()