Lines Matching refs:ppos
36 size_t count, loff_t *ppos) in fuse_conn_abort_write() argument
49 size_t len, loff_t *ppos) in fuse_conn_waiting_read() argument
54 if (!*ppos) { in fuse_conn_waiting_read()
65 return simple_read_from_buffer(buf, len, ppos, tmp, size); in fuse_conn_waiting_read()
69 size_t len, loff_t *ppos, unsigned val) in fuse_conn_limit_read() argument
74 return simple_read_from_buffer(buf, len, ppos, tmp, size); in fuse_conn_limit_read()
78 size_t count, loff_t *ppos, unsigned *val, in fuse_conn_limit_write() argument
85 if (*ppos) in fuse_conn_limit_write()
105 loff_t *ppos) in fuse_conn_max_background_read() argument
117 return fuse_conn_limit_read(file, buf, len, ppos, val); in fuse_conn_max_background_read()
122 size_t count, loff_t *ppos) in fuse_conn_max_background_write() argument
127 ret = fuse_conn_limit_write(file, buf, count, ppos, &val, in fuse_conn_max_background_write()
147 loff_t *ppos) in fuse_conn_congestion_threshold_read() argument
159 return fuse_conn_limit_read(file, buf, len, ppos, val); in fuse_conn_congestion_threshold_read()
164 size_t count, loff_t *ppos) in fuse_conn_congestion_threshold_write() argument
170 ret = fuse_conn_limit_write(file, buf, count, ppos, &val, in fuse_conn_congestion_threshold_write()