From: Rob Landley <rob@landley.net>
To: johnspaul92 <johns@ti.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: definition of sys_access function
Date: Wed, 29 May 2013 23:59:42 -0500 [thread overview]
Message-ID: <1369889982.2776.48@driftwood> (raw)
In-Reply-To: <1369815177019-657210.post@n7.nabble.com> (from johns@ti.com on Wed May 29 03:12:57 2013)
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
next prev parent reply other threads:[~2013-05-30 4:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-29 8:12 definition of sys_access function johnspaul92
2013-05-29 8:19 ` richard -rw- weinberger
2013-05-29 8:27 ` johnspaul92
2013-05-29 9:18 ` Wang, Yalin
2013-05-29 8:28 ` Wang, Yalin
2013-05-29 9:22 ` johnspaul92
2013-05-30 4:59 ` Rob Landley [this message]
2013-12-23 5:14 ` goresh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1369889982.2776.48@driftwood \
--to=rob@landley.net \
--cc=johns@ti.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox