• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/

Lines Matching refs:dibh

121 	struct buffer_head *dibh;
124 error = gfs2_meta_inode_buffer(ip, &dibh);
128 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
129 memcpy(dibh->b_data + offset + sizeof(struct gfs2_dinode), buf, size);
133 gfs2_dinode_out(ip, dibh->b_data);
135 brelse(dibh);
155 struct buffer_head *dibh;
224 error = gfs2_meta_inode_buffer(ip, &dibh);
232 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
233 gfs2_dinode_out(ip, dibh->b_data);
234 brelse(dibh);
246 struct buffer_head *dibh;
249 error = gfs2_meta_inode_buffer(ip, &dibh);
252 memcpy(buf, dibh->b_data + offset, size);
253 brelse(dibh);
816 struct buffer_head *bh, *dibh;
824 error = gfs2_meta_inode_buffer(dip, &dibh);
840 gfs2_buffer_copy_tail(bh, sizeof(struct gfs2_leaf), dibh,
853 brelse(dibh);
858 brelse(dibh);
874 gfs2_trans_add_bh(dip->i_gl, dibh, 1);
875 gfs2_buffer_clear_tail(dibh, sizeof(struct gfs2_dinode));
877 lp = (__be64 *)(dibh->b_data + sizeof(struct gfs2_dinode));
889 gfs2_dinode_out(dip, dibh->b_data);
891 brelse(dibh);
908 struct buffer_head *nbh, *obh, *dibh;
1023 error = gfs2_meta_inode_buffer(dip, &dibh);
1025 gfs2_trans_add_bh(dip->i_gl, dibh, 1);
1027 gfs2_dinode_out(dip, dibh->b_data);
1028 brelse(dibh);
1055 struct buffer_head *dibh;
1106 error = gfs2_meta_inode_buffer(dip, &dibh);
1109 gfs2_dinode_out(dip, dibh->b_data);
1110 brelse(dibh);
1425 struct buffer_head *dibh;
1440 error = gfs2_meta_inode_buffer(dip, &dibh);
1450 dent = gfs2_dirent_scan(inode, dibh->b_data, dibh->b_size,
1474 brelse(dibh);
1858 struct buffer_head *bh, *dibh;
1935 error = gfs2_meta_inode_buffer(dip, &dibh);
1939 gfs2_trans_add_bh(dip->i_gl, dibh, 1);
1940 gfs2_dinode_out(dip, dibh->b_data);
1941 brelse(dibh);