Lines Matching full:wb
81 struct bdi_writeback *wb; /* wb this writeback is issued under */ member
85 int wb_id; /* current wb id */
86 int wb_lcand_id; /* last foreign candidate wb id */
87 int wb_tcand_id; /* this foreign candidate wb id */
88 size_t wb_bytes; /* bytes written by current wb */
108 ((wbc)->wb ? (wbc)->wb->blkcg_css : blkcg_root_css)
114 * A wb_domain represents a domain that wb's (bdi_writeback's) belong to
116 * domain, global_wb_domain, that every wb in the system is a member of.
117 * This allows measuring the relative bandwidth of each wb to distribute
215 bool cleanup_offline_cgwb(struct bdi_writeback *wb);
218 * inode_attach_wb - associate an inode with its wb
222 * If @inode doesn't have its wb, associate it with the wb matching the
233 * inode_detach_wb - disassociate an inode from its wb
236 * @inode is being freed. Detach from its wb.
282 if (wbc->wb) in wbc_init_bio()
283 bio_associate_blkg_from_css(bio, wbc->wb->blkcg_css); in wbc_init_bio()
351 unsigned long wb_calc_thresh(struct bdi_writeback *wb, unsigned long thresh);
353 void wb_update_bandwidth(struct bdi_writeback *wb);
362 bool wb_over_bg_thresh(struct bdi_writeback *wb);