I wonder to find out the codes of the function "sys_access", but i could only find it`s declare:(in include\Syscalls.h)
asmlinkage long sys_access(const char __user *filename, int mode);
i guess it coded by Assemble, but how could i found that?
by the way , i use the source insight to read the linux kernel...it cannot find the symbol in file *.S . Is there more effective tools to read the linux kernel?