cregit-Linux how code gets into the kernel

Release 4.16 drivers/staging/ncpfs/ncp_fs_i.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  ncp_fs_i.h
 *
 *  Copyright (C) 1995 Volker Lendecke
 *
 */

#ifndef _LINUX_NCP_FS_I

#define _LINUX_NCP_FS_I

/*
 * This is the ncpfs part of the inode structure. This must contain
 * all the information we need to work with an inode after creation.
 */

struct ncp_inode_info {
	
__le32	dirEntNum;
	
__le32	DosDirNum;
	
__u8	volNumber;
	
__le32	nwattr;
	
struct mutex open_mutex;
	
atomic_t	opened;
	
int	access;
	
int	flags;

#define NCPI_KLUDGE_SYMLINK	0x0001

#define NCPI_DIR_CACHE		0x0002
	
__u8	file_handle[6];
	
struct inode vfs_inode;
};

#endif	/* _LINUX_NCP_FS_I */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)3863.33%440.00%
Al Viro813.33%220.00%
Petr Vandrovec711.67%110.00%
Linus Torvalds46.67%110.00%
Ingo Molnar23.33%110.00%
Greg Kroah-Hartman11.67%110.00%
Total60100.00%10100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.