Lines Matching refs:u32
15 #define NFS4_NO_SLOT ((u32)-1)
24 u32 slot_nr;
25 u32 seq_nr;
26 u32 seq_nr_last_acked;
27 u32 seq_nr_highest_sent;
45 u32 max_slots; /* # slots in table */
46 u32 max_slotid; /* Max allowed slotid value */
47 u32 highest_used_slotid; /* sent to server on each SEQ.
49 u32 target_highest_slotid; /* Server max_slot target */
50 u32 server_highest_slotid; /* Server highest slotid */
64 u32 flags;
66 u32 hash_alg;
67 u32 ssv_len;
86 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
88 u32 slotid, u32 seq_nr,
103 u32 slotid) in nfs4_test_locked_slot()
115 u32 target_highest_slotid);