Searched refs:nfs4_set_rw_stateid (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/nfs/ |
D | nfs42proc.c | 64 status = nfs4_set_rw_stateid(&args.falloc_stateid, lock->open_context, in _nfs42_proc_fallocate() 336 status = nfs4_set_rw_stateid(&args->src_stateid, in _nfs42_proc_copy() 349 status = nfs4_set_rw_stateid(&args->dst_stateid, dst_lock->open_context, in _nfs42_proc_copy() 603 status = nfs4_set_rw_stateid(&args->cna_src_stateid, ctx, l_ctx, in _nfs42_proc_copy_notify() 681 status = nfs4_set_rw_stateid(&args.sa_stateid, lock->open_context, in _nfs42_proc_llseek() 1070 status = nfs4_set_rw_stateid(&args.src_stateid, src_lock->open_context, in _nfs42_proc_clone() 1077 status = nfs4_set_rw_stateid(&args.dst_stateid, dst_lock->open_context, in _nfs42_proc_clone()
|
D | nfs4_fs.h | 317 extern int nfs4_set_rw_stateid(nfs4_stateid *stateid,
|
D | nfs4proc.c | 5344 int nfs4_set_rw_stateid(nfs4_stateid *stateid, in nfs4_set_rw_stateid() function 5351 EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid); 5361 if (nfs4_set_rw_stateid(&_current_stateid, ctx, l_ctx, fmode) == -EIO) in nfs4_stateid_is_current() 5483 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context, in nfs4_proc_pgio_rpc_prepare()
|
/Linux-v6.1/fs/nfs/filelayout/ |
D | filelayout.c | 289 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context, in filelayout_read_prepare() 385 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context, in filelayout_write_prepare()
|