Home
last modified time | relevance | path

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

/linux-6.1.9/fs/gfs2/
Dmeta_io.c254 int rahead, struct buffer_head **bhp) in gfs2_meta_read() argument
277 if (rahead) { in gfs2_meta_read()
486 int rahead = 0; in gfs2_meta_buffer() local
489 rahead = ip->i_rahead; in gfs2_meta_buffer()
491 ret = gfs2_meta_read(gl, num, DIO_WAIT, rahead, &bh); in gfs2_meta_buffer()
Dmeta_io.h55 int rahead, struct buffer_head **bhp);
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()