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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dinode.c195 int jfs_get_block(struct inode *ip, sector_t lblock, function
283 return block_write_full_page(page, jfs_get_block, wbc);
289 return mpage_writepages(mapping, wbc, jfs_get_block);
294 return mpage_readpage(page, jfs_get_block);
300 return mpage_readpages(mapping, pages, nr_pages, jfs_get_block);
310 jfs_get_block);
322 return generic_block_bmap(mapping, block, jfs_get_block);
333 offset, nr_segs, jfs_get_block, NULL);
410 nobh_truncate_page(ip->i_mapping, ip->i_size, jfs_get_block);
H A Djfs_inode.h42 extern int jfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
H A Dsuper.c679 err = jfs_get_block(inode, blk, &tmp_bh, 0);
719 err = jfs_get_block(inode, blk, &tmp_bh, 1);

Completed in 57 milliseconds