Searched refs:security_quotactl (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/quota/ |
| D | quota.c | 50 return security_quotactl(cmd, type, id, sb); in check_quotactl_permission() 66 ret = security_quotactl(Q_SYNC, type, 0, NULL); in quota_sync_all()
|
| /Linux-v5.15/include/linux/ |
| D | security.h | 282 int security_quotactl(int cmds, int type, int id, struct super_block *sb); 571 static inline int security_quotactl(int cmds, int type, int id, in security_quotactl() function
|
| /Linux-v5.15/security/ |
| D | security.c | 809 int security_quotactl(int cmds, int type, int id, struct super_block *sb) in security_quotactl() function
|