Searched refs:WB_sync_congested (Results 1 – 3 of 3) sorted by relevance
397 return inode_congested(inode, 1 << WB_sync_congested); in inode_read_congested()407 return inode_congested(inode, (1 << WB_sync_congested) | in inode_rw_congested()418 return bdi_congested(bdi, 1 << WB_sync_congested); in bdi_read_congested()428 return bdi_congested(bdi, (1 << WB_sync_congested) | in bdi_rw_congested()
33 WB_sync_congested, /* The sync queue is getting full */ enumerator
924 bit = sync ? WB_sync_congested : WB_async_congested; in clear_bdi_congested()937 bit = sync ? WB_sync_congested : WB_async_congested; in set_bdi_congested()