Searched refs:cont_prepare_write (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/fs/hpfs/ |
D | file.c | 108 return cont_prepare_write(page,from,to,hpfs_get_block, in hpfs_prepare_write()
|
/linux-2.4.37.9/fs/adfs/ |
D | inode.c | 70 return cont_prepare_write(page, from, to, adfs_get_block, in adfs_prepare_write()
|
/linux-2.4.37.9/fs/qnx4/ |
D | inode.c | 424 return cont_prepare_write(page,from,to,qnx4_get_block, in qnx4_prepare_write()
|
/linux-2.4.37.9/fs/hfs/ |
D | inode.c | 235 return cont_prepare_write(page,from,to,hfs_get_block, in hfs_prepare_write()
|
/linux-2.4.37.9/kernel/ |
D | ksyms.c | 227 EXPORT_SYMBOL(cont_prepare_write);
|
/linux-2.4.37.9/fs/hfsplus/ |
D | inode.c | 44 return cont_prepare_write(page, from, to, hfsplus_get_block, in hfsplus_prepare_write()
|
/linux-2.4.37.9/fs/fat/ |
D | inode.c | 882 return cont_prepare_write(page,from,to,fat_get_block, in fat_prepare_write()
|
/linux-2.4.37.9/fs/affs/ |
D | file.c | 423 return cont_prepare_write(page, from, to, affs_get_block, in affs_prepare_write()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 1506 extern int cont_prepare_write(struct page*, unsigned, unsigned, get_block_t*,
|
/linux-2.4.37.9/fs/ |
D | buffer.c | 1907 int cont_prepare_write(struct page *page, unsigned offset, unsigned to, get_block_t *get_block, uns… in cont_prepare_write() function
|