Lines Matching refs:ppos
35 size_t count, loff_t *ppos) in fuse_conn_abort_write() argument
48 size_t len, loff_t *ppos) in fuse_conn_waiting_read() argument
53 if (!*ppos) { in fuse_conn_waiting_read()
64 return simple_read_from_buffer(buf, len, ppos, tmp, size); in fuse_conn_waiting_read()
68 size_t len, loff_t *ppos, unsigned val) in fuse_conn_limit_read() argument
73 return simple_read_from_buffer(buf, len, ppos, tmp, size); in fuse_conn_limit_read()
77 size_t count, loff_t *ppos, unsigned *val, in fuse_conn_limit_write() argument
84 if (*ppos) in fuse_conn_limit_write()
104 loff_t *ppos) in fuse_conn_max_background_read() argument
116 return fuse_conn_limit_read(file, buf, len, ppos, val); in fuse_conn_max_background_read()
121 size_t count, loff_t *ppos) in fuse_conn_max_background_write() argument
126 ret = fuse_conn_limit_write(file, buf, count, ppos, &val, in fuse_conn_max_background_write()
146 loff_t *ppos) in fuse_conn_congestion_threshold_read() argument
158 return fuse_conn_limit_read(file, buf, len, ppos, val); in fuse_conn_congestion_threshold_read()
163 size_t count, loff_t *ppos) in fuse_conn_congestion_threshold_write() argument
169 ret = fuse_conn_limit_write(file, buf, count, ppos, &val, in fuse_conn_congestion_threshold_write()