BIO_RW_SYNC 176 include/linux/bio.h #define bio_sync(bio) ((bio)->bi_rw & (1 << BIO_RW_SYNC)) BIO_RW_SYNC 85 include/linux/fs.h #define READ_SYNC (READ | (1 << BIO_RW_SYNC)) BIO_RW_SYNC 87 include/linux/fs.h #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC)) BIO_RW_SYNC 88 include/linux/fs.h #define SWRITE_SYNC (SWRITE | (1 << BIO_RW_SYNC)) BIO_RW_SYNC 83 kernel/power/swap.c submit_bio(rw | (1 << BIO_RW_SYNC), bio); BIO_RW_SYNC 93 kernel/power/swap.c submit_bio(rw | (1 << BIO_RW_SYNC), bio); BIO_RW_SYNC 114 mm/page_io.c rw |= (1 << BIO_RW_SYNC);