Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dxattr.c967 struct buffer_head *indbh, *newbh; in ea_set_block() local
976 &indbh); in ea_set_block()
980 if (gfs2_metatype_check(sdp, indbh, GFS2_METATYPE_IN)) { in ea_set_block()
985 eablk = (__be64 *)(indbh->b_data + mh_size); in ea_set_block()
997 gfs2_trans_add_bh(ip->i_gl, indbh, 1); in ea_set_block()
1005 indbh = gfs2_meta_new(ip->i_gl, blk); in ea_set_block()
1006 gfs2_trans_add_bh(ip->i_gl, indbh, 1); in ea_set_block()
1007 gfs2_metatype_set(indbh, GFS2_METATYPE_IN, GFS2_FORMAT_IN); in ea_set_block()
1008 gfs2_buffer_clear_tail(indbh, mh_size); in ea_set_block()
1010 eablk = (__be64 *)(indbh->b_data + mh_size); in ea_set_block()
[all …]