Home
last modified time | relevance | path

Searched refs:right_end (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c3704 char *right = tok + 1, *right_end; local
3724 right_end = right + 1;
3725 while (isalnum(*right_end) || *right_end == '_' || *right_end == '|')
3726 ++right_end;
3731 right_size = right_end - right;
3762 if (asprintf(&n, "%.*s%s%s", expansion_offset, new_filter, expansion, right_end) < 0) {
3784 left = right_end;
/openbmc/linux/fs/ocfs2/
H A Dalloc.c1959 u32 left_clusters, right_end; in ocfs2_adjust_adjacent_records() local
1982 right_end = le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
1983 right_end += le32_to_cpu(right_rec->e_int_clusters); in ocfs2_adjust_adjacent_records()
1988 right_end -= le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
1989 right_rec->e_int_clusters = cpu_to_le32(right_end); in ocfs2_adjust_adjacent_records()