Searched refs:bdi_congested (Results 1 – 1 of 1) sorted by relevance
411 static inline int bdi_congested(struct backing_dev_info *bdi, int cong_bits) in bdi_congested() function418 return bdi_congested(bdi, 1 << WB_sync_congested); in bdi_read_congested()423 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()428 return bdi_congested(bdi, (1 << WB_sync_congested) | in bdi_rw_congested()