Home
last modified time | relevance | path

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

/fs/freevxfs/
Dvxfs_subr.c184 return generic_block_bmap(mapping, block, vxfs_getblk); in vxfs_bmap()
/fs/hpfs/
Dfile.c107 return generic_block_bmap(mapping,block,hpfs_get_block); in _hpfs_bmap()
/fs/bfs/
Dfile.c179 return generic_block_bmap(mapping, block, bfs_get_block); in bfs_bmap()
/fs/jfs/
Dinode.c306 return generic_block_bmap(mapping, block, jfs_get_block); in jfs_bmap()
/fs/efs/
Dinode.c22 return generic_block_bmap(mapping,block,efs_get_block); in _efs_bmap()
/fs/adfs/
Dinode.c76 return generic_block_bmap(mapping, block, adfs_get_block); in _adfs_bmap()
/fs/omfs/
Dfile.c337 return generic_block_bmap(mapping, block, omfs_get_block); in omfs_bmap()
/fs/sysv/
Ditree.c480 return generic_block_bmap(mapping,block,get_block); in sysv_bmap()
/fs/qnx4/
Dinode.c455 return generic_block_bmap(mapping,block,qnx4_get_block); in qnx4_bmap()
/fs/hfsplus/
Dinode.c42 return generic_block_bmap(mapping, block, hfsplus_get_block); in hfsplus_bmap()
/fs/hfs/
Dinode.c50 return generic_block_bmap(mapping, block, hfs_get_block); in hfs_bmap()
/fs/minix/
Dinode.c373 return generic_block_bmap(mapping,block,minix_get_block); in minix_bmap()
/fs/befs/
Dlinuxvfs.c104 return generic_block_bmap(mapping, block, befs_get_block); in befs_bmap()
/fs/gfs2/
Dops_address.c907 dblock = generic_block_bmap(mapping, lblock, gfs2_block_map); in gfs2_bmap()
/fs/
Dbuffer.c2958 sector_t generic_block_bmap(struct address_space *mapping, sector_t block, in generic_block_bmap() function
3430 EXPORT_SYMBOL(generic_block_bmap);
/fs/affs/
Dfile.c417 return generic_block_bmap(mapping,block,affs_get_block); in _affs_bmap()
/fs/ufs/
Dinode.c586 return generic_block_bmap(mapping,block,ufs_getfrag_block); in ufs_bmap()
/fs/isofs/
Dinode.c1081 return generic_block_bmap(mapping,block,isofs_get_block); in _isofs_bmap()
/fs/xfs/linux-2.6/
Dxfs_aops.c1582 return generic_block_bmap(mapping, block, xfs_get_blocks); in xfs_vm_bmap()
/fs/ext2/
Dinode.c770 return generic_block_bmap(mapping,block,ext2_get_block); in ext2_bmap()
/fs/fat/
Dinode.c206 blocknr = generic_block_bmap(mapping, block, fat_get_block); in _fat_bmap()
/fs/ext3/
Dinode.c1416 return generic_block_bmap(mapping,block,ext3_get_block); in ext3_bmap()
/fs/udf/
Dinode.c137 return generic_block_bmap(mapping, block, udf_get_block); in udf_bmap()
/fs/reiserfs/
Dinode.c2664 return generic_block_bmap(as, block, reiserfs_bmap); in reiserfs_aop_bmap()
/fs/ext4/
Dinode.c2879 return generic_block_bmap(mapping, block, ext4_get_block); in ext4_bmap()