Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dnfs42proc.c64 status = nfs4_set_rw_stateid(&args.falloc_stateid, lock->open_context, in _nfs42_proc_fallocate()
112 exception.state = lock->open_context->state; in nfs42_proc_fallocate()
337 src_lock->open_context, src_lock, FMODE_READ); in _nfs42_proc_copy()
349 status = nfs4_set_rw_stateid(&args->dst_stateid, dst_lock->open_context, in _nfs42_proc_copy()
369 &src_lock->open_context->state->flags); in _nfs42_proc_copy()
371 &dst_lock->open_context->state->flags); in _nfs42_proc_copy()
443 src_exception.state = src_lock->open_context->state; in nfs42_proc_copy()
451 dst_exception.state = dst_lock->open_context->state; in nfs42_proc_copy()
681 status = nfs4_set_rw_stateid(&args.sa_stateid, lock->open_context, in _nfs42_proc_llseek()
720 exception.state = lock->open_context->state; in nfs42_proc_llseek()
[all …]
Dnfs3proc.c925 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) { in nfs3_nlm_alloc_call()
926 get_nfs_open_context(l_ctx->open_context); in nfs3_nlm_alloc_call()
927 nfs_get_lock_context(l_ctx->open_context); in nfs3_nlm_alloc_call()
934 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) in nfs3_nlm_unlock_prepare()
944 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) { in nfs3_nlm_release_call()
945 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.c958 new->open_context = get_nfs_open_context(ctx); in nfs_get_lock_context()
959 if (new->open_context) { in nfs_get_lock_context()
976 struct nfs_open_context *ctx = l_ctx->open_context; in nfs_put_lock_context()
1045 ctx->lock_context.open_context = ctx; in alloc_nfs_open_context()
Dnfs4state.c1002 fl_flock_owner = l_ctx->open_context->flock_owner; in nfs4_copy_lock_stateid()
Ddir.c2106 inode = NFS_PROTO(dir)->open_context(dir, ctx, open_flags, &attr, &created); in nfs_atomic_open()
Dnfs4proc.c6935 if (test_bit(NFS_CONTEXT_UNLOCK, &calldata->l_ctx->open_context->flags) && in nfs4_locku_prepare()
10684 .open_context = nfs4_atomic_open,
/linux-6.1.9/include/linux/
Dnfs_page.h213 return req->wb_lock_context->open_context; in nfs_req_openctx()
Dnfs_fs.h69 struct nfs_open_context *open_context; member
Dnfs_xdr.h1798 struct inode * (*open_context) (struct inode *dir, member