Lines Matching defs:end_list
1666 __u16 *end_list, unsigned int end_aligned)
1674 if (end_list && mp_eq_to_hgt(mp, end_list, h)) {
1676 end = first + end_list[h] + keep_end;
1702 __u16 *end_list, unsigned int end_aligned,
1715 if (end_list && mp_eq_to_hgt(mp, end_list, height)) {
1717 *end = first + end_list[height] + keep_end;
1723 __u16 *end_list, unsigned int end_aligned)
1727 if (end_list) {
1729 if (!mp_eq_to_hgt(mp, end_list, height))
1731 end = end_list[height] + keep_end;
1763 __u16 __end_list[GFS2_MAX_META_HEIGHT], *end_list = NULL;
1783 * end_list, and end_aligned.
1809 end_list = __end_list;
1810 memcpy(end_list, mp.mp_list, sizeof(mp.mp_list));
1813 if (end_list[mp_h])
1840 end_list, end_aligned, &start, &end);
1890 end_list, 0 /* end_aligned */,
1928 if (walk_done(sdp, &mp, mp_h, end_list, end_aligned))
1933 if (find_nonnull_ptr(sdp, &mp, mp_h, end_list, end_aligned)) {
1959 end_list, end_aligned,
1976 if (find_nonnull_ptr(sdp, &mp, mp_h, end_list, end_aligned))