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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dbmap.c39 typedef int (*block_call_t) (struct gfs2_inode *ip, struct buffer_head *dibh,
52 * @dibh: the dinode buffer
59 static int gfs2_unstuffer_page(struct gfs2_inode *ip, struct buffer_head *dibh, argument
77 memcpy(kaddr, dibh->b_data + sizeof(struct gfs2_dinode),
122 struct buffer_head *bh, *dibh; local
130 error = gfs2_meta_inode_buffer(ip, &dibh);
145 dibh, sizeof(struct gfs2_dinode));
150 error = gfs2_unstuffer_page(ip, dibh, block, page);
158 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
159 di = (struct gfs2_dinode *)dibh
229 struct buffer_head *dibh; local
520 struct buffer_head *dibh; local
589 recursive_scan(struct gfs2_inode *ip, struct buffer_head *dibh, struct metapath *mp, unsigned int height, u64 block, int first, block_call_t bc, void *data) argument
655 do_strip(struct gfs2_inode *ip, struct buffer_head *dibh, struct buffer_head *bh, __be64 *top, __be64 *bottom, unsigned int height, void *data) argument
806 struct buffer_head *dibh; local
950 struct buffer_head *dibh; local
1030 struct buffer_head *dibh; local
[all...]
H A Dinode.c208 struct buffer_head *dibh; local
211 error = gfs2_meta_inode_buffer(ip, &dibh);
215 if (gfs2_metatype_check(GFS2_SB(&ip->i_inode), dibh, GFS2_METATYPE_DI)) {
216 brelse(dibh);
220 error = gfs2_dinode_in(ip, dibh->b_data);
221 brelse(dibh);
293 struct buffer_head *dibh; local
308 error = gfs2_meta_inode_buffer(ip, &dibh);
319 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
320 gfs2_dinode_out(ip, dibh
637 struct buffer_head *dibh; local
728 struct buffer_head *dibh; local
1078 struct buffer_head *dibh; local
1170 struct buffer_head *dibh; local
1215 struct buffer_head *dibh; local
[all...]
H A Deattr.c225 struct buffer_head *dibh; local
301 error = gfs2_meta_inode_buffer(ip, &dibh);
304 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
305 gfs2_dinode_out(ip, dibh->b_data);
306 brelse(dibh);
683 struct buffer_head *dibh; local
712 error = gfs2_meta_inode_buffer(ip, &dibh);
721 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
722 gfs2_dinode_out(ip, dibh->b_data);
723 brelse(dibh);
829 struct buffer_head *dibh; local
1114 struct buffer_head *dibh; local
1270 struct buffer_head *dibh; local
1305 struct buffer_head *indbh, *dibh; local
1423 struct buffer_head *dibh; local
[all...]
H A Ddir.c122 struct buffer_head *dibh; local
125 error = gfs2_meta_inode_buffer(ip, &dibh);
129 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
130 memcpy(dibh->b_data + offset + sizeof(struct gfs2_dinode), buf, size);
134 gfs2_dinode_out(ip, dibh->b_data);
136 brelse(dibh);
156 struct buffer_head *dibh; local
225 error = gfs2_meta_inode_buffer(ip, &dibh);
233 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
234 gfs2_dinode_out(ip, dibh
247 struct buffer_head *dibh; local
841 struct buffer_head *bh, *dibh; local
934 struct buffer_head *nbh, *obh, *dibh; local
1076 struct buffer_head *dibh; local
1425 struct buffer_head *dibh; local
1828 struct buffer_head *bh, *dibh; local
[all...]
H A Dops_inode.c328 struct buffer_head *dibh; local
349 error = gfs2_meta_inode_buffer(ip, &dibh);
352 gfs2_dinode_out(ip, dibh->b_data);
353 memcpy(dibh->b_data + sizeof(struct gfs2_dinode), symname,
355 brelse(dibh);
387 struct buffer_head *dibh; local
405 error = gfs2_meta_inode_buffer(ip, &dibh);
408 struct gfs2_dinode *di = (struct gfs2_dinode *)dibh->b_data;
413 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
421 gfs2_qstr2dirent(&str, dibh
757 struct buffer_head *dibh; local
918 struct buffer_head *dibh; local
[all...]
H A Dacl.c176 struct buffer_head *dibh; local
183 error = gfs2_meta_inode_buffer(ip, &dibh);
188 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
189 gfs2_dinode_out(ip, dibh->b_data);
190 brelse(dibh);
H A Dops_address.c196 struct buffer_head *dibh; local
214 error = gfs2_meta_inode_buffer(ip, &dibh);
219 memcpy(kaddr, dibh->b_data + sizeof(struct gfs2_dinode),
224 brelse(dibh);
469 struct buffer_head *dibh; local
476 error = gfs2_meta_inode_buffer(ip, &dibh);
480 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
481 di = (struct gfs2_dinode *)dibh->b_data;
490 memcpy(dibh->b_data + sizeof(struct gfs2_dinode) + from,
514 brelse(dibh);
[all...]

Completed in 28 milliseconds