Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dxattr.c119 struct buffer_head *bh, *eabh; in ea_foreach() local
147 error = gfs2_meta_read(ip->i_gl, bn, DIO_WAIT, 0, &eabh); in ea_foreach()
150 error = ea_foreach_i(ip, eabh, ea_call, data); in ea_foreach()
151 brelse(eabh); in ea_foreach()