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

/linux-master/fs/gfs2/
H A Dxattr.c127 struct buffer_head *bh, *eabh; local
155 error = gfs2_meta_read(ip->i_gl, bn, DIO_WAIT, 0, &eabh);
158 error = ea_foreach_i(ip, eabh, ea_call, data);
159 brelse(eabh);

Completed in 126 milliseconds