cregit-Linux how code gets into the kernel

Release 4.15 include/linux/anon_inodes.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  include/linux/anon_inodes.h
 *
 *  Copyright (C) 2007  Davide Libenzi <davidel@xmailserver.org>
 *
 */

#ifndef _LINUX_ANON_INODES_H

#define _LINUX_ANON_INODES_H

struct file_operations;

struct file *anon_inode_getfile(const char *name,
				const struct file_operations *fops,
				void *priv, int flags);
int anon_inode_getfd(const char *name, const struct file_operations *fops,
		     void *priv, int flags);

#endif /* _LINUX_ANON_INODES_H */


Overall Contributors

PersonTokensPropCommitsCommitProp
Davide Libenzi5388.33%240.00%
Tomasz Stanislawski35.00%120.00%
Ulrich Drepper35.00%120.00%
Greg Kroah-Hartman11.67%120.00%
Total60100.00%5100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.