linux-stable/fs/adfs
Matthew Wilcox (Oracle) 2c69e20579 fs: Convert block_read_full_page() to block_read_full_folio()
This function is NOT converted to handle large folios, so include
an assert that the filesystem isn't passing one in.  Otherwise, use
the folio functions instead of the page functions, where they exist.
Convert all filesystems which use block_read_full_page().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
2022-05-09 16:21:44 -04:00
..
adfs.h
dir.c
dir_f.c
dir_f.h
dir_fplus.c
dir_fplus.h
file.c
inode.c
Kconfig
Makefile
map.c
super.c