Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbacking-dev.h151 static inline int wb_congested(struct bdi_writeback *wb, int cong_bits) in wb_congested() argument
153 return wb->congested & cong_bits; in wb_congested()
179 int inode_congested(struct inode *inode, int cong_bits);
388 static inline int inode_congested(struct inode *inode, int cong_bits) in inode_congested() argument
390 return wb_congested(&inode_to_bdi(inode)->wb, cong_bits); in inode_congested()
411 static inline int bdi_congested(struct backing_dev_info *bdi, int cong_bits) in bdi_congested() argument
413 return wb_congested(&bdi->wb, cong_bits); in bdi_congested()
/Linux-v5.10/fs/
Dfs-writeback.c780 int inode_congested(struct inode *inode, int cong_bits) in inode_congested() argument
792 congested = wb_congested(wb, cong_bits); in inode_congested()
797 return wb_congested(&inode_to_bdi(inode)->wb, cong_bits); in inode_congested()