Searched defs:kind (Results 1 - 1 of 1) sorted by relevance

/security/selinux/
H A Dhooks.c225 /* Allocate and free functions for each kind of security blob. */
1754 int kind)
1770 av |= (kind ? DIR__REMOVE_NAME : DIR__ADD_NAME);
1775 switch (kind) {
1786 printk(KERN_WARNING "SELinux: %s: unrecognized kind %d\n",
1787 __func__, kind);
1752 may_link(struct inode *dir, struct dentry *dentry, int kind) argument

Completed in 35 milliseconds