Searched refs:gfs2_extent_map (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | bmap.h | 50 extern int gfs2_extent_map(struct inode *inode, u64 lblock, int *new,
|
D | recovery.c | 42 error = gfs2_extent_map(&ip->i_inode, blk, &new, &dblock, &extlen); in gfs2_replay_read_block()
|
D | dir.c | 197 error = gfs2_extent_map(&ip->i_inode, lblock, &new, in gfs2_dir_write_data() 301 error = gfs2_extent_map(&ip->i_inode, lblock, &new, in gfs2_dir_read_data()
|
D | bmap.c | 682 int gfs2_extent_map(struct inode *inode, u64 lblock, int *new, u64 *dblock, unsigned *extlen) in gfs2_extent_map() function
|
D | quota.c | 1290 error = gfs2_extent_map(&ip->i_inode, x, &new, &dblock, &extlen); in gfs2_quota_init()
|