Home
last modified time | relevance | path

Searched refs:readpage (Results 1 – 25 of 85) sorted by relevance

1234

/linux/fs/freevxfs/
A Dvxfs_immed.c47 .readpage = vxfs_immed_readpage,
A Dvxfs_subr.c45 .readpage = vxfs_readpage,
/linux/fs/coda/
A Dsymlink.c47 .readpage = coda_symlink_filler,
/linux/fs/ext4/
A Dbuilt-in.a25 readpage.o/
A DMakefile11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
A D.built-in.a.cmd1 …4/mmp.o fs/ext4/move_extent.o fs/ext4/namei.o fs/ext4/page-io.o fs/ext4/readpage.o fs/ext4/resize.…
A D.readpage.o.cmd1readpage.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…
3 source_fs/ext4/readpage.o := fs/ext4/readpage.c
5 deps_fs/ext4/readpage.o := \
1228 fs/ext4/readpage.o: $(deps_fs/ext4/readpage.o)
1230 $(deps_fs/ext4/readpage.o):
/linux/fs/ocfs2/
A Dsymlink.c84 .readpage = ocfs2_fast_symlink_readpage,
/linux/fs/efs/
A Dsymlink.c52 .readpage = efs_symlink_readpage
/linux/fs/affs/
A Dsymlink.c70 .readpage = affs_symlink_readpage,
/linux/fs/squashfs/
A Dsymlink.c104 .readpage = squashfs_symlink_readpage
/linux/fs/udf/
A Dsymlink.c186 .readpage = udf_symlink_filler,
A Dfile.c129 .readpage = udf_adinicb_readpage,
/linux/fs/cachefiles/
A Drdwr.c121 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/mm/
A Dreadahead.c144 aops->readpage(rac->file, page); in read_pages()
283 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages && in force_page_cache_ra()
/linux/fs/bfs/
A Dfile.c192 .readpage = bfs_readpage,
/linux/fs/afs/
A Dfile.c54 .readpage = afs_readpage,
67 .readpage = afs_symlink_readpage,
/linux/fs/gfs2/
A Daops.c780 .readpage = gfs2_readpage,
795 .readpage = gfs2_readpage,
/linux/fs/9p/
A Dvfs_addr.c336 .readpage = v9fs_vfs_readpage,
/linux/Documentation/filesystems/
A Dlocking.rst245 int (*readpage)(struct file *, struct page *);
278 readpage: yes, unlocks shared
300 ->write_begin(), ->write_end() and ->readpage() may be called from
303 ->readpage() unlocks the page, either synchronously or via I/O
306 ->readahead() unlocks the pages that I/O is attempted on like ->readpage().
/linux/fs/cramfs/
A DREADME176 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/fs/ntfs/
A Daops.c1653 .readpage = ntfs_readpage,
1668 .readpage = ntfs_readpage,
1683 .readpage = ntfs_readpage, /* Fill page with data. */
/linux/fs/hfsplus/
A Dinode.c160 .readpage = hfsplus_readpage,
170 .readpage = hfsplus_readpage,
/linux/fs/vboxsf/
A Dfile.c355 .readpage = vboxsf_readpage,
/linux/fs/hpfs/
A Dfile.c249 .readpage = hpfs_readpage,

Completed in 29 milliseconds

1234