Home
last modified time | relevance | path

Searched refs:open_context (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/fs/nfs/
Dnfs42proc.c64 status = nfs4_set_rw_stateid(&args.falloc_stateid, lock->open_context, in _nfs42_proc_fallocate()
107 exception.state = lock->open_context->state; in nfs42_proc_fallocate()
332 src_lock->open_context, src_lock, FMODE_READ); in _nfs42_proc_copy()
344 status = nfs4_set_rw_stateid(&args->dst_stateid, dst_lock->open_context, in _nfs42_proc_copy()
364 &src_lock->open_context->state->flags); in _nfs42_proc_copy()
366 &dst_lock->open_context->state->flags); in _nfs42_proc_copy()
438 src_exception.state = src_lock->open_context->state; in nfs42_proc_copy()
446 dst_exception.state = dst_lock->open_context->state; in nfs42_proc_copy()
676 status = nfs4_set_rw_stateid(&args.sa_stateid, lock->open_context, in _nfs42_proc_llseek()
715 exception.state = lock->open_context->state; in nfs42_proc_llseek()
[all …]
Dnfs3proc.c924 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) { in nfs3_nlm_alloc_call()
925 get_nfs_open_context(l_ctx->open_context); in nfs3_nlm_alloc_call()
926 nfs_get_lock_context(l_ctx->open_context); in nfs3_nlm_alloc_call()
933 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) in nfs3_nlm_unlock_prepare()
943 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) { in nfs3_nlm_release_call()
944 ctx = l_ctx->open_context; in nfs3_nlm_release_call()
Dpagelist.c134 struct inode *inode = d_inode(l_ctx->open_context->dentry); in nfs_async_iocounter_wait()
439 struct nfs_open_context *ctx = l_ctx->open_context; in __nfs_create_request()
564 ctx = l_ctx->open_context; in nfs_clear_request()
Dnfs4file.c76 inode = NFS_PROTO(dir)->open_context(dir, ctx, openflags, &attr, NULL); in nfs4_file_open()
Dinode.c963 new->open_context = get_nfs_open_context(ctx); in nfs_get_lock_context()
964 if (new->open_context) { in nfs_get_lock_context()
981 struct nfs_open_context *ctx = l_ctx->open_context; in nfs_put_lock_context()
1050 ctx->lock_context.open_context = ctx; in alloc_nfs_open_context()
Dnfs4state.c1004 fl_flock_owner = l_ctx->open_context->flock_owner; in nfs4_copy_lock_stateid()
Ddir.c2097 inode = NFS_PROTO(dir)->open_context(dir, ctx, open_flags, &attr, &created); in nfs_atomic_open()
Dnfs4proc.c6922 if (test_bit(NFS_CONTEXT_UNLOCK, &calldata->l_ctx->open_context->flags) && in nfs4_locku_prepare()
10658 .open_context = nfs4_atomic_open,
/linux-5.19.10/include/linux/
Dnfs_page.h214 return req->wb_lock_context->open_context; in nfs_req_openctx()
Dnfs_fs.h69 struct nfs_open_context *open_context; member
Dnfs_xdr.h1797 struct inode * (*open_context) (struct inode *dir, member