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

/security/smack/
H A Dsmackfs.c1547 * @cn: maximum to send along
1553 size_t cn, loff_t *ppos)
1568 if (cn >= asize)
1569 rc = simple_read_from_buffer(buf, cn, ppos,
1638 * @cn: maximum to send along
1644 size_t cn, loff_t *ppos)
1658 if (cn >= asize)
1659 rc = simple_read_from_buffer(buf, cn, ppos, smack, asize);
1724 * @cn: maximum to send along
2197 * @cn
1552 smk_read_ambient(struct file *filp, char __user *buf, size_t cn, loff_t *ppos) argument
1643 smk_read_onlycap(struct file *filp, char __user *buf, size_t cn, loff_t *ppos) argument
2202 smk_read_syslog(struct file *filp, char __user *buf, size_t cn, loff_t *ppos) argument
[all...]

Completed in 35 milliseconds