Searched refs:security_quotactl (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/quota/ |
| H A D | quota.c | 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()
|
| /linux-6.15/include/linux/ |
| H A D | security.h | 355 int security_quotactl(int cmds, int type, int id, const struct super_block *sb); 696 static inline int security_quotactl(int cmds, int type, int id, in security_quotactl() function
|
| /linux-6.15/security/ |
| H A D | security.c | 1156 int security_quotactl(int cmds, int type, int id, const struct super_block *sb) in security_quotactl() function
|