Lines Matching defs:data
138 req->u.ni.data = NULL;
165 /* Send data. If *ch* is NULL, send via session master fd */
788 * Trickiest case: got more data. Need to get
789 * back the data from the pipe and then fall
1440 /* Need to reset the pipe if ->write_buf() didn't consume all data */
1724 void *data;
1734 data = curr->u.ni.data;
1737 func(curr, data);
1927 /* Prevent bogus data races (bogus since "init" is called before
2540 void *data)
2545 req->u.ni.data = data;
2548 func(req, data);
2836 static void fuse_ll_pipe_destructor(void *data)
2838 struct fuse_ll_pipe *llp = data;
3279 /* Prevent spurious data race warning - we don't care