quotactl          876 fs/quota/quota.c SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special,
quotactl         1481 include/linux/lsm_hooks.h 	int (*quotactl)(int cmds, int type, int id, struct super_block *sb);
quotactl         1833 include/linux/lsm_hooks.h 	struct hlist_head quotactl;
quotactl           99 kernel/sys_ni.c COND_SYSCALL(quotactl);
quotactl          734 security/security.c 	return call_int_hook(quotactl, 0, cmds, type, id, sb);
quotactl         6841 security/selinux/hooks.c 	LSM_HOOK_INIT(quotactl, selinux_quotactl),