Home
last modified time | relevance | path

Searched refs:read_user_buf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c224 if (copy_to_user(head->read_user_buf, w, len)) in tomoyo_flush()
227 head->read_user_buf += len; in tomoyo_flush()
236 copy_to_user(head->read_user_buf, "", 1)) in tomoyo_flush()
239 head->read_user_buf++; in tomoyo_flush()
2592 head->read_user_buf = buffer; in tomoyo_read_control()
2603 len = head->read_user_buf - buffer; in tomoyo_read_control()
H A Dcommon.h799 char __user *read_user_buf; member
/kernel/linux/linux-6.6/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()
2584 head->read_user_buf = buffer; in tomoyo_read_control()
2595 len = head->read_user_buf - buffer; in tomoyo_read_control()
H A Dcommon.h799 char __user *read_user_buf; member

Completed in 12 milliseconds