Home
last modified time | relevance | path

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

/linux-6.15/fs/netfs/
H A Dbuffered_write.c112 unsigned int bdp_flags = (iocb->ki_flags & IOCB_NOWAIT) ? BDP_ASYNC : 0; in netfs_perform_write() local
/linux-6.15/fs/iomap/
H A Dbuffered-io.c914 unsigned int bdp_flags = (iter->flags & IOMAP_NOWAIT) ? BDP_ASYNC : 0; in iomap_write_iter() local
/linux-6.15/fs/btrfs/
H A Dfile.c1095 unsigned int bdp_flags = (nowait ? BDP_ASYNC : 0); in btrfs_buffered_write() local