Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dmeta_io.c258 int rahead, struct buffer_head **bhp) in gfs2_meta_read() argument
282 if (rahead) { in gfs2_meta_read()
493 int rahead = 0; in gfs2_meta_buffer() local
496 rahead = ip->i_rahead; in gfs2_meta_buffer()
498 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()