Searched refs:BDP_ASYNC (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dwriteback.h362 #define BDP_ASYNC 0x0001 macro
/linux-master/fs/netfs/
H A Dbuffered_write.c166 unsigned int bdp_flags = (iocb->ki_flags & IOCB_SYNC) ? 0: BDP_ASYNC;
/linux-master/fs/iomap/
H A Dbuffered-io.c917 unsigned int bdp_flags = (iter->flags & IOMAP_NOWAIT) ? BDP_ASYNC : 0;
/linux-master/mm/
H A Dpage-writeback.c1919 if (flags & BDP_ASYNC) {
1986 * Return: If @flags contains BDP_ASYNC, it may return -EAGAIN to
/linux-master/fs/btrfs/
H A Dfile.c1200 unsigned int bdp_flags = (nowait ? BDP_ASYNC : 0);

Completed in 140 milliseconds