Searched refs:readpage (Results 1 – 25 of 85) sorted by relevance
1234
/linux/fs/freevxfs/ |
A D | vxfs_immed.c | 47 .readpage = vxfs_immed_readpage,
|
A D | vxfs_subr.c | 45 .readpage = vxfs_readpage,
|
/linux/fs/coda/ |
A D | symlink.c | 47 .readpage = coda_symlink_filler,
|
/linux/fs/ext4/ |
A D | built-in.a | 25 readpage.o/
|
A D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
A D | .built-in.a.cmd | 1 …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.cmd | 1 …readpage.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 D | symlink.c | 84 .readpage = ocfs2_fast_symlink_readpage,
|
/linux/fs/efs/ |
A D | symlink.c | 52 .readpage = efs_symlink_readpage
|
/linux/fs/affs/ |
A D | symlink.c | 70 .readpage = affs_symlink_readpage,
|
/linux/fs/squashfs/ |
A D | symlink.c | 104 .readpage = squashfs_symlink_readpage
|
/linux/fs/udf/ |
A D | symlink.c | 186 .readpage = udf_symlink_filler,
|
A D | file.c | 129 .readpage = udf_adinicb_readpage,
|
/linux/fs/cachefiles/ |
A D | rdwr.c | 121 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 D | readahead.c | 144 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 D | file.c | 192 .readpage = bfs_readpage,
|
/linux/fs/afs/ |
A D | file.c | 54 .readpage = afs_readpage, 67 .readpage = afs_symlink_readpage,
|
/linux/fs/gfs2/ |
A D | aops.c | 780 .readpage = gfs2_readpage, 795 .readpage = gfs2_readpage,
|
/linux/fs/9p/ |
A D | vfs_addr.c | 336 .readpage = v9fs_vfs_readpage,
|
/linux/Documentation/filesystems/ |
A D | locking.rst | 245 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 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/fs/ntfs/ |
A D | aops.c | 1653 .readpage = ntfs_readpage, 1668 .readpage = ntfs_readpage, 1683 .readpage = ntfs_readpage, /* Fill page with data. */
|
/linux/fs/hfsplus/ |
A D | inode.c | 160 .readpage = hfsplus_readpage, 170 .readpage = hfsplus_readpage,
|
/linux/fs/vboxsf/ |
A D | file.c | 355 .readpage = vboxsf_readpage,
|
/linux/fs/hpfs/ |
A D | file.c | 249 .readpage = hpfs_readpage,
|
Completed in 29 milliseconds
1234