Merge tag 'sched-urgent-2024-01-18' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / fs / dlm / user.h
CommitLineData
2522fe45 1/* SPDX-License-Identifier: GPL-2.0-only */
597d0cae 2/*
7fe2b319 3 * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved.
597d0cae
DT
4 */
5
6#ifndef __USER_DOT_H__
7#define __USER_DOT_H__
8
5ce9ef30 9void dlm_purge_lkb_callbacks(struct dlm_lkb *lkb);
8304d6f2 10void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode,
61bed0ba 11 int status, uint32_t sbflags);
597d0cae
DT
12int dlm_user_init(void);
13void dlm_user_exit(void);
0f8e0d9a 14int dlm_device_deregister(struct dlm_ls *ls);
dc68c7ed 15int dlm_user_daemon_available(void);
597d0cae
DT
16
17#endif