sys_open 是经过宏替换定义的,源码在fs/open.c中。 SYSCALL_DEFINE3(open, const char __user *, filename, int, flags, umode_t, mode) { if ( ...
確定! 回上一頁