-->
当前位置:首页 > 题库

单选题:Which of the following fields of struct ext2_inode points to the

Luz5年前 (2021-05-10)题库725
Which of the following fields of struct ext2_inode points to the actual file content (not metadata)?@[C](1)
A. __u32 i_blocks;
B. __16 i_links_count;
C. __u32 i_block[EXT2_N_BLOCKS];
D. __u32 i_faddr;




A.__u32 i_blocks;
B.__16 i_links_count;
C.__u32 i_block[EXT2_N_BLOCKS];
D.__u32 i_faddr;


答案:C