Release 4.11 fs/ocfs2/ioctl.h
/*
* 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 | 53.49% | 1 | 25.00% |
Mark Fasheh | 16 | 37.21% | 1 | 25.00% |
Tristan Ye | 3 | 6.98% | 1 | 25.00% |
Andi Kleen | 1 | 2.33% | 1 | 25.00% |
Total | 43 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.