w_pos             443 security/tomoyo/audit.c 	if (head->r.w_pos)
w_pos             457 security/tomoyo/audit.c 		head->r.w[head->r.w_pos++] = head->read_buf;
w_pos             215 security/tomoyo/common.c 	while (head->r.w_pos) {
w_pos             241 security/tomoyo/common.c 		head->r.w_pos--;
w_pos             242 security/tomoyo/common.c 		for (len = 0; len < head->r.w_pos; len++)
w_pos             261 security/tomoyo/common.c 	if (head->r.w_pos < TOMOYO_MAX_IO_READ_QUEUE) {
w_pos             262 security/tomoyo/common.c 		head->r.w[head->r.w_pos++] = string;
w_pos             320 security/tomoyo/common.c 	return !head->r.w_pos;
w_pos            1709 security/tomoyo/common.c 	if (head->r.w_pos || head->r.eof)
w_pos            2209 security/tomoyo/common.c 	if (head->r.w_pos)
w_pos            2249 security/tomoyo/common.c 		head->r.w[head->r.w_pos++] = buf;
w_pos             814 security/tomoyo/common.h 		u8 w_pos;