Searched refs:fat_get_block (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/fat/ |
D | fatfs_syms.c | 16 EXPORT_SYMBOL(fat_get_block);
|
D | file.c | 51 int fat_get_block(struct inode *inode, long iblock, struct buffer_head *bh_result, int create) in fat_get_block() function
|
D | inode.c | 874 return block_write_full_page(page,fat_get_block); in fat_writepage() 878 return block_read_full_page(page,fat_get_block); in fat_readpage() 882 return cont_prepare_write(page,from,to,fat_get_block, in fat_prepare_write() 887 return generic_block_bmap(mapping,block,fat_get_block); in _fat_bmap()
|
/linux-2.4.37.9/include/linux/ |
D | msdos_fs.h | 275 extern int fat_get_block(struct inode *inode, long iblock,
|