Searched refs:bdi_congested (Results 1 – 1 of 1) sorted by relevance
68 static inline int bdi_congested(struct backing_dev_info *bdi, int bdi_bits) in bdi_congested() function77 return bdi_congested(bdi, 1 << BDI_read_congested); in bdi_read_congested()82 return bdi_congested(bdi, 1 << BDI_write_congested); in bdi_write_congested()87 return bdi_congested(bdi, (1 << BDI_read_congested)| in bdi_rw_congested()