Searched refs:nfs4_set_rw_stateid (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/nfs/ |
| D | nfs42proc.c | 41 status = nfs4_set_rw_stateid(&args.falloc_stateid, lock->open_context, in _nfs42_proc_fallocate() 239 status = nfs4_set_rw_stateid(&args->src_stateid, src_lock->open_context, in _nfs42_proc_copy() 249 status = nfs4_set_rw_stateid(&args->dst_stateid, dst_lock->open_context, in _nfs42_proc_copy() 484 status = nfs4_set_rw_stateid(&args.sa_stateid, lock->open_context, in _nfs42_proc_llseek() 860 status = nfs4_set_rw_stateid(&args.src_stateid, src_lock->open_context, in _nfs42_proc_clone() 865 status = nfs4_set_rw_stateid(&args.dst_stateid, dst_lock->open_context, in _nfs42_proc_clone()
|
| D | nfs4_fs.h | 310 extern int nfs4_set_rw_stateid(nfs4_stateid *stateid,
|
| D | nfs4proc.c | 5087 int nfs4_set_rw_stateid(nfs4_stateid *stateid, in nfs4_set_rw_stateid() function 5094 EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid); 5104 if (nfs4_set_rw_stateid(¤t_stateid, ctx, l_ctx, fmode) == -EIO) in nfs4_stateid_is_current() 5195 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context, in nfs4_proc_pgio_rpc_prepare()
|
| /Linux-v5.4/fs/nfs/filelayout/ |
| D | filelayout.c | 286 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context, in filelayout_read_prepare() 384 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context, in filelayout_write_prepare()
|