Searched refs:omfs_get_block (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/omfs/
H A Dfile.c219 static int omfs_get_block(struct inode *inode, sector_t block, function
291 return block_read_full_page(page, omfs_get_block);
297 return mpage_readpages(mapping, pages, nr_pages, omfs_get_block);
302 return block_write_full_page(page, omfs_get_block, wbc);
308 return mpage_writepages(mapping, wbc, omfs_get_block);
318 omfs_get_block);
330 return generic_block_bmap(mapping, block, omfs_get_block);

Completed in 18 milliseconds