Home
last modified time | relevance | path

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

/include/linux/
Dbacking-dev.h423 return inode_congested(inode, 1 << WB_async_congested); in inode_write_congested()
429 (1 << WB_async_congested)); in inode_rw_congested()
444 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()
450 (1 << WB_async_congested)); in bdi_rw_congested()
Dbacking-dev-defs.h33 WB_async_congested, /* The async (write) queue is getting full */ enumerator