Home
last modified time | relevance | path

Searched refs:hfs_get_block (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dinode.c227 return block_write_full_page(page,hfs_get_block); in hfs_writepage()
231 return block_read_full_page(page,hfs_get_block); in hfs_readpage()
235 return cont_prepare_write(page,from,to,hfs_get_block, in hfs_prepare_write()
240 return generic_block_bmap(mapping,block,hfs_get_block); in hfs_bmap()
Dhfs.h498 extern int hfs_get_block(struct inode *, long, struct buffer_head *, int);
Dfile.c109 int hfs_get_block(struct inode *inode, long iblock, struct buffer_head *bh_result, int create) in hfs_get_block() function
DChangeLog3 * file.c (hfs_get_block): added hfs_get_block for regular files.