Searched refs:pnfs_seqid_is_newer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pnfs.c | 342 static bool pnfs_seqid_is_newer(u32 s1, u32 s2) in pnfs_seqid_is_newer() function 349 if (pnfs_seqid_is_newer(newseq, lo->plh_barrier) || !lo->plh_barrier) in pnfs_barrier_update() 367 if (!lo->plh_return_seq || pnfs_seqid_is_newer(seq, lo->plh_return_seq)) in pnfs_set_plh_return_info() 688 if (seq != 0 && pnfs_seqid_is_newer(lseg->pls_seq, seq)) in pnfs_match_lseg_recall() 997 if (pnfs_seqid_is_newer(newseq, oldseq)) in pnfs_set_layout_stateid() 1019 return lo->plh_barrier && pnfs_seqid_is_newer(lo->plh_barrier, seqid); in pnfs_layout_stateid_blocked()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs.c | 342 static bool pnfs_seqid_is_newer(u32 s1, u32 s2) in pnfs_seqid_is_newer() function 349 if (pnfs_seqid_is_newer(newseq, lo->plh_barrier) || !lo->plh_barrier) in pnfs_barrier_update() 367 if (!lo->plh_return_seq || pnfs_seqid_is_newer(seq, lo->plh_return_seq)) in pnfs_set_plh_return_info() 684 if (seq != 0 && pnfs_seqid_is_newer(lseg->pls_seq, seq)) in pnfs_match_lseg_recall() 996 if (pnfs_seqid_is_newer(newseq, oldseq)) in pnfs_set_layout_stateid() 1018 return lo->plh_barrier && pnfs_seqid_is_newer(lo->plh_barrier, seqid); in pnfs_layout_stateid_blocked()
|
Completed in 9 milliseconds