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

/linux-master/fs/freevxfs/
H A Dvxfs_subr.c151 return generic_block_bmap(mapping, block, vxfs_getblk);
/linux-master/fs/bfs/
H A Dfile.c188 return generic_block_bmap(mapping, block, bfs_get_block);
/linux-master/fs/hpfs/
H A Dfile.c227 return generic_block_bmap(mapping, block, hpfs_get_block);
/linux-master/fs/omfs/
H A Dfile.c328 return generic_block_bmap(mapping, block, omfs_get_block);
/linux-master/fs/efs/
H A Dinode.c24 return generic_block_bmap(mapping,block,efs_get_block);
/linux-master/fs/jfs/
H A Dinode.c320 return generic_block_bmap(mapping, block, jfs_get_block);
/linux-master/fs/adfs/
H A Dinode.c74 return generic_block_bmap(mapping, block, adfs_get_block);
/linux-master/include/linux/
H A Dbuffer_head.h278 sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);
/linux-master/fs/qnx4/
H A Dinode.c274 return generic_block_bmap(mapping,block,qnx4_get_block);
/linux-master/fs/qnx6/
H A Dinode.c494 return generic_block_bmap(mapping, block, qnx6_get_block);
/linux-master/fs/sysv/
H A Ditree.c499 return generic_block_bmap(mapping,block,get_block);
/linux-master/fs/hfsplus/
H A Dinode.c58 return generic_block_bmap(mapping, block, hfsplus_get_block);
/linux-master/fs/hfs/
H A Dinode.c64 return generic_block_bmap(mapping, block, hfs_get_block);
/linux-master/fs/minix/
H A Dinode.c442 return generic_block_bmap(mapping,block,minix_get_block);
/linux-master/fs/befs/
H A Dlinuxvfs.c120 return generic_block_bmap(mapping, block, befs_get_block);
/linux-master/fs/exfat/
H A Dinode.c550 blocknr = generic_block_bmap(mapping, block, exfat_get_block);
/linux-master/fs/
H A Dbuffer.c2736 sector_t generic_block_bmap(struct address_space *mapping, sector_t block, function
2747 EXPORT_SYMBOL(generic_block_bmap); variable
/linux-master/fs/affs/
H A Dfile.c454 return generic_block_bmap(mapping,block,affs_get_block);
/linux-master/fs/ufs/
H A Dinode.c526 return generic_block_bmap(mapping,block,ufs_getfrag_block);
/linux-master/fs/ext2/
H A Dinode.c943 return generic_block_bmap(mapping,block,ext2_get_block);
/linux-master/fs/isofs/
H A Dinode.c1203 return generic_block_bmap(mapping,block,isofs_get_block);
/linux-master/fs/fat/
H A Dinode.c321 blocknr = generic_block_bmap(mapping, block, fat_get_block_bmap);
/linux-master/fs/reiserfs/
H A Dinode.c2862 return generic_block_bmap(as, block, reiserfs_bmap);
/linux-master/fs/udf/
H A Dinode.c321 return generic_block_bmap(mapping, block, udf_get_block);
/linux-master/fs/ntfs3/
H A Dinode.c702 return generic_block_bmap(mapping, block, ntfs_get_block_bmap);

Completed in 210 milliseconds