Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
Dnfs4session.c105 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_new_slot() argument
113 slot->seq_nr = seq_init; in nfs4_new_slot()
114 slot->seq_nr_highest_sent = seq_init; in nfs4_new_slot()
115 slot->seq_nr_last_acked = seq_init - 1; in nfs4_new_slot()
121 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_find_or_create_slot() argument
129 seq_init, gfp_mask); in nfs4_find_or_create_slot()