Home
last modified time | relevance | path

Searched refs:NFS_CONTEXT_UNLOCK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dnfs3proc.c925 if (l_ctx && test_bit(NFS_CONTEXT_UNLOCK, &l_ctx->open_context->flags)) { 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()
970 set_bit(NFS_CONTEXT_UNLOCK, &ctx->flags); in nfs3_proc_lock()
H A Dpagelist.c661 if (test_bit(NFS_CONTEXT_UNLOCK, &ctx->flags)) in nfs_clear_request()
H A Dnfs4proc.c6960 if (test_bit(NFS_CONTEXT_UNLOCK, &calldata->l_ctx->open_context->flags) && in nfs4_locku_prepare()
7018 set_bit(NFS_CONTEXT_UNLOCK, &ctx->flags); in nfs4_do_unlck()
/openbmc/linux/include/linux/
H A Dnfs_fs.h92 #define NFS_CONTEXT_UNLOCK (3) macro