Searched refs:open_context (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/fs/nfs/ |
| D | nfs42proc.c | 63 status = nfs4_set_rw_stateid(&args.falloc_stateid, lock->open_context, in _nfs42_proc_fallocate() 97 exception.state = lock->open_context->state; in nfs42_proc_fallocate() 293 src_lock->open_context, src_lock, FMODE_READ); in _nfs42_proc_copy() 305 status = nfs4_set_rw_stateid(&args->dst_stateid, dst_lock->open_context, in _nfs42_proc_copy() 325 &src_lock->open_context->state->flags); in _nfs42_proc_copy() 327 &dst_lock->open_context->state->flags); in _nfs42_proc_copy() 407 src_exception.state = src_lock->open_context->state; in nfs42_proc_copy() 415 dst_exception.state = dst_lock->open_context->state; in nfs42_proc_copy() 640 status = nfs4_set_rw_stateid(&args.sa_stateid, lock->open_context, in _nfs42_proc_llseek() 675 exception.state = lock->open_context->state; in nfs42_proc_llseek() [all …]
|
| D | nfs3proc.c | 902 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) { in nfs3_nlm_alloc_call() 903 get_nfs_open_context(l_ctx->open_context); in nfs3_nlm_alloc_call() 904 nfs_get_lock_context(l_ctx->open_context); in nfs3_nlm_alloc_call() 911 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) in nfs3_nlm_unlock_prepare() 921 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) { in nfs3_nlm_release_call() 922 ctx = l_ctx->open_context; in nfs3_nlm_release_call()
|
| D | pagelist.c | 134 struct inode *inode = d_inode(l_ctx->open_context->dentry); in nfs_async_iocounter_wait() 440 struct nfs_open_context *ctx = l_ctx->open_context; in __nfs_create_request() 570 ctx = l_ctx->open_context; in nfs_clear_request()
|
| D | nfs4file.c | 74 inode = NFS_PROTO(dir)->open_context(dir, ctx, openflags, &attr, NULL); in nfs4_file_open()
|
| D | inode.c | 908 new->open_context = get_nfs_open_context(ctx); in nfs_get_lock_context() 909 if (new->open_context) { in nfs_get_lock_context() 926 struct nfs_open_context *ctx = l_ctx->open_context; in nfs_put_lock_context() 996 ctx->lock_context.open_context = ctx; in alloc_nfs_open_context()
|
| D | nfs4state.c | 1002 fl_flock_owner = l_ctx->open_context->flock_owner; in nfs4_copy_lock_stateid()
|
| D | dir.c | 1731 inode = NFS_PROTO(dir)->open_context(dir, ctx, open_flags, &attr, &created); in nfs_atomic_open()
|
| D | nfs4proc.c | 6753 if (test_bit(NFS_CONTEXT_UNLOCK, &calldata->l_ctx->open_context->flags) && in nfs4_locku_prepare() 10388 .open_context = nfs4_atomic_open,
|
| /Linux-v5.10/include/linux/ |
| D | nfs_page.h | 214 return req->wb_lock_context->open_context; in nfs_req_openctx()
|
| D | nfs_fs.h | 62 struct nfs_open_context *open_context; member
|
| D | nfs_xdr.h | 1774 struct inode * (*open_context) (struct inode *dir, member
|