Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/freevxfs/
A Dvxfs_subr.c151 return generic_block_bmap(mapping, block, vxfs_getblk); in vxfs_bmap()
/linux-6.3-rc2/fs/bfs/
A Dfile.c186 return generic_block_bmap(mapping, block, bfs_get_block); in bfs_bmap()
/linux-6.3-rc2/fs/hpfs/
A Dfile.c227 return generic_block_bmap(mapping, block, hpfs_get_block); in _hpfs_bmap()
/linux-6.3-rc2/fs/adfs/
A Dinode.c72 return generic_block_bmap(mapping, block, adfs_get_block); in _adfs_bmap()
/linux-6.3-rc2/fs/efs/
A Dinode.c24 return generic_block_bmap(mapping,block,efs_get_block); in _efs_bmap()
/linux-6.3-rc2/fs/jfs/
A Dinode.c320 return generic_block_bmap(mapping, block, jfs_get_block); in jfs_bmap()
/linux-6.3-rc2/fs/omfs/
A Dfile.c328 return generic_block_bmap(mapping, block, omfs_get_block); in omfs_bmap()
/linux-6.3-rc2/fs/qnx4/
A Dinode.c255 return generic_block_bmap(mapping,block,qnx4_get_block); in qnx4_bmap()
/linux-6.3-rc2/include/linux/
A Dbuffer_head.h296 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
/linux-6.3-rc2/fs/sysv/
A Ditree.c494 return generic_block_bmap(mapping,block,get_block); in sysv_bmap()
/linux-6.3-rc2/fs/exfat/
A Dinode.c447 blocknr = generic_block_bmap(mapping, block, exfat_get_block); in exfat_aop_bmap()
/linux-6.3-rc2/fs/qnx6/
A Dinode.c494 return generic_block_bmap(mapping, block, qnx6_get_block); in qnx6_bmap()
/linux-6.3-rc2/fs/minix/
A Dinode.c440 return generic_block_bmap(mapping,block,minix_get_block); in minix_bmap()
/linux-6.3-rc2/fs/hfsplus/
A Dinode.c63 return generic_block_bmap(mapping, block, hfsplus_get_block); in hfsplus_bmap()
/linux-6.3-rc2/fs/hfs/
A Dinode.c69 return generic_block_bmap(mapping, block, hfs_get_block); in hfs_bmap()
/linux-6.3-rc2/fs/befs/
A Dlinuxvfs.c119 return generic_block_bmap(mapping, block, befs_get_block); in befs_bmap()
/linux-6.3-rc2/fs/
A Dbuffer.c2683 sector_t generic_block_bmap(struct address_space *mapping, sector_t block, in generic_block_bmap() function
2694 EXPORT_SYMBOL(generic_block_bmap);
/linux-6.3-rc2/fs/isofs/
A Dinode.c1189 return generic_block_bmap(mapping,block,isofs_get_block); in _isofs_bmap()
/linux-6.3-rc2/fs/affs/
A Dfile.c452 return generic_block_bmap(mapping,block,affs_get_block); in _affs_bmap()
/linux-6.3-rc2/fs/ext2/
A Dinode.c908 return generic_block_bmap(mapping,block,ext2_get_block); in ext2_bmap()
/linux-6.3-rc2/fs/ufs/
A Dinode.c524 return generic_block_bmap(mapping,block,ufs_getfrag_block); in ufs_bmap()
/linux-6.3-rc2/fs/fat/
A Dinode.c321 blocknr = generic_block_bmap(mapping, block, fat_get_block_bmap); in _fat_bmap()
/linux-6.3-rc2/fs/ntfs3/
A Dinode.c680 return generic_block_bmap(mapping, block, ntfs_get_block_bmap); in ntfs_bmap()
/linux-6.3-rc2/fs/reiserfs/
A Dinode.c2870 return generic_block_bmap(as, block, reiserfs_bmap); in reiserfs_aop_bmap()
/linux-6.3-rc2/fs/udf/
A Dinode.c325 return generic_block_bmap(mapping, block, udf_get_block); in udf_bmap()

Completed in 60 milliseconds