Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Dinode.c212 static int jfs_get_block(struct inode *ip, long lblock, in jfs_get_block() function
312 return block_write_full_page(page, jfs_get_block); in jfs_writepage()
317 return block_read_full_page(page, jfs_get_block); in jfs_readpage()
323 return block_prepare_write(page, from, to, jfs_get_block); in jfs_prepare_write()
328 return generic_block_bmap(mapping, block, jfs_get_block); in jfs_bmap()
335 blocksize, jfs_get_block); in jfs_direct_IO()
396 block_truncate_page(ip->i_mapping, ip->i_size, jfs_get_block); in jfs_truncate()