Lines Matching refs:blk_plug
994 struct blk_plug { struct
1019 extern void blk_start_plug(struct blk_plug *); argument
1020 extern void blk_start_plug_nr_ios(struct blk_plug *, unsigned short);
1021 extern void blk_finish_plug(struct blk_plug *);
1023 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
1024 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug()
1033 struct blk_plug { struct
1036 static inline void blk_start_plug_nr_ios(struct blk_plug *plug, in blk_start_plug_nr_ios()
1041 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
1045 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
1049 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug()