Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Dcommon.c216 if (copy_to_user(head->read_user_buf, w, len)) in tomoyo_flush()
219 head->read_user_buf += len; in tomoyo_flush()
228 copy_to_user(head->read_user_buf, "", 1)) in tomoyo_flush()
231 head->read_user_buf++; in tomoyo_flush()
2693 head->read_user_buf = buffer; in tomoyo_read_control()
2704 len = head->read_user_buf - buffer; in tomoyo_read_control()
H A Dcommon.h799 char __user *read_user_buf; member