Searched refs:fuse_notify_req (Results 1 – 2 of 2) sorted by relevance
36 struct fuse_notify_req { struct38 void (*reply)(struct fuse_notify_req *, fuse_req_t, fuse_ino_t, argument40 struct fuse_notify_req *next; argument41 struct fuse_notify_req *prev; argument64 struct fuse_notify_req notify_list;
2235 static void list_del_nreq(struct fuse_notify_req *nreq) in list_del_nreq()2237 struct fuse_notify_req *prev = nreq->prev; in list_del_nreq()2238 struct fuse_notify_req *next = nreq->next; in list_del_nreq()2243 static void list_add_nreq(struct fuse_notify_req *nreq, in list_add_nreq()2244 struct fuse_notify_req *next) in list_add_nreq()2246 struct fuse_notify_req *prev = next->prev; in list_add_nreq()2253 static void list_init_nreq(struct fuse_notify_req *nreq) in list_init_nreq()2263 struct fuse_notify_req *nreq; in do_notify_reply()2264 struct fuse_notify_req *head; in do_notify_reply()2422 struct fuse_notify_req nreq;[all …]