Searched refs:readpage (Results 1 – 25 of 80) sorted by relevance
1234
/Linux-v5.4/fs/coda/ |
D | symlink.c | 47 .readpage = coda_symlink_filler,
|
/Linux-v5.4/fs/freevxfs/ |
D | vxfs_immed.c | 47 .readpage = vxfs_immed_readpage,
|
D | vxfs_subr.c | 45 .readpage = vxfs_readpage,
|
/Linux-v5.4/fs/ocfs2/ |
D | symlink.c | 86 .readpage = ocfs2_fast_symlink_readpage,
|
/Linux-v5.4/fs/ext4/ |
D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
/Linux-v5.4/fs/efs/ |
D | symlink.c | 52 .readpage = efs_symlink_readpage
|
D | inode.c | 26 .readpage = efs_readpage,
|
/Linux-v5.4/fs/affs/ |
D | symlink.c | 70 .readpage = affs_symlink_readpage,
|
/Linux-v5.4/fs/squashfs/ |
D | symlink.c | 104 .readpage = squashfs_symlink_readpage
|
/Linux-v5.4/fs/udf/ |
D | symlink.c | 185 .readpage = udf_symlink_filler,
|
D | file.c | 129 .readpage = udf_adinicb_readpage,
|
/Linux-v5.4/mm/ |
D | readahead.c | 136 mapping->a_ops->readpage(filp, page); in read_pages() 229 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages)) in force_page_cache_readahead()
|
D | filemap.c | 2180 readpage: in generic_file_buffered_read() 2188 error = mapping->a_ops->readpage(filp, page); in generic_file_buffered_read() 2247 goto readpage; in generic_file_buffered_read() 2592 error = mapping->a_ops->readpage(file, page); in filemap_fault() 2730 if (!mapping->a_ops->readpage) in generic_file_mmap() 2804 err = mapping->a_ops->readpage(data, page); in do_read_cache_page()
|
/Linux-v5.4/fs/bfs/ |
D | file.c | 191 .readpage = bfs_readpage,
|
/Linux-v5.4/fs/cachefiles/ |
D | rdwr.c | 122 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_reissue() 284 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_backing_file_one() 521 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_backing_file()
|
/Linux-v5.4/fs/configfs/ |
D | inode.c | 34 .readpage = simple_readpage,
|
/Linux-v5.4/fs/ramfs/ |
D | inode.c | 57 .readpage = simple_readpage,
|
/Linux-v5.4/fs/9p/ |
D | vfs_addr.c | 326 .readpage = v9fs_vfs_readpage,
|
/Linux-v5.4/fs/hpfs/ |
D | file.c | 199 .readpage = hpfs_readpage,
|
/Linux-v5.4/fs/cramfs/ |
D | README | 176 e.g. get readpage to decompress to a buffer of size MAX_BLKSIZE (which 178 Getting readpage to read into all the covered pages is harder.
|
/Linux-v5.4/fs/gfs2/ |
D | aops.c | 832 .readpage = gfs2_readpage, 846 .readpage = gfs2_readpage,
|
/Linux-v5.4/fs/adfs/ |
D | inode.c | 75 .readpage = adfs_readpage,
|
/Linux-v5.4/fs/erofs/ |
D | data.c | 360 .readpage = erofs_raw_access_readpage,
|
/Linux-v5.4/fs/kernfs/ |
D | inode.c | 21 .readpage = simple_readpage,
|
/Linux-v5.4/fs/isofs/ |
D | compress.c | 372 .readpage = zisofs_readpage,
|
1234