?? sysv_fs_i.h
字號:
#ifndef _SYSV_FS_I#define _SYSV_FS_I/* * SystemV/V7/Coherent FS inode data in memory */struct sysv_inode_info { u32 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. */ u32 i_dir_start_lookup;};#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -