Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnfs_fs_sb.h192 struct nfs4_slot *slots; /* seqid per slot */
204 static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp) in slot_idx()
Dnfs_xdr.h170 struct nfs4_slot { struct
182 struct nfs4_slot *sr_slot; /* slot used to send request */ argument
/linux-2.6.39/fs/nfs/
Dcallback_proc.c275 struct nfs4_slot *slot; in validate_seqid()
Dnfs4state.c1566 struct nfs4_slot *new, *old; in nfs4_recall_slot()
1570 new = kmalloc(fc_tbl->target_max_slots * sizeof(struct nfs4_slot), in nfs4_recall_slot()
Dnfs4proc.c361 nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *free_slot) in nfs4_free_slot()
537 struct nfs4_slot *slot; in nfs41_setup_sequence()
4908 struct nfs4_slot *new = NULL; in nfs4_reset_slot_table()
4918 new = kmalloc(max_reqs * sizeof(struct nfs4_slot), in nfs4_reset_slot_table()
4977 struct nfs4_slot *slot; in nfs4_init_slot_table()
4984 slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_NOFS); in nfs4_init_slot_table()
Dnfs4xdr.c1781 struct nfs4_slot *slot; in encode_sequence()