lkml.org 
[lkml]   [2013]   [May]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: definition of sys_access function
On 05/29/2013 03:12:57 AM, johnspaul92 wrote:
> Where can i find the definition of the sys_access function???
> I tried checking in syscalls.h. But there i found only the
> declaration.
> Where can i find the definition so that i can understand what that
> function
> actually does.

$ find linux -name "*.c" | xargs grep SYSCALL | grep '(access'
linux/fs/open.c:SYSCALL_DEFINE2(access, const char __user *, filename,
int, mode)

Rob

\
 
 \ /
  Last update: 2013-05-30 07:41    [W:0.303 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site