Searched refs:readpage (Results 1 – 25 of 81) sorted by relevance
1234
/Linux-v5.10/fs/coda/ |
D | symlink.c | 47 .readpage = coda_symlink_filler,
|
/Linux-v5.10/fs/freevxfs/ |
D | vxfs_immed.c | 47 .readpage = vxfs_immed_readpage,
|
D | vxfs_subr.c | 45 .readpage = vxfs_readpage,
|
/Linux-v5.10/fs/ocfs2/ |
D | symlink.c | 86 .readpage = ocfs2_fast_symlink_readpage,
|
/Linux-v5.10/fs/efs/ |
D | symlink.c | 52 .readpage = efs_symlink_readpage
|
D | inode.c | 26 .readpage = efs_readpage,
|
/Linux-v5.10/fs/ext4/ |
D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
/Linux-v5.10/fs/affs/ |
D | symlink.c | 70 .readpage = affs_symlink_readpage,
|
/Linux-v5.10/fs/squashfs/ |
D | symlink.c | 104 .readpage = squashfs_symlink_readpage
|
/Linux-v5.10/fs/udf/ |
D | symlink.c | 185 .readpage = udf_symlink_filler,
|
D | file.c | 128 .readpage = udf_adinicb_readpage,
|
/Linux-v5.10/mm/ |
D | readahead.c | 145 aops->readpage(rac->file, page); in read_pages() 281 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages && in force_page_cache_ra()
|
D | filemap.c | 2384 readpage: in generic_file_buffered_read() 2397 error = mapping->a_ops->readpage(filp, page); in generic_file_buffered_read() 2465 goto readpage; in generic_file_buffered_read() 2804 error = mapping->a_ops->readpage(file, page); in filemap_fault() 2943 if (!mapping->a_ops->readpage) in generic_file_mmap() 3017 err = mapping->a_ops->readpage(data, page); in do_read_cache_page()
|
/Linux-v5.10/fs/bfs/ |
D | file.c | 191 .readpage = bfs_readpage,
|
/Linux-v5.10/fs/cachefiles/ |
D | rdwr.c | 122 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_reissue() 285 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_backing_file_one() 523 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_backing_file()
|
/Linux-v5.10/fs/configfs/ |
D | inode.c | 34 .readpage = simple_readpage,
|
/Linux-v5.10/fs/ramfs/ |
D | inode.c | 57 .readpage = simple_readpage,
|
/Linux-v5.10/fs/9p/ |
D | vfs_addr.c | 326 .readpage = v9fs_vfs_readpage,
|
/Linux-v5.10/fs/gfs2/ |
D | aops.c | 788 .readpage = gfs2_readpage, 803 .readpage = gfs2_readpage,
|
/Linux-v5.10/fs/hpfs/ |
D | file.c | 199 .readpage = hpfs_readpage,
|
/Linux-v5.10/Documentation/filesystems/ |
D | locking.rst | 239 int (*readpage)(struct file *, struct page *); 272 readpage: yes, unlocks 294 ->write_begin(), ->write_end() and ->readpage() may be called from 297 ->readpage() unlocks the page, either synchronously or via I/O 300 ->readahead() unlocks the pages that I/O is attempted on like ->readpage().
|
/Linux-v5.10/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.10/fs/hfsplus/ |
D | inode.c | 158 .readpage = hfsplus_readpage, 167 .readpage = hfsplus_readpage,
|
/Linux-v5.10/fs/erofs/ |
D | data.c | 349 .readpage = erofs_raw_access_readpage,
|
/Linux-v5.10/fs/adfs/ |
D | inode.c | 76 .readpage = adfs_readpage,
|
1234