cregit-Linux how code gets into the kernel

Release 4.10 fs/ocfs2/ioctl.h

Directory: fs/ocfs2
/*
 * 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

PersonTokensPropCommitsCommitProp
herbert poetzlherbert poetzl2353.49%125.00%
mark fashehmark fasheh1637.21%125.00%
tristan yetristan ye36.98%125.00%
andi kleenandi kleen12.33%125.00%
Total43100.00%4100.00%
Directory: fs/ocfs2
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.