Searched refs:quotactl (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/
H A Dsys_ni.c67 COND_SYSCALL(quotactl); variable
/linux-master/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-master/fs/quota/
H A Dquota.c5 * we have symbols for initial quotactl(2) handling, the sysctl(2)
855 /* Return true if quotactl command is manipulating quota on/off state */
917 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special,
/linux-master/security/
H A Dsecurity.c1040 * security_quotactl() - Check if a quotactl() syscall is allowed for this fs
1046 * Check whether the quotactl syscall is allowed for this @sb.
1052 return call_int_hook(quotactl, cmds, type, id, sb);
/linux-master/security/selinux/
H A Dhooks.c7145 LSM_HOOK_INIT(quotactl, selinux_quotactl),

Completed in 295 milliseconds