Searched refs:plh_stateid (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | nfs42proc.c | 551 nfs4_stateid_copy(&data->args.stateid, &lo->plh_stateid); in nfs42_layoutstat_prepare() 583 &lo->plh_stateid)) { in nfs42_layoutstat_done() 602 &lo->plh_stateid)) { in nfs42_layoutstat_done() 604 if (!nfs4_stateid_is_newer(&lo->plh_stateid, in nfs42_layoutstat_done()
|
D | pnfs.c | 380 if (lo && nfs4_stateid_match_other(dst, &lo->plh_stateid)) { in nfs4_layoutreturn_refresh_stateid() 383 dst->seqid = lo->plh_stateid.seqid; in nfs4_layoutreturn_refresh_stateid() 890 oldseq = be32_to_cpu(lo->plh_stateid.seqid); in pnfs_set_layout_stateid() 894 nfs4_stateid_copy(&lo->plh_stateid, new); in pnfs_set_layout_stateid() 901 nfs4_stateid_copy(&lo->plh_stateid, new); in pnfs_set_layout_stateid() 1075 !nfs4_stateid_match_other(&lo->plh_stateid, arg_stateid)) in pnfs_layoutreturn_free_lsegs() 1106 nfs4_stateid_copy(stateid, &lo->plh_stateid); in pnfs_prepare_layoutreturn() 1116 nfs4_stateid_copy(stateid, &lo->plh_stateid); in pnfs_prepare_layoutreturn() 1923 nfs4_stateid_copy(&stateid, &lo->plh_stateid); in pnfs_update_layout() 2242 } else if (nfs4_stateid_match_other(&lo->plh_stateid, &res->stateid)) { in pnfs_layout_process() [all …]
|
D | callback_proc.c | 134 !nfs4_stateid_match_other(stateid, &lo->plh_stateid)) in nfs_layout_find_inode_by_stateid() 223 if (!nfs4_stateid_match_other(&lo->plh_stateid, new)) in pnfs_check_callback_stateid() 238 oldseq = be32_to_cpu(lo->plh_stateid.seqid); in pnfs_check_callback_stateid()
|
D | pnfs.h | 197 nfs4_stateid plh_stateid; member
|
D | nfs4trace.h | 1579 be32_to_cpu(lo->plh_stateid.seqid); 1581 nfs_stateid_hash(&lo->plh_stateid);
|
D | nfs4proc.c | 8824 !nfs4_stateid_match_other(&lgp->args.stateid, &lo->plh_stateid)) { in nfs4_layoutget_handle_exception()
|
/Linux-v4.19/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1984 &args->layout->plh_stateid, in ff_layout_encode_iostats_array()
|