Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/freevxfs/
Dvxfs_subr.c169 return block_read_full_page(page, vxfs_getblk); in vxfs_readpage()
/linux-2.4.37.9/fs/hpfs/
Dfile.c104 return block_read_full_page(page,hpfs_get_block); in hpfs_readpage()
/linux-2.4.37.9/fs/bfs/
Dfile.c146 return block_read_full_page(page, bfs_get_block); in bfs_readpage()
/linux-2.4.37.9/fs/jfs/
Dinode.c317 return block_read_full_page(page, jfs_get_block); in jfs_readpage()
/linux-2.4.37.9/fs/efs/
Dinode.c18 return block_read_full_page(page,efs_get_block); in efs_readpage()
/linux-2.4.37.9/fs/adfs/
Dinode.c65 return block_read_full_page(page, adfs_get_block); in adfs_readpage()
/linux-2.4.37.9/fs/sysv/
Ditree.c422 return block_read_full_page(page,get_block); in sysv_readpage()
/linux-2.4.37.9/fs/qnx4/
Dinode.c420 return block_read_full_page(page,qnx4_get_block); in qnx4_readpage()
/linux-2.4.37.9/fs/hfs/
Dinode.c231 return block_read_full_page(page,hfs_get_block); in hfs_readpage()
/linux-2.4.37.9/kernel/
Dksyms.c223 EXPORT_SYMBOL(block_read_full_page);
/linux-2.4.37.9/fs/hfsplus/
Dinode.c25 return block_read_full_page(page, hfsplus_get_block); in hfsplus_readpage()
/linux-2.4.37.9/fs/minix/
Dinode.c310 return block_read_full_page(page,minix_get_block); in minix_readpage()
/linux-2.4.37.9/fs/
Dblock_dev.c146 return block_read_full_page(page, blkdev_get_block); in blkdev_readpage()
Dbuffer.c1777 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() function
/linux-2.4.37.9/fs/befs/
Dlinuxvfs.c108 return block_read_full_page(page, befs_get_block); in befs_readpage()
/linux-2.4.37.9/fs/ufs/
Dinode.c460 return block_read_full_page(page,ufs_getfrag_block); in ufs_readpage()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c973 return block_read_full_page(page, linvfs_get_block); in linvfs_readpage()
/linux-2.4.37.9/fs/ext2/
Dinode.c597 return block_read_full_page(page,ext2_get_block); in ext2_readpage()
/linux-2.4.37.9/fs/isofs/
Dinode.c984 return block_read_full_page(page,isofs_get_block); in isofs_readpage()
/linux-2.4.37.9/fs/fat/
Dinode.c878 return block_read_full_page(page,fat_get_block); in fat_readpage()
/linux-2.4.37.9/fs/affs/
Dfile.c419 return block_read_full_page(page, affs_get_block); in affs_readpage()
/linux-2.4.37.9/include/linux/
Dfs.h1504 extern int block_read_full_page(struct page*, get_block_t*);
/linux-2.4.37.9/fs/reiserfs/
Dinode.c2105 return block_read_full_page (page, reiserfs_get_block); in reiserfs_readpage()
/linux-2.4.37.9/fs/ext3/
Dinode.c1375 return block_read_full_page(page,ext3_get_block); in ext3_readpage()
/linux-2.4.37.9/fs/udf/
Dinode.c141 return block_read_full_page(page, udf_get_block); in udf_readpage()