read_user_buf_avail  220 security/tomoyo/common.c 			if (len > head->read_user_buf_avail)
read_user_buf_avail  221 security/tomoyo/common.c 				len = head->read_user_buf_avail;
read_user_buf_avail  226 security/tomoyo/common.c 			head->read_user_buf_avail -= len;
read_user_buf_avail  235 security/tomoyo/common.c 			if (!head->read_user_buf_avail ||
read_user_buf_avail  238 security/tomoyo/common.c 			head->read_user_buf_avail--;
read_user_buf_avail 2593 security/tomoyo/common.c 	head->read_user_buf_avail = buffer_len;
read_user_buf_avail 2669 security/tomoyo/common.c 	head->read_user_buf_avail = 0;
read_user_buf_avail  800 security/tomoyo/common.h 	size_t read_user_buf_avail;