Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dxattr.c117 struct buffer_head *bh, *eabh; in ea_foreach() local
145 error = gfs2_meta_read(ip->i_gl, bn, DIO_WAIT, &eabh); in ea_foreach()
148 error = ea_foreach_i(ip, eabh, ea_call, data); in ea_foreach()
149 brelse(eabh); in ea_foreach()