Home
last modified time | relevance | path

Searched refs:gfs2_meta_ra (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
H A Dmeta_io.h73 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen);
H A Dmeta_io.c509 * gfs2_meta_ra - start readahead on an extent of a file
517 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra() function
H A Drecovery.c50 *bh = gfs2_meta_ra(gl, dblock, extlen); in gfs2_replay_read_block()
H A Ddir.c302 bh = gfs2_meta_ra(ip->i_gl, dblock, extlen); in gfs2_dir_read_data()