Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dbuffered_write.c122 unsigned int bdp_flags = (iocb->ki_flags & IOCB_NOWAIT) ? BDP_ASYNC : 0; in netfs_perform_write() local
/linux/fs/iomap/
H A Dbuffered-io.c941 unsigned int bdp_flags = (iter->flags & IOMAP_NOWAIT) ? BDP_ASYNC : 0; in iomap_write_iter() local
/linux/fs/btrfs/
H A Dfile.c1195 const unsigned int bdp_flags = (nowait ? BDP_ASYNC : 0); in copy_one_range() local