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

单选题:Which of the following structures should contain int (*link)(str

Luz5年前 (2021-05-10)题库677
Which of the following structures should contain int (*link)(struct dentry*, struct inode*, struct dentry*) ?@[B](1)
A. struct super_operations
B. struct inode_operations
C. struct file_operations
D. struct dentry_operations




A.struct super_operations
B.struct inode_operations
C.struct file_operations
D.struct dentry_operations


答案:B