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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Deattr.c936 struct buffer_head *indbh, *newbh; local
945 &indbh);
949 if (gfs2_metatype_check(sdp, indbh, GFS2_METATYPE_IN)) {
954 eablk = (__be64 *)(indbh->b_data + mh_size);
966 gfs2_trans_add_bh(ip->i_gl, indbh, 1);
972 indbh = gfs2_meta_new(ip->i_gl, blk);
973 gfs2_trans_add_bh(ip->i_gl, indbh, 1);
974 gfs2_metatype_set(indbh, GFS2_METATYPE_IN, GFS2_FORMAT_IN);
975 gfs2_buffer_clear_tail(indbh, mh_size);
977 eablk = (__be64 *)(indbh
1305 struct buffer_head *indbh, *dibh; local
[all...]

Completed in 27 milliseconds