Home
last modified time | relevance | path

Searched refs:quotactl (Results 1 – 24 of 24) sorted by relevance

/linux/tools/perf/trace/strace/groups/
H A Dfile11 quotactl
H A Dstring45 quotactl
/linux/kernel/
H A Dsys_ni.c67 COND_SYSCALL(quotactl);
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl182 172 n64 quotactl sys_quotactl
/linux/scripts/
H A Dsyscall.tbl78 60 common quotactl sys_quotactl
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl78 60 common quotactl sys_quotactl
H A Dsyscall_32.tbl145 131 common quotactl sys_quotactl
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl78 60 common quotactl sys_quotactl
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl105 131 common quotactl sys_quotactl
/linux/tools/scripts/
H A Dsyscall.tbl78 60 common quotactl sys_quotactl
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl147 131 common quotactl sys_quotactl
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl141 131 common quotactl sys_quotactl
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl222 204 common quotactl sys_quotactl
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl191 179 common quotactl sys_quotactl
H A Dsyscall_32.tbl146 131 i386 quotactl sys_quotactl
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl156 148 common quotactl sys_quotactl
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl148 131 common quotactl sys_quotactl
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl202 165 common quotactl sys_quotactl
/linux/include/linux/
H A Dlsm_hook_defs.h46 LSM_HOOK(int, 0, quotactl, int cmds, int type, int id, const struct super_block *sb)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl176 131 nospu quotactl sys_quotactl
/linux/fs/quota/
H A Dquota.c917 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, in SYSCALL_DEFINE4() argument
/linux/security/
H A Dsecurity.c651 return call_int_hook(quotactl, cmds, type, id, sb); in security_quotactl()
/linux/Documentation/filesystems/
H A Dpath-lookup.rst1360 it sets ``LOOKUP_AUTOMOUNT``, as does "``quotactl()``" and the handling of
/linux/security/selinux/
H A Dhooks.c7435 LSM_HOOK_INIT(quotactl, selinux_quotactl),