Searched refs:io_context (Results 1 – 3 of 3) sorted by relevance
64 struct io_context *ioc;80 void (*dtor)(struct io_context *); /* destructor */81 void (*exit)(struct io_context *); /* called on task exit */89 struct io_context { struct93 int (*set_ioprio)(struct io_context *, unsigned int); argument105 void put_io_context(struct io_context *ioc); argument107 struct io_context *current_io_context(gfp_t gfp_flags);108 struct io_context *get_io_context(gfp_t gfp_flags);109 void copy_io_context(struct io_context **pdst, struct io_context **psrc);110 void swap_io_context(struct io_context **ioc1, struct io_context **ioc2);
51 void (*trim)(struct io_context *);
711 struct io_context; /* See blkdev.h */954 struct io_context *io_context; member