Searched refs:cmds (Results 1 - 3 of 3) sorted by relevance

/security/
H A Dsecurity.c209 int security_quotactl(int cmds, int type, int id, struct super_block *sb) argument
211 return security_ops->quotactl(cmds, type, id, sb);
H A Dcapability.c40 static int cap_quotactl(int cmds, int type, int id, struct super_block *sb) argument
/security/selinux/
H A Dhooks.c2067 static int selinux_quotactl(int cmds, int type, int id, struct super_block *sb) argument
2075 switch (cmds) {
2089 rc = 0; /* let the kernel handle invalid cmds */

Completed in 2429 milliseconds