Home
last modified time | relevance | path

Searched refs:WB_async_congested (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dbacking-dev.h477 return inode_congested(inode, 1 << WB_async_congested); in inode_write_congested()
483 (1 << WB_async_congested)); in inode_rw_congested()
498 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()
504 (1 << WB_async_congested)); in bdi_rw_congested()
Dbacking-dev-defs.h32 WB_async_congested, /* The async (write) queue is getting full */ enumerator