Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Dinode.c200 int jfs_get_block(struct inode *ip, sector_t lblock, in jfs_get_block() function
288 return block_write_full_page(page, jfs_get_block, wbc); in jfs_writepage()
294 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
299 return mpage_readpage(page, jfs_get_block); in jfs_readpage()
305 return mpage_readpages(mapping, pages, nr_pages, jfs_get_block); in jfs_readpages()
325 jfs_get_block); in jfs_write_begin()
334 return generic_block_bmap(mapping, block, jfs_get_block); in jfs_bmap()
345 ret = blockdev_direct_IO(iocb, inode, iter, jfs_get_block); in jfs_direct_IO()
421 nobh_truncate_page(ip->i_mapping, ip->i_size, jfs_get_block); in jfs_truncate()
Djfs_inode.h41 extern int jfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
Dsuper.c786 err = jfs_get_block(inode, blk, &tmp_bh, 0); in jfs_quota_read()
826 err = jfs_get_block(inode, blk, &tmp_bh, 1); in jfs_quota_write()