Home
last modified time | relevance | path

Searched defs:grouplist (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/
H A Dgroups.c37 static int groups_to_user(gid_t __user *grouplist, in groups_to_user()
55 gid_t __user *grouplist) in groups_from_user()
161 SYSCALL_DEFINE2(getgroups, int, gidsetsize, gid_t __user *, grouplist) in SYSCALL_DEFINE2() argument
198 SYSCALL_DEFINE2(setgroups, int, gidsetsize, gid_t __user *, grouplist) in SYSCALL_DEFINE2() argument
H A Duid16.c114 static int groups16_to_user(old_gid_t __user *grouplist, in groups16_to_user()
133 old_gid_t __user *grouplist) in groups16_from_user()
154 SYSCALL_DEFINE2(getgroups16, int, gidsetsize, old_gid_t __user *, grouplist) in SYSCALL_DEFINE2() argument
177 SYSCALL_DEFINE2(setgroups16, int, gidsetsize, old_gid_t __user *, grouplist) in SYSCALL_DEFINE2() argument
/linux/drivers/s390/block/
H A Ddasd_eckd.h643 struct list_head grouplist; member