cregit-Linux how code gets into the kernel

Release 4.11 fs/ncpfs/ncp_fs_i.h

Directory: fs/ncpfs
/*
 *  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)3864.41%444.44%
Al Viro813.56%222.22%
Petr Vandrovec711.86%111.11%
Linus Torvalds46.78%111.11%
Ingo Molnar23.39%111.11%
Total59100.00%9100.00%
Directory: fs/ncpfs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.