Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dmeta_io.c254 int rahead, struct buffer_head **bhp) in gfs2_meta_read() argument
278 if (rahead) { in gfs2_meta_read()
495 int rahead = 0; in gfs2_meta_buffer() local
498 rahead = ip->i_rahead; in gfs2_meta_buffer()
500 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.c1653 u16 rahead; in gfs2_dir_search() local
1658 rahead = be16_to_cpu(dent->de_rahead); in gfs2_dir_search()
1667 GFS2_I(inode)->i_rahead = rahead; in gfs2_dir_search()