⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sysv_fs_i.h

📁 LINUX1.0内核源代码,学习LINUX编程的一定要看。
💻 H
字号:
#ifndef _SYSV_FS_I#define _SYSV_FS_I/* * SystemV/Coherent FS inode data in memory */struct sysv_inode_info {	unsigned long i_data[10+1+1+1];	/* zone numbers: max. 10 data blocks,					 * then 1 indirection block,					 * then 1 double indirection block,					 * then 1 triple indirection block.					 */	/* the following are only used if  block_size < BLOCK_SIZE  */	int i_lock;			/* lock to protect against simultaneous	*/	struct wait_queue * i_wait;	/* write and truncate			*/					/*					*/};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -