Lines Matching refs:blk_plug
1034 struct blk_plug { struct
1059 extern void blk_start_plug(struct blk_plug *); argument
1060 extern void blk_start_plug_nr_ios(struct blk_plug *, unsigned short);
1061 extern void blk_finish_plug(struct blk_plug *);
1063 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
1064 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug()
1075 struct blk_plug *plug = tsk->plug; in blk_plug_invalidate_ts()
1085 struct blk_plug { struct
1088 static inline void blk_start_plug_nr_ios(struct blk_plug *plug, in blk_start_plug_nr_ios()
1093 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
1097 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
1101 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug()