Searched refs:security_quotactl (Results 1 – 2 of 2) sorted by relevance
51 return security_quotactl(cmd, type, id, sb); in check_quotactl_permission()67 ret = security_quotactl(Q_SYNC, type, 0, NULL); in quota_sync_all()
1156 int security_quotactl(int cmds, int type, int id, const struct super_block *sb) in security_quotactl() function