Lines Matching refs:gd
7247 struct ocfs2_group_desc *gd, in ocfs2_trim_extent() argument
7253 discard = le64_to_cpu(gd->bg_blkno) + in ocfs2_trim_extent()
7262 struct ocfs2_group_desc *gd, in ocfs2_trim_group() argument
7266 void *bitmap = gd->bg_bitmap; in ocfs2_trim_group()
7268 if (le16_to_cpu(gd->bg_free_bits_count) < minbits) in ocfs2_trim_group()
7271 trace_ocfs2_trim_group((unsigned long long)le64_to_cpu(gd->bg_blkno), in ocfs2_trim_group()
7281 ret = ocfs2_trim_extent(sb, gd, in ocfs2_trim_group()
7296 if ((le16_to_cpu(gd->bg_free_bits_count) - count) < minbits) in ocfs2_trim_group()
7316 struct ocfs2_group_desc *gd = NULL; in ocfs2_trim_fs() local
7378 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_fs()
7379 cnt = ocfs2_trim_group(sb, gd, first_bit, last_bit, minlen); in ocfs2_trim_fs()