Searched refs:nfs4_slot_table (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4session.h22 struct nfs4_slot_table *table;
39 struct nfs4_slot_table { struct
72 struct nfs4_slot_table fc_slot_table;
74 struct nfs4_slot_table bc_slot_table;
83 extern int nfs4_setup_slot_table(struct nfs4_slot_table *tbl,
85 extern void nfs4_shutdown_slot_table(struct nfs4_slot_table *tbl);
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);
88 extern int nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl,
91 extern bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tb
[all...]
H A Dnfs4session.c27 static void nfs4_init_slot_table(struct nfs4_slot_table *tbl, const char *queue)
39 static void nfs4_shrink_slot_table(struct nfs4_slot_table *tbl, u32 newsize)
62 void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl)
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,
120 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl,
142 static void nfs4_lock_slot(struct nfs4_slot_table *tbl,
159 bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot)
172 struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid)
179 static int nfs4_slot_get_seqid(struct nfs4_slot_table *tb
[all...]
H A Dcallback_proc.c406 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot,
460 struct nfs4_slot_table *tbl;
499 struct nfs4_slot_table *tbl;
652 struct nfs4_slot_table *fc_tbl;
H A Dcallback_xdr.c791 struct nfs4_slot_table *tbl = &session->bc_slot_table;
H A Dnfs4state.c257 static void nfs4_end_drain_slot_table(struct nfs4_slot_table *tbl)
281 static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl)
H A Dnfs4client.c342 struct nfs4_slot_table *tbl;
H A Dnfs4proc.c748 struct nfs4_slot_table *tbl;
772 struct nfs4_slot_table *tbl;
1082 struct nfs4_slot_table *tbl = client->cl_slot_tbl;
H A Dnfs4xdr.c1951 struct nfs4_slot_table *tp;
/linux-master/include/linux/
H A Dnfs_fs_sb.h95 struct nfs4_slot_table *cl_slot_tbl;
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c131 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table;
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1092 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table;

Completed in 226 milliseconds