Blame view

fs/ocfs2/ioctl.h 369 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
ca4d147e6   Herbert Poetzl   ocfs2: add ext2 a...
2
3
4
5
6
7
8
9
  /*
   * ioctl.h
   *
   * Function prototypes
   *
   * Copyright (C) 2006 Herbert Poetzl
   *
   */
9df5778ec   Tristan Ye   Ocfs2: Move ocfs2...
10
11
  #ifndef OCFS2_IOCTL_PROTO_H
  #define OCFS2_IOCTL_PROTO_H
ca4d147e6   Herbert Poetzl   ocfs2: add ext2 a...
12

c9ec14884   Andi Kleen   ocfs2: Convert oc...
13
  long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
586d232b1   Mark Fasheh   ocfs2: Implement ...
14
  long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
ca4d147e6   Herbert Poetzl   ocfs2: add ext2 a...
15

9df5778ec   Tristan Ye   Ocfs2: Move ocfs2...
16
  #endif /* OCFS2_IOCTL_PROTO_H */