read_user_buf     224 security/tomoyo/common.c 			if (copy_to_user(head->read_user_buf, w, len))
read_user_buf     227 security/tomoyo/common.c 			head->read_user_buf += len;
read_user_buf     236 security/tomoyo/common.c 			    copy_to_user(head->read_user_buf, "", 1))
read_user_buf     239 security/tomoyo/common.c 			head->read_user_buf++;
read_user_buf    2592 security/tomoyo/common.c 	head->read_user_buf = buffer;
read_user_buf    2603 security/tomoyo/common.c 	len = head->read_user_buf - buffer;
read_user_buf     799 security/tomoyo/common.h 	char __user *read_user_buf;