Searched refs:READ_SYNC (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/drivers/md/bcache/ |
D | debug.c | 57 submit_bio_wait(REQ_META|READ_SYNC, bio); in bch_btree_verify() 120 submit_bio_wait(READ_SYNC, check); in bch_data_verify()
|
D | super.c | 384 uuid_io(c, READ_SYNC, k, cl); in uuid_read() 602 prio_io(ca, bucket, READ_SYNC); in prio_read()
|
D | btree.c | 298 bio->bi_rw = REQ_META|READ_SYNC; in bch_btree_node_read()
|
/linux-4.4.14/fs/gfs2/ |
D | meta_io.c | 220 submit_bh(READ_SYNC | REQ_META | REQ_PRIO, bh); in gfs2_meta_read() 382 ll_rw_block(READ_SYNC | REQ_META, 1, &first_bh); in gfs2_meta_ra()
|
D | ops_fstype.c | 249 submit_bio(READ_SYNC | REQ_META, bio); in gfs2_read_super()
|
/linux-4.4.14/kernel/power/ |
D | swap.c | 298 hib_submit_io(READ_SYNC, swsusp_resume_block, swsusp_header, NULL); in mark_swapfiles() 984 error = hib_submit_io(READ_SYNC, offset, tmp->map, NULL); in get_swap_reader() 1008 error = hib_submit_io(READ_SYNC, offset, buf, hb); in swap_read_page() 1510 error = hib_submit_io(READ_SYNC, swsusp_resume_block, in swsusp_check() 1562 hib_submit_io(READ_SYNC, swsusp_resume_block, swsusp_header, NULL); in swsusp_unmark()
|
/linux-4.4.14/fs/f2fs/ |
D | data.c | 356 page = get_read_data_page(inode, index, READ_SYNC, false); in find_data_page() 382 page = get_read_data_page(inode, index, READ_SYNC, for_write); in get_lock_data_page() 444 page = get_read_data_page(inode, index, READ_SYNC, true); in get_new_data_page() 1483 .rw = READ_SYNC, in f2fs_write_begin()
|
D | checkpoint.c | 58 .rw = READ_SYNC | REQ_META | REQ_PRIO, in __get_meta_page() 152 .rw = sync ? (READ_SYNC | REQ_META | REQ_PRIO) : READA, in ra_meta_pages()
|
D | gc.c | 543 .rw = READ_SYNC, in move_encrypted_block()
|
D | node.c | 1062 err = read_node_page(page, READ_SYNC); in get_node_page() 1103 err = read_node_page(page, READ_SYNC); in get_node_page_ra()
|
/linux-4.4.14/fs/ext4/ |
D | mmp.c | 91 submit_bh(READ_SYNC | REQ_META | REQ_PRIO, *bh); in read_mmp_block()
|
/linux-4.4.14/include/trace/events/ |
D | f2fs.h | 67 { READ_SYNC, "READ_SYNC" }, \
|
/linux-4.4.14/fs/jfs/ |
D | jfs_logmgr.c | 2013 submit_bio(READ_SYNC, bio); in lbmRead()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 201 #define READ_SYNC (READ | REQ_SYNC) macro
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.c | 2489 read_mode = READ_SYNC | REQ_FAILFAST_DEV; in bio_readpage_error() 2491 read_mode = READ_SYNC; in bio_readpage_error()
|
D | inode.c | 7800 read_mode = READ_SYNC | REQ_FAILFAST_DEV; in dio_read_error() 7802 read_mode = READ_SYNC; in dio_read_error()
|