Home
last modified time | relevance | path

Searched refs:F2FS_RD_DATA (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Ddata.c88 return F2FS_RD_DATA; in __read_io_type()
1111 inc_page_count(sbi, F2FS_RD_DATA); in f2fs_submit_page_read()
2133 inc_page_count(F2FS_I_SB(inode), F2FS_RD_DATA); in f2fs_read_single_page()
2286 inc_page_count(sbi, F2FS_RD_DATA); in f2fs_read_multi_pages()
H A Ddebug.c111 si->nr_rd_data = get_pages(sbi, F2FS_RD_DATA); in update_general_status()
H A Dcompress.c808 dec_page_count(sbi, F2FS_RD_DATA); in f2fs_end_read_compressed_page()
H A Df2fs.h1097 F2FS_RD_DATA, enumerator
2838 if (get_pages(sbi, F2FS_RD_DATA) || get_pages(sbi, F2FS_RD_NODE) || in is_inflight_io()