Home
last modified time | relevance | path

Searched refs:plh_return_seq (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dcallback_proc.c220 lo->plh_return_seq != 0) { in pnfs_check_callback_stateid()
221 if (newseq < lo->plh_return_seq) in pnfs_check_callback_stateid()
223 if (newseq > lo->plh_return_seq) in pnfs_check_callback_stateid()
H A Dpnfs.c362 * We must set lo->plh_return_seq to avoid livelocks with in pnfs_set_plh_return_info()
367 if (!lo->plh_return_seq || pnfs_seqid_is_newer(seq, lo->plh_return_seq)) in pnfs_set_plh_return_info()
368 lo->plh_return_seq = seq; in pnfs_set_plh_return_info()
377 lo->plh_return_seq = 0; in pnfs_clear_layoutreturn_info()
1211 if (lo->plh_return_seq != 0) in pnfs_prepare_layoutreturn()
1212 stateid->seqid = cpu_to_be32(lo->plh_return_seq); in pnfs_prepare_layoutreturn()
1297 lo->plh_return_seq); in pnfs_layout_need_return()
H A Dpnfs.h211 u32 plh_return_seq; member
/kernel/linux/linux-6.6/fs/nfs/
H A Dcallback_proc.c225 lo->plh_return_seq != 0) { in pnfs_check_callback_stateid()
226 if (newseq < lo->plh_return_seq) in pnfs_check_callback_stateid()
228 if (newseq > lo->plh_return_seq) in pnfs_check_callback_stateid()
H A Dpnfs.c362 * We must set lo->plh_return_seq to avoid livelocks with in pnfs_set_plh_return_info()
367 if (!lo->plh_return_seq || pnfs_seqid_is_newer(seq, lo->plh_return_seq)) in pnfs_set_plh_return_info()
368 lo->plh_return_seq = seq; in pnfs_set_plh_return_info()
377 lo->plh_return_seq = 0; in pnfs_clear_layoutreturn_info()
1209 if (lo->plh_return_seq != 0) in pnfs_prepare_layoutreturn()
1210 stateid->seqid = cpu_to_be32(lo->plh_return_seq); in pnfs_prepare_layoutreturn()
1295 lo->plh_return_seq); in pnfs_layout_need_return()
H A Dpnfs.h211 u32 plh_return_seq; member

Completed in 14 milliseconds