Lines Matching refs:gd
7272 struct ocfs2_group_desc *gd, in ocfs2_trim_extent() argument
7278 discard = le64_to_cpu(gd->bg_blkno) + in ocfs2_trim_extent()
7287 struct ocfs2_group_desc *gd, in ocfs2_trim_group() argument
7291 void *bitmap = gd->bg_bitmap; in ocfs2_trim_group()
7293 if (le16_to_cpu(gd->bg_free_bits_count) < minbits) in ocfs2_trim_group()
7296 trace_ocfs2_trim_group((unsigned long long)le64_to_cpu(gd->bg_blkno), in ocfs2_trim_group()
7306 ret = ocfs2_trim_extent(sb, gd, in ocfs2_trim_group()
7321 if ((le16_to_cpu(gd->bg_free_bits_count) - count) < minbits) in ocfs2_trim_group()
7341 struct ocfs2_group_desc *gd = NULL; in ocfs2_trim_fs() local
7403 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_fs()
7404 cnt = ocfs2_trim_group(sb, gd, first_bit, last_bit, minlen); in ocfs2_trim_fs()