Home
last modified time | relevance | path

Searched refs:rahead (Results 1 – 3 of 3) sorted by relevance

/linux/fs/gfs2/
H A Dmeta_io.c259 int rahead, struct buffer_head **bhp) in gfs2_meta_read() argument
283 if (rahead) { in gfs2_meta_read()
494 int rahead = 0; in gfs2_meta_buffer() local
497 rahead = ip->i_rahead; in gfs2_meta_buffer()
499 ret = gfs2_meta_read(gl, num, DIO_WAIT, rahead, &bh); in gfs2_meta_buffer()
H A Dmeta_io.h55 int rahead, struct buffer_head **bhp);
H A Ddir.c1656 u16 rahead; in gfs2_dir_search() local
1661 rahead = be16_to_cpu(dent->de_rahead); in gfs2_dir_search()
1670 GFS2_I(inode)->i_rahead = rahead; in gfs2_dir_search()