Home
last modified time | relevance | path

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

123

/linux-2.4.37.9/fs/freevxfs/
Dvxfs_subr.c48 .readpage = vxfs_readpage,
77 (filler_t*)mapping->a_ops->readpage, NULL); in vxfs_get_page()
Dvxfs_immed.c62 .readpage = vxfs_immed_readpage,
/linux-2.4.37.9/fs/umsdos/
Demd.c139 (filler_t*)mapping->a_ops->readpage, NULL); in umsdos_emd_dir_readentry()
161 (filler_t*)mapping->a_ops->readpage, NULL); in umsdos_emd_dir_readentry()
359 filler_t *readpage; in umsdos_find() local
372 readpage = (filler_t*)mapping->a_ops->readpage; in umsdos_find()
392 page = read_cache_page(mapping,index,readpage,NULL); in umsdos_find()
438 next_page = read_cache_page(mapping,index+1,readpage,NULL); in umsdos_find()
/linux-2.4.37.9/fs/coda/
Dsymlink.c54 readpage: coda_symlink_filler
/linux-2.4.37.9/Documentation/filesystems/
Dfat_cvf.txt40 situation :) Well, writable mmapping should now work using the readpage
130 Bit coded flags, currently only used for a readpage/mmap hack that
131 provides both mmap and readpage functionality. If CVF_USE_READPAGE
132 is set, mmap is set to generic_file_mmap and readpage is caught
134 readpage is set to generic_readpage and mmap is caught and redirected
135 to cvf_mmap. (If you want writable mmap use the readpage interface.)
DLocking131 int (*readpage)(struct file *, struct page *);
144 readpage: no yes, unlocks
152 ->prepare_write(), ->commit_write(), ->sync_page() and ->readpage()
154 ->readpage() and ->writepage() unlock the page.
/linux-2.4.37.9/fs/efs/
Dsymlink.c56 readpage: efs_symlink_readpage
Dinode.c25 readpage: efs_readpage,
/linux-2.4.37.9/fs/udf/
Dsymlink.c128 readpage: udf_symlink_filler,
Dfile.c146 readpage: udf_adinicb_readpage,
/linux-2.4.37.9/fs/affs/
Dsymlink.c80 readpage: affs_symlink_readpage,
/linux-2.4.37.9/fs/ncpfs/
Dsymlink.c101 readpage: ncp_symlink_readpage,
/linux-2.4.37.9/fs/hpfs/
Dfile.c116 readpage: hpfs_readpage,
/linux-2.4.37.9/fs/cramfs/
Dinode.c156 (filler_t *)mapping->a_ops->readpage, in cramfs_read()
428 readpage: cramfs_readpage
DREADME147 e.g. get readpage to decompress to a buffer of size MAX_BLKSIZE (which
149 Getting readpage to read into all the covered pages is harder.
/linux-2.4.37.9/mm/
Dfilemap.c775 int error = mapping->a_ops->readpage(file, page); in page_cache_read()
1554 readpage: in do_generic_file_read()
1556 error = mapping->a_ops->readpage(filp, page); in do_generic_file_read()
1609 goto readpage; in do_generic_file_read()
1871 if (!in_inode->i_mapping->a_ops->readpage) in common_sendfile()
1957 if (!mapping || !mapping->a_ops || !mapping->a_ops->readpage) in do_readahead()
2164 if (!mapping->a_ops->readpage(file, page)) { in filemap_nopage()
2191 if (!mapping->a_ops->readpage(file, page)) { in filemap_nopage()
2326 if (!mapping->a_ops->readpage) in generic_file_mmap()
2599 if (!inode->i_mapping->a_ops->readpage) in madvise_willneed()
/linux-2.4.37.9/fs/bfs/
Dfile.c160 readpage: bfs_readpage,
/linux-2.4.37.9/net/khttpd/
Ddatasending.c117 if (inode->i_mapping->a_ops->readpage) { in DataSending()
/linux-2.4.37.9/fs/hfsplus/
Dinode.c121 .readpage = hfsplus_readpage,
131 .readpage = hfsplus_readpage,
/linux-2.4.37.9/fs/isofs/
Dcompress.c334 readpage: zisofs_readpage,
/linux-2.4.37.9/fs/ramfs/
Dinode.c275 readpage: ramfs_readpage,
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/
Dramfs.c251 .readpage = hwgfs_readpage,
/linux-2.4.37.9/fs/jfs/
Dinode.c339 .readpage = jfs_readpage,
/linux-2.4.37.9/fs/nfs/
Dfile.c200 readpage: nfs_readpage,
/linux-2.4.37.9/fs/smbfs/
Dfile.c292 readpage: smb_readpage,

123