Home
last modified time | relevance | path

Searched refs:cont_prepare_write (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/fs/hpfs/
Dfile.c108 return cont_prepare_write(page,from,to,hpfs_get_block, in hpfs_prepare_write()
/linux-2.4.37.9/fs/adfs/
Dinode.c70 return cont_prepare_write(page, from, to, adfs_get_block, in adfs_prepare_write()
/linux-2.4.37.9/fs/qnx4/
Dinode.c424 return cont_prepare_write(page,from,to,qnx4_get_block, in qnx4_prepare_write()
/linux-2.4.37.9/fs/hfs/
Dinode.c235 return cont_prepare_write(page,from,to,hfs_get_block, in hfs_prepare_write()
/linux-2.4.37.9/kernel/
Dksyms.c227 EXPORT_SYMBOL(cont_prepare_write);
/linux-2.4.37.9/fs/hfsplus/
Dinode.c44 return cont_prepare_write(page, from, to, hfsplus_get_block, in hfsplus_prepare_write()
/linux-2.4.37.9/fs/fat/
Dinode.c882 return cont_prepare_write(page,from,to,fat_get_block, in fat_prepare_write()
/linux-2.4.37.9/fs/affs/
Dfile.c423 return cont_prepare_write(page, from, to, affs_get_block, in affs_prepare_write()
/linux-2.4.37.9/include/linux/
Dfs.h1506 extern int cont_prepare_write(struct page*, unsigned, unsigned, get_block_t*,
/linux-2.4.37.9/fs/
Dbuffer.c1907 int cont_prepare_write(struct page *page, unsigned offset, unsigned to, get_block_t *get_block, uns… in cont_prepare_write() function