Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dpnfs.c368 if (!lo->plh_return_seq || pnfs_seqid_is_newer(seq, lo->plh_return_seq)) in pnfs_set_plh_return_info()
369 lo->plh_return_seq = seq; in pnfs_set_plh_return_info()
378 lo->plh_return_seq = 0; in pnfs_clear_layoutreturn_info()
1311 if (atomic_read(&lo->plh_outstanding) != 0 && lo->plh_return_seq == 0) in pnfs_prepare_layoutreturn()
1320 if (lo->plh_return_seq != 0) in pnfs_prepare_layoutreturn()
1321 stateid->seqid = cpu_to_be32(lo->plh_return_seq); in pnfs_prepare_layoutreturn()
1394 lo->plh_return_seq) != EBUSY; in pnfs_layout_need_return()
H A Dpnfs.h215 u32 plh_return_seq; member