Home
last modified time | relevance | path

Searched refs:bdp_flags (Results 1 – 3 of 3) sorted by relevance

/linux/fs/netfs/
H A Dbuffered_write.c103 unsigned int bdp_flags = (iocb->ki_flags & IOCB_NOWAIT) ? BDP_ASYNC : 0; in netfs_perform_write() local
406 ret = balance_dirty_pages_ratelimited_flags(mapping, bdp_flags); in netfs_perform_write()
/linux/fs/iomap/
H A Dbuffered-io.c1163 unsigned int bdp_flags = (iter->flags & IOMAP_NOWAIT) ? BDP_ASYNC : 0; in iomap_write_iter()
1179 bdp_flags); in iomap_write_iter()
1106 unsigned int bdp_flags = (iter->flags & IOMAP_NOWAIT) ? BDP_ASYNC : 0; iomap_write_iter() local
/linux/fs/btrfs/
H A Dfile.c1202 const unsigned int bdp_flags = (nowait ? BDP_ASYNC : 0);
1226 bdp_flags); in copy_one_range()
1219 const unsigned int bdp_flags = (nowait ? BDP_ASYNC : 0); copy_one_range() local