Lines Matching defs:pos
62 char *buf, loff_t pos, size_t count)
72 if (pos > ret)
75 if (count > ret - pos)
76 count = ret - pos;
87 memcpy(buf, (void *)&cc_state->cct + pos, count);
111 char *buf, loff_t pos, size_t count)
120 if (pos > ret)
122 if (count > ret - pos)
123 count = ret - pos;
134 memcpy(buf, (void *)&cc_state->cong_setting + pos, count);