• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/

Lines Matching defs:eb

148 	struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data;
159 path->p_node[index].el = &eb->h_list;
297 struct ocfs2_extent_block *eb;
315 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
316 el = &eb->h_list;
347 struct ocfs2_extent_block *eb;
382 eb = (struct ocfs2_extent_block *) bhs[i]->b_data;
384 strcpy(eb->h_signature, OCFS2_EXTENT_BLOCK_SIGNATURE);
385 eb->h_blkno = cpu_to_le64(first_blkno);
386 eb->h_fs_generation = cpu_to_le32(osb->fs_generation);
390 eb->h_suballoc_slot = 0;
392 eb->h_suballoc_slot = cpu_to_le16(osb->slot_num);
394 eb->h_suballoc_bit = cpu_to_le16(suballoc_bit_start);
395 eb->h_list.l_count =
472 struct ocfs2_extent_block *eb;
484 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
485 el = &eb->h_list;
494 /* allocate the number of new eb blocks we need */
510 eb = (struct ocfs2_extent_block *)last_eb_bh->b_data;
511 new_cpos = ocfs2_sum_rightmost_rec(&eb->h_list);
523 eb = (struct ocfs2_extent_block *) bh->b_data;
524 if (!OCFS2_IS_VALID_EXTENT_BLOCK(eb)) {
525 OCFS2_RO_ON_INVALID_EXTENT_BLOCK(inode->i_sb, eb);
529 eb_el = &eb->h_list;
538 eb->h_next_leaf_blk = 0;
554 new_last_eb_blk = le64_to_cpu(eb->h_blkno);
562 next_blkno = le64_to_cpu(eb->h_blkno);
604 eb = (struct ocfs2_extent_block *) last_eb_bh->b_data;
605 eb->h_next_leaf_blk = cpu_to_le64(new_last_eb_blk);
648 struct ocfs2_extent_block *eb;
661 eb = (struct ocfs2_extent_block *) new_eb_bh->b_data;
662 if (!OCFS2_IS_VALID_EXTENT_BLOCK(eb)) {
663 OCFS2_RO_ON_INVALID_EXTENT_BLOCK(inode->i_sb, eb);
668 eb_el = &eb->h_list;
703 fe_el->l_recs[0].e_blkno = eb->h_blkno;
712 fe->i_last_eb_blk = eb->h_blkno;
756 struct ocfs2_extent_block *eb;
799 eb = (struct ocfs2_extent_block *) bh->b_data;
800 if (!OCFS2_IS_VALID_EXTENT_BLOCK(eb)) {
801 OCFS2_RO_ON_INVALID_EXTENT_BLOCK(inode->i_sb, eb);
805 el = &eb->h_list;
1027 struct ocfs2_extent_block *eb;
1079 eb = (struct ocfs2_extent_block *) bh->b_data;
1080 el = &eb->h_list;
1081 if (!OCFS2_IS_VALID_EXTENT_BLOCK(eb)) {
1082 OCFS2_RO_ON_INVALID_EXTENT_BLOCK(inode->i_sb, eb);
1149 struct ocfs2_extent_block *eb =(struct ocfs2_extent_block *)bh->b_data;
1150 struct ocfs2_extent_list *el = &eb->h_list;
2185 struct ocfs2_extent_block *eb;
2207 eb = (struct ocfs2_extent_block *) bh->b_data;
2208 el = &eb->h_list;
2946 struct ocfs2_extent_block *eb;
3013 eb = (struct ocfs2_extent_block *) bh->b_data;
3014 el = &eb->h_list;
3015 if (!OCFS2_IS_VALID_EXTENT_BLOCK(eb)) {
3016 OCFS2_RO_ON_INVALID_EXTENT_BLOCK(inode->i_sb, eb);
3024 (unsigned long long)le64_to_cpu(eb->h_blkno), cpos);
3198 struct ocfs2_extent_block *eb =
3205 deleted_eb = le64_to_cpu(eb->h_blkno);
3215 if (le16_to_cpu(eb->h_suballoc_slot) == 0) {
3230 eb);
3763 struct ocfs2_extent_block *eb;
3799 eb = (struct ocfs2_extent_block *) last_eb_bh->b_data;
3800 if (!OCFS2_IS_VALID_EXTENT_BLOCK(eb)) {
3801 OCFS2_RO_ON_INVALID_EXTENT_BLOCK(inode->i_sb, eb);
3807 el = &(eb->h_list);