Searched refs:bdp_flags (Results 1 – 3 of 3) sorted by relevance
112 unsigned int bdp_flags = (iocb->ki_flags & IOCB_NOWAIT) ? BDP_ASYNC : 0; in netfs_perform_write() local367 ret = balance_dirty_pages_ratelimited_flags(mapping, bdp_flags); in netfs_perform_write()
918 unsigned int bdp_flags = (iter->flags & IOMAP_NOWAIT) ? BDP_ASYNC : 0; in iomap_write_iter() local933 bdp_flags); in iomap_write_iter()
1208 unsigned int bdp_flags = (nowait ? BDP_ASYNC : 0); in btrfs_buffered_write() local1314 ret = balance_dirty_pages_ratelimited_flags(inode->i_mapping, bdp_flags); in btrfs_buffered_write()
Completed in 15 milliseconds