Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dbacking-dev.h467 return inode_congested(inode, 1 << WB_sync_congested); in inode_read_congested()
477 return inode_congested(inode, (1 << WB_sync_congested) | in inode_rw_congested()
488 return bdi_congested(bdi, 1 << WB_sync_congested); in bdi_read_congested()
498 return bdi_congested(bdi, (1 << WB_sync_congested) | in bdi_rw_congested()
Dbacking-dev-defs.h33 WB_sync_congested, /* The sync queue is getting full */ enumerator