Lines Matching refs:ppos
34 size_t count, loff_t *ppos) in fuse_conn_abort_write() argument
45 size_t len, loff_t *ppos) in fuse_conn_waiting_read() argument
50 if (!*ppos) { in fuse_conn_waiting_read()
61 return simple_read_from_buffer(buf, len, ppos, tmp, size); in fuse_conn_waiting_read()
65 size_t len, loff_t *ppos, unsigned val) in fuse_conn_limit_read() argument
70 return simple_read_from_buffer(buf, len, ppos, tmp, size); in fuse_conn_limit_read()
74 size_t count, loff_t *ppos, unsigned *val, in fuse_conn_limit_write() argument
81 if (*ppos) in fuse_conn_limit_write()
101 loff_t *ppos) in fuse_conn_max_background_read() argument
113 return fuse_conn_limit_read(file, buf, len, ppos, val); in fuse_conn_max_background_read()
118 size_t count, loff_t *ppos) in fuse_conn_max_background_write() argument
123 ret = fuse_conn_limit_write(file, buf, count, ppos, &val, in fuse_conn_max_background_write()
138 loff_t *ppos) in fuse_conn_congestion_threshold_read() argument
150 return fuse_conn_limit_read(file, buf, len, ppos, val); in fuse_conn_congestion_threshold_read()
155 size_t count, loff_t *ppos) in fuse_conn_congestion_threshold_write() argument
160 ret = fuse_conn_limit_write(file, buf, count, ppos, &val, in fuse_conn_congestion_threshold_write()