Home
last modified time | relevance | path

Searched refs:gfs2_extent_map (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dbmap.h54 extern int gfs2_extent_map(struct inode *inode, u64 lblock, int *new,
H A Drecovery.c42 error = gfs2_extent_map(&ip->i_inode, blk, &new, &dblock, &extlen); in gfs2_replay_read_block()
H A Ddir.c193 error = gfs2_extent_map(&ip->i_inode, lblock, &new, in gfs2_dir_write_data()
297 error = gfs2_extent_map(&ip->i_inode, lblock, &new, in gfs2_dir_read_data()
H A Dquota.c1387 error = gfs2_extent_map(&ip->i_inode, x, &new, &dblock, &extlen); in gfs2_quota_init()
H A Dbmap.c1329 int gfs2_extent_map(struct inode *inode, u64 lblock, int *new, u64 *dblock, unsigned *extlen) in gfs2_extent_map() function