Blame view

fs/dlm/user.h 586 Bytes
597d0cae0   David Teigland   [DLM] dlm: user l...
1
  /*
7fe2b3190   David Teigland   dlm: fix ordering...
2
   * Copyright (C) 2006-2010 Red Hat, Inc.  All rights reserved.
597d0cae0   David Teigland   [DLM] dlm: user l...
3
4
5
6
7
8
9
10
   *
   * This copyrighted material is made available to anyone wishing to use,
   * modify, copy, or redistribute it subject to the terms and conditions
   * of the GNU General Public License v.2.
   */
  
  #ifndef __USER_DOT_H__
  #define __USER_DOT_H__
8304d6f24   David Teigland   dlm: record full ...
11
12
  void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode,
                        int status, uint32_t sbflags, uint64_t seq);
597d0cae0   David Teigland   [DLM] dlm: user l...
13
14
  int dlm_user_init(void);
  void dlm_user_exit(void);
0f8e0d9a3   David Teigland   dlm: allow multip...
15
  int dlm_device_deregister(struct dlm_ls *ls);
dc68c7ed3   David Teigland   dlm: detect avail...
16
  int dlm_user_daemon_available(void);
597d0cae0   David Teigland   [DLM] dlm: user l...
17
18
  
  #endif