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

/linux-master/fs/ocfs2/
H A Dsuballoc.c104 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg,
161 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *)bh->b_data;
204 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *)bh->b_data;
244 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *)bh->b_data;
270 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *)bh->b_data;
319 struct ocfs2_group_desc *b
[all...]
H A Dresize.c39 struct ocfs2_group_desc *gd,
89 struct ocfs2_group_desc *group;
105 group = (struct ocfs2_group_desc *)group_bh->b_data;
265 struct ocfs2_group_desc *group = NULL;
321 group = (struct ocfs2_group_desc *)group_bh->b_data;
375 struct ocfs2_group_desc *gd =
376 (struct ocfs2_group_desc *)group_bh->b_data;
455 struct ocfs2_group_desc *group = NULL;
528 group = (struct ocfs2_group_desc *)group_bh->b_data;
H A Docfs2_fs.h876 struct ocfs2_group_desc struct
1322 offsetof(struct ocfs2_group_desc, bg_list.l_recs);
1362 offsetof(struct ocfs2_group_desc, bg_bitmap);
1490 offsetof(struct ocfs2_group_desc, bg_list.l_recs);
1510 offsetof(struct ocfs2_group_desc, bg_bitmap);
1594 static inline int ocfs2_gd_is_discontig(struct ocfs2_group_desc *gd)
1596 if ((offsetof(struct ocfs2_group_desc, bg_bitmap) +
1598 offsetof(struct ocfs2_group_desc, bg_list))
H A Dmove_extents.c376 struct ocfs2_group_desc *bg;
434 bg = (struct ocfs2_group_desc *)gd_bh->b_data;
471 struct ocfs2_group_desc *bg;
492 bg = (struct ocfs2_group_desc *)gd_bh->b_data;
527 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *)bh->b_data;
574 struct ocfs2_group_desc *gd;
679 gd = (struct ocfs2_group_desc *)gd_bh->b_data;
H A Dsuballoc.h84 struct ocfs2_group_desc *bg,
H A Dioctl.c443 struct ocfs2_group_desc *bg = NULL;
477 bg = (struct ocfs2_group_desc *)bh->b_data;
H A Djournal.c590 .ot_offset = offsetof(struct ocfs2_group_desc, bg_check),
H A Dalloc.c7462 struct ocfs2_group_desc *gd,
7488 struct ocfs2_group_desc *gd, u64 group,
7543 struct ocfs2_group_desc *gd = NULL;
7614 gd = (struct ocfs2_group_desc *)gd_bh->b_data;

Completed in 177 milliseconds