Searched refs:gfs2_meta_ra (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/gfs2/ |
D | meta_io.h | 76 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen);
|
D | meta_io.c | 437 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra() function
|
D | recovery.c | 53 *bh = gfs2_meta_ra(gl, dblock, extlen); in gfs2_replay_read_block()
|
D | quota.c | 1377 bh = gfs2_meta_ra(ip->i_gl, dblock, extlen); in gfs2_quota_init()
|
D | dir.c | 308 bh = gfs2_meta_ra(ip->i_gl, dblock, extlen); in gfs2_dir_read_data()
|