Home
last modified time | relevance | path

Searched refs:read_user_buf (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/security/tomoyo/
Dcommon.c221 if (copy_to_user(head->read_user_buf, w, len)) in tomoyo_flush()
224 head->read_user_buf += len; in tomoyo_flush()
233 copy_to_user(head->read_user_buf, "", 1)) in tomoyo_flush()
236 head->read_user_buf++; in tomoyo_flush()
2535 head->read_user_buf = buffer; in tomoyo_read_control()
2546 len = head->read_user_buf - buffer; in tomoyo_read_control()
Dcommon.h794 char __user *read_user_buf; member