Searched refs:filler_t (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | pagemap.h | 113 typedef int filler_t(void *, struct page*); typedef 116 filler_t *, void *);
|
/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() 372 readpage = (filler_t*)mapping->a_ops->readpage; in umsdos_find()
|
D | dir.c | 694 page=read_cache_page(mapping,0,(filler_t *)mapping->a_ops->readpage,NULL); in umsdos_solve_hlink()
|
/linux-2.4.37.9/fs/freevxfs/ |
D | vxfs_subr.c | 77 (filler_t*)mapping->a_ops->readpage, NULL); in vxfs_get_page()
|
/linux-2.4.37.9/fs/nfs/ |
D | symlink.c | 60 (filler_t *)nfs_symlink_filler, inode); in nfs_getlink()
|
D | dir.c | 199 (filler_t *)nfs_readdir_filler, desc); in find_dirent_page()
|
/linux-2.4.37.9/fs/sysv/ |
D | dir.c | 60 (filler_t*)mapping->a_ops->readpage, NULL); in dir_get_page()
|
/linux-2.4.37.9/fs/partitions/ |
D | check.c | 426 (filler_t *)mapping->a_ops->readpage, NULL); in read_dev_sector()
|
/linux-2.4.37.9/fs/minix/ |
D | dir.c | 53 (filler_t*)mapping->a_ops->readpage, NULL); in dir_get_page()
|
/linux-2.4.37.9/fs/cramfs/ |
D | inode.c | 156 (filler_t *)mapping->a_ops->readpage, in cramfs_read()
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_metapage.c | 395 (filler_t *)mapping->a_ops->readpage, NULL); in __get_metapage()
|
/linux-2.4.37.9/fs/ext2/ |
D | dir.c | 159 (filler_t*)mapping->a_ops->readpage, NULL); in ext2_get_page()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_setup.c | 434 (filler_t *)mapping->a_ops->readpage, NULL); in read_one_block()
|
/linux-2.4.37.9/fs/ |
D | namei.c | 2032 page = read_cache_page(mapping, 0, (filler_t *)mapping->a_ops->readpage, in page_getlink()
|