Home
last modified time | relevance | path

Searched refs:last_page_read (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Dfile.c796 ui->last_page_read = offset + page_idx - 1; in ubifs_do_bulk_read()
826 pgoff_t index = page->index, last_page_read = ui->last_page_read; in ubifs_bulk_read() local
830 ui->last_page_read = index; in ubifs_bulk_read()
841 if (index != last_page_read + 1) { in ubifs_bulk_read()
H A Dubifs.h427 pgoff_t last_page_read; member
H A Ddebug.c261 pr_err("\tlast_page_read %lu\n", ui->last_page_read); in ubifs_dump_inode()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h1013 pgoff_t last_page_read; member
H A Ddebug.c270 pr_err("\tlast_page_read %lu\n", ui->last_page_read); in ubifs_dump_inode()