Release 4.16 fs/ocfs2/ioctl.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* ioctl.h
*
* Function prototypes
*
* Copyright (C) 2006 Herbert Poetzl
*
*/
#ifndef OCFS2_IOCTL_PROTO_H
#define OCFS2_IOCTL_PROTO_H
long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
#endif /* OCFS2_IOCTL_PROTO_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Herbert Pötzl | 23 | 52.27% | 1 | 20.00% |
Mark Fasheh | 16 | 36.36% | 1 | 20.00% |
Tristan Ye | 3 | 6.82% | 1 | 20.00% |
Andi Kleen | 1 | 2.27% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 2.27% | 1 | 20.00% |
Total | 44 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.