repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
split up constants.h some
[trinity.git]
/
syscalls
/
ustat.c
blob
032188d50190e5ce8817762655d4609c7f645cca
1
/*
2
* SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_ustat
= {
7
.
name
=
"ustat"
,
8
.
num_args
=
2
,
9
.
arg1name
=
"dev"
,
10
.
arg2name
=
"ubuf"
,
11
.
arg2type
=
ARG_ADDRESS
,
12
.
group
=
GROUP_VFS
,
13
};