Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dmeta_io.c248 int rahead, struct buffer_head **bhp) in gfs2_meta_read() argument
272 if (rahead) { in gfs2_meta_read()
482 int rahead = 0; in gfs2_meta_indirect_buffer() local
485 rahead = ip->i_rahead; in gfs2_meta_indirect_buffer()
487 ret = gfs2_meta_read(gl, num, DIO_WAIT, rahead, &bh); in gfs2_meta_indirect_buffer()
Dmeta_io.h53 int rahead, struct buffer_head **bhp);
Ddir.c1651 u16 rahead; in gfs2_dir_search() local
1656 rahead = be16_to_cpu(dent->de_rahead); in gfs2_dir_search()
1665 GFS2_I(inode)->i_rahead = rahead; in gfs2_dir_search()