long sys_open(const char __user *filename, int flags, umode_t mode). 形参filename 实际上就是路径名;flags 表示打开模式,诸如只读、新建等 ...
確定! 回上一頁