Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dmeta_io.c251 int rahead, struct buffer_head **bhp) in gfs2_meta_read() argument
274 if (rahead) { in gfs2_meta_read()
413 int rahead = 0; in gfs2_meta_indirect_buffer() local
416 rahead = ip->i_rahead; in gfs2_meta_indirect_buffer()
418 ret = gfs2_meta_read(gl, num, DIO_WAIT, rahead, &bh); in gfs2_meta_indirect_buffer()
Dmeta_io.h56 int rahead, struct buffer_head **bhp);
Ddir.c1655 u16 rahead; in gfs2_dir_search() local
1660 rahead = be16_to_cpu(dent->de_rahead); in gfs2_dir_search()
1669 GFS2_I(inode)->i_rahead = rahead; in gfs2_dir_search()