Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcommon.c222 if (copy_to_user(head->read_user_buf, w, len)) in tomoyo_flush()
225 head->read_user_buf += len; in tomoyo_flush()
234 copy_to_user(head->read_user_buf, "", 1)) in tomoyo_flush()
237 head->read_user_buf++; in tomoyo_flush()
2522 head->read_user_buf = buffer; in tomoyo_read_control()
2533 len = head->read_user_buf - buffer; in tomoyo_read_control()
Dcommon.h795 char __user *read_user_buf; member