Searched refs:clst_per_frame (Results 1 – 1 of 1) sorted by relevance
1019 CLST clst_per_frame = 1u << attr_b->nres.c_unit; in attr_data_get_block() local1020 CLST cmask = ~(clst_per_frame - 1); in attr_data_get_block()1024 to_alloc = ((vcn0 + clen + clst_per_frame - 1) & cmask) - vcn; in attr_data_get_block()1025 if (fr < clst_per_frame) in attr_data_get_block()1026 fr = clst_per_frame; in attr_data_get_block()