Searched refs:readpage (Results 1 – 25 of 63) sorted by relevance
123
/linux-2.4.37.9/fs/freevxfs/ |
D | vxfs_subr.c | 48 .readpage = vxfs_readpage, 77 (filler_t*)mapping->a_ops->readpage, NULL); in vxfs_get_page()
|
D | vxfs_immed.c | 62 .readpage = vxfs_immed_readpage,
|
/linux-2.4.37.9/fs/umsdos/ |
D | emd.c | 139 (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/ |
D | symlink.c | 54 readpage: coda_symlink_filler
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | fat_cvf.txt | 40 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.)
|
D | Locking | 131 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/ |
D | symlink.c | 56 readpage: efs_symlink_readpage
|
D | inode.c | 25 readpage: efs_readpage,
|
/linux-2.4.37.9/fs/udf/ |
D | symlink.c | 128 readpage: udf_symlink_filler,
|
D | file.c | 146 readpage: udf_adinicb_readpage,
|
/linux-2.4.37.9/fs/affs/ |
D | symlink.c | 80 readpage: affs_symlink_readpage,
|
/linux-2.4.37.9/fs/ncpfs/ |
D | symlink.c | 101 readpage: ncp_symlink_readpage,
|
/linux-2.4.37.9/fs/hpfs/ |
D | file.c | 116 readpage: hpfs_readpage,
|
/linux-2.4.37.9/fs/cramfs/ |
D | inode.c | 156 (filler_t *)mapping->a_ops->readpage, in cramfs_read() 428 readpage: cramfs_readpage
|
D | README | 147 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/ |
D | filemap.c | 775 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/ |
D | file.c | 160 readpage: bfs_readpage,
|
/linux-2.4.37.9/net/khttpd/ |
D | datasending.c | 117 if (inode->i_mapping->a_ops->readpage) { in DataSending()
|
/linux-2.4.37.9/fs/hfsplus/ |
D | inode.c | 121 .readpage = hfsplus_readpage, 131 .readpage = hfsplus_readpage,
|
/linux-2.4.37.9/fs/isofs/ |
D | compress.c | 334 readpage: zisofs_readpage,
|
/linux-2.4.37.9/fs/ramfs/ |
D | inode.c | 275 readpage: ramfs_readpage,
|
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/ |
D | ramfs.c | 251 .readpage = hwgfs_readpage,
|
/linux-2.4.37.9/fs/jfs/ |
D | inode.c | 339 .readpage = jfs_readpage,
|
/linux-2.4.37.9/fs/nfs/ |
D | file.c | 200 readpage: nfs_readpage,
|
/linux-2.4.37.9/fs/smbfs/ |
D | file.c | 292 readpage: smb_readpage,
|
123