Searched refs:plh_stateid (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | callback_proc.c | 135 if (!nfs4_stateid_match_other(stateid, &lo->plh_stateid)) in __must_hold() 214 if (!nfs4_stateid_match_other(&lo->plh_stateid, new)) in pnfs_check_callback_stateid() 229 oldseq = be32_to_cpu(lo->plh_stateid.seqid); in pnfs_check_callback_stateid()
|
H A D | pnfs.c | 366 seq = be32_to_cpu(lo->plh_stateid.seqid); in pnfs_set_plh_return_info() 428 nfs4_stateid_match_other(dst, &lo->plh_stateid)) { in nfs4_layout_refresh_old_stateid() 430 if (!nfs4_stateid_is_newer(&lo->plh_stateid, dst)) { in nfs4_layout_refresh_old_stateid() 438 dst->seqid = lo->plh_stateid.seqid; in nfs4_layout_refresh_old_stateid() 980 /* update lo->plh_stateid with new if is more recent */ 985 u32 oldseq = be32_to_cpu(lo->plh_stateid.seqid); in pnfs_set_layout_stateid() 990 nfs4_stateid_copy(&lo->plh_stateid, new); in pnfs_set_layout_stateid() 998 nfs4_stateid_copy(&lo->plh_stateid, new); in pnfs_set_layout_stateid() 1010 pnfs_barrier_update(lo, be32_to_cpu(lo->plh_stateid.seqid)); in pnfs_set_layout_stateid() 1178 !nfs4_stateid_match_other(&lo->plh_stateid, arg_statei in pnfs_layoutreturn_free_lsegs() [all...] |
H A D | nfs42proc.c | 724 nfs4_stateid_copy(&data->args.stateid, &lo->plh_stateid); in nfs42_layoutstat_prepare() 756 &lo->plh_stateid)) { in nfs42_layoutstat_done() 775 &lo->plh_stateid)) { in nfs42_layoutstat_done() 777 if (!nfs4_stateid_is_newer(&lo->plh_stateid, in nfs42_layoutstat_done() 894 &lo->plh_stateid); in nfs42_layouterror_prepare() 925 &lo->plh_stateid)) { in nfs42_layouterror_done() 943 &lo->plh_stateid)) { in nfs42_layouterror_done() 945 if (!nfs4_stateid_is_newer(&lo->plh_stateid, in nfs42_layouterror_done()
|
H A D | nfs4trace.h | 1735 (lseg ? nfs_stateid_hash(&lseg->pls_layout->plh_stateid) : 0) 2097 be32_to_cpu(lo->plh_stateid.seqid); 2099 nfs_stateid_hash(&lo->plh_stateid); 2151 be32_to_cpu(lo->plh_stateid.seqid); 2153 nfs_stateid_hash(&lo->plh_stateid);
|
H A D | pnfs.h | 209 nfs4_stateid plh_stateid; member
|
H A D | nfs4proc.c | 9462 !nfs4_stateid_match_other(&lgp->args.stateid, &lo->plh_stateid)) { in nfs4_layoutget_handle_exception()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | callback_proc.c | 140 if (!nfs4_stateid_match_other(stateid, &lo->plh_stateid)) in __must_hold() 219 if (!nfs4_stateid_match_other(&lo->plh_stateid, new)) in pnfs_check_callback_stateid() 234 oldseq = be32_to_cpu(lo->plh_stateid.seqid); in pnfs_check_callback_stateid()
|
H A D | pnfs.c | 366 seq = be32_to_cpu(lo->plh_stateid.seqid); in pnfs_set_plh_return_info() 428 nfs4_stateid_match_other(dst, &lo->plh_stateid)) { in nfs4_layout_refresh_old_stateid() 430 if (!nfs4_stateid_is_newer(&lo->plh_stateid, dst)) { in nfs4_layout_refresh_old_stateid() 438 dst->seqid = lo->plh_stateid.seqid; in nfs4_layout_refresh_old_stateid() 979 /* update lo->plh_stateid with new if is more recent */ 984 u32 oldseq = be32_to_cpu(lo->plh_stateid.seqid); in pnfs_set_layout_stateid() 989 nfs4_stateid_copy(&lo->plh_stateid, new); in pnfs_set_layout_stateid() 997 nfs4_stateid_copy(&lo->plh_stateid, new); in pnfs_set_layout_stateid() 1009 pnfs_barrier_update(lo, be32_to_cpu(lo->plh_stateid.seqid)); in pnfs_set_layout_stateid() 1176 !nfs4_stateid_match_other(&lo->plh_stateid, arg_statei in pnfs_layoutreturn_free_lsegs() [all...] |
H A D | nfs42proc.c | 756 nfs4_stateid_copy(&data->args.stateid, &lo->plh_stateid); in nfs42_layoutstat_prepare() 788 &lo->plh_stateid)) { in nfs42_layoutstat_done() 807 &lo->plh_stateid)) { in nfs42_layoutstat_done() 809 if (!nfs4_stateid_is_newer(&lo->plh_stateid, in nfs42_layoutstat_done() 926 &lo->plh_stateid); in nfs42_layouterror_prepare() 957 &lo->plh_stateid)) { in nfs42_layouterror_done() 975 &lo->plh_stateid)) { in nfs42_layouterror_done() 977 if (!nfs4_stateid_is_newer(&lo->plh_stateid, in nfs42_layouterror_done()
|
H A D | nfs4trace.h | 1470 (lseg ? nfs_stateid_hash(&lseg->pls_layout->plh_stateid) : 0) 1822 be32_to_cpu(lo->plh_stateid.seqid); 1824 nfs_stateid_hash(&lo->plh_stateid); 1876 be32_to_cpu(lo->plh_stateid.seqid); 1878 nfs_stateid_hash(&lo->plh_stateid);
|
H A D | pnfs.h | 209 nfs4_stateid plh_stateid; member
|
H A D | nfs4proc.c | 9678 !nfs4_stateid_match_other(&lgp->args.stateid, &lo->plh_stateid)) { in nfs4_layoutget_handle_exception()
|
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 2071 &args->layout->plh_stateid, in ff_layout_encode_iostats_array()
|
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 2144 &args->layout->plh_stateid, in ff_layout_encode_iostats_array()
|
Completed in 52 milliseconds