Lines Matching refs:gd
7451 struct ocfs2_group_desc *gd, in ocfs2_trim_extent() argument
7469 discard += le64_to_cpu(gd->bg_blkno); in ocfs2_trim_extent()
7477 struct ocfs2_group_desc *gd, u64 group, in ocfs2_trim_group() argument
7481 void *bitmap = gd->bg_bitmap; in ocfs2_trim_group()
7483 if (le16_to_cpu(gd->bg_free_bits_count) < minbits) in ocfs2_trim_group()
7486 trace_ocfs2_trim_group((unsigned long long)le64_to_cpu(gd->bg_blkno), in ocfs2_trim_group()
7496 ret = ocfs2_trim_extent(sb, gd, group, in ocfs2_trim_group()
7511 if ((le16_to_cpu(gd->bg_free_bits_count) - count) < minbits) in ocfs2_trim_group()
7532 struct ocfs2_group_desc *gd = NULL; in ocfs2_trim_mainbm() local
7603 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_mainbm()
7604 cnt = ocfs2_trim_group(sb, gd, group, in ocfs2_trim_mainbm()