Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dcallback_proc.c229 lo->plh_return_seq != 0) { in pnfs_check_callback_stateid()
230 if (newseq < lo->plh_return_seq) in pnfs_check_callback_stateid()
232 if (newseq > lo->plh_return_seq) in pnfs_check_callback_stateid()
Dpnfs.c321 WARN_ON_ONCE(lo->plh_return_seq != 0 && lo->plh_return_seq != seq); in pnfs_set_plh_return_info()
322 lo->plh_return_seq = seq; in pnfs_set_plh_return_info()
331 lo->plh_return_seq = 0; in pnfs_clear_layoutreturn_info()
1107 if (lo->plh_return_seq != 0) in pnfs_prepare_layoutreturn()
1108 stateid->seqid = cpu_to_be32(lo->plh_return_seq); in pnfs_prepare_layoutreturn()
1182 seq = lo->plh_return_seq; in pnfs_layout_need_return()
Dpnfs.h199 u32 plh_return_seq; member