Searched refs:w_pos (Results 1 – 3 of 3) sorted by relevance
206 while (head->r.w_pos) { in tomoyo_flush()232 head->r.w_pos--; in tomoyo_flush()233 for (len = 0; len < head->r.w_pos; len++) in tomoyo_flush()252 if (head->r.w_pos < TOMOYO_MAX_IO_READ_QUEUE) { in tomoyo_set_string()253 head->r.w[head->r.w_pos++] = string; in tomoyo_set_string()311 return !head->r.w_pos; in tomoyo_set_lf()1700 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid()2200 if (head->r.w_pos) in tomoyo_read_query()2240 head->r.w[head->r.w_pos++] = buf; in tomoyo_read_query()
444 if (head->r.w_pos) in tomoyo_read_log()458 head->r.w[head->r.w_pos++] = head->read_buf; in tomoyo_read_log()
814 u8 w_pos; member