Searched refs:hfs_get_block (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | inode.c | 227 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()
|
D | hfs.h | 498 extern int hfs_get_block(struct inode *, long, struct buffer_head *, int);
|
D | file.c | 109 int hfs_get_block(struct inode *inode, long iblock, struct buffer_head *bh_result, int create) in hfs_get_block() function
|
D | ChangeLog | 3 * file.c (hfs_get_block): added hfs_get_block for regular files.
|