Home
last modified time | relevance | path

Searched refs:w_pos (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/security/tomoyo/
Dcommon.c213 while (head->r.w_pos) { in tomoyo_flush()
238 head->r.w_pos--; in tomoyo_flush()
239 for (len = 0; len < head->r.w_pos; len++) in tomoyo_flush()
258 if (head->r.w_pos < TOMOYO_MAX_IO_READ_QUEUE) { in tomoyo_set_string()
259 head->r.w[head->r.w_pos++] = string; in tomoyo_set_string()
316 return !head->r.w_pos; in tomoyo_set_lf()
1669 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid()
2155 if (head->r.w_pos) in tomoyo_read_query()
2195 head->r.w[head->r.w_pos++] = buf; in tomoyo_read_query()
Daudit.c426 if (head->r.w_pos) in tomoyo_read_log()
440 head->r.w[head->r.w_pos++] = head->read_buf; in tomoyo_read_log()
Dcommon.h809 u8 w_pos; member