Searched refs:__NR_quotactl (Results 1 – 25 of 26) sorted by relevance
12
/external/strace/tests/ |
D | quotactl.h | 184 rc = syscall(__NR_quotactl, cmd, special, id, addr); in check_quota()
|
D | quotactl.c | 36 #if defined(__NR_quotactl) && \
|
D | quotactl-xfs.c | 36 #if defined(__NR_quotactl) && \
|
/external/strace/tests-m32/ |
D | quotactl.h | 184 rc = syscall(__NR_quotactl, cmd, special, id, addr); in check_quota()
|
D | quotactl.c | 36 #if defined(__NR_quotactl) && \
|
D | quotactl-xfs.c | 36 #if defined(__NR_quotactl) && \
|
/external/strace/tests-mx32/ |
D | quotactl.h | 184 rc = syscall(__NR_quotactl, cmd, special, id, addr); in check_quota()
|
D | quotactl.c | 36 #if defined(__NR_quotactl) && \
|
D | quotactl-xfs.c | 36 #if defined(__NR_quotactl) && \
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 543 #ifdef __NR_quotactl 544 { "quotactl", __NR_quotactl },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 183 #define __NR_quotactl 179 macro
|
D | unistd_32.h | 135 #define __NR_quotactl 131 macro
|
D | unistd_x32.h | 162 #define __NR_quotactl (__X32_SYSCALL_BIT + 179) macro
|
/external/strace/ |
D | scno.h | 545 #ifndef __NR_quotactl 546 # define __NR_quotactl (SYSCALL_BIT | 179) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 193 #define __NR_quotactl 60 macro 194 __SYSCALL(__NR_quotactl, sys_quotactl)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 176 #define __NR_quotactl (__NR_Linux + 172) macro
|
D | unistd_n32.h | 176 #define __NR_quotactl (__NR_Linux + 172) macro
|
D | unistd_o32.h | 135 #define __NR_quotactl (__NR_Linux + 131) macro
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 723 #ifndef __NR_quotactl 724 #define __NR_quotactl 131 macro 982 #ifndef __NR_quotactl 983 #define __NR_quotactl 60 macro 1057 #ifndef __NR_quotactl 1058 #define __NR_quotactl 179 macro 3099 #if defined(__NR_quotactl) in _syscall2()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 99 #define __NR_quotactl (__NR_SYSCALL_BASE + 131) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 745 __NR_quotactl = 131
|
D | sys_amd64.const | 745 __NR_quotactl = 179
|
D | sys_arm.const | 745 __NR_quotactl = 131
|
D | sys_ppc64le.const | 745 __NR_quotactl = 131
|
D | sys_arm64.const | 745 __NR_quotactl = 60
|
12