以什么方式do_filp_open在linux内核2.6中调用dentry_open

时间:2013-12-05 17:19:06

标签: linux linux-kernel kernel

我正在使用linux内核2.6。

在函数do_sys_open中,调用了filp_open:

struct file *f = do_filp_open(dfd, tmp, flags, mode, 0);

这个函数在某处调用dentry_open()。我不明白这个函数的调用位置。

0 个答案:

没有答案