]> Git Repo - J-linux.git/blob - include/linux/dlm_plock.h
Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/kernel...
[J-linux.git] / include / linux / dlm_plock.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2005-2008 Red Hat, Inc.  All rights reserved.
4  */
5 #ifndef __DLM_PLOCK_DOT_H__
6 #define __DLM_PLOCK_DOT_H__
7
8 #include <uapi/linux/dlm_plock.h>
9
10 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
11                 int cmd, struct file_lock *fl);
12 int dlm_posix_unlock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
13                 struct file_lock *fl);
14 int dlm_posix_cancel(dlm_lockspace_t *lockspace, u64 number, struct file *file,
15                      struct file_lock *fl);
16 int dlm_posix_get(dlm_lockspace_t *lockspace, u64 number, struct file *file,
17                 struct file_lock *fl);
18 #endif
This page took 0.027947 seconds and 4 git commands to generate.