Lines Matching defs:end_list
1614 * @end_list: See punch_hole().
1623 __u16 *end_list, unsigned int end_aligned)
1631 if (end_list && mp_eq_to_hgt(mp, end_list, h)) {
1633 end = first + end_list[h] + keep_end;
1659 __u16 *end_list, unsigned int end_aligned,
1672 if (end_list && mp_eq_to_hgt(mp, end_list, height)) {
1674 *end = first + end_list[height] + keep_end;
1680 __u16 *end_list, unsigned int end_aligned)
1684 if (end_list) {
1686 if (!mp_eq_to_hgt(mp, end_list, height))
1688 end = end_list[height] + keep_end;
1720 __u16 __end_list[GFS2_MAX_META_HEIGHT], *end_list = NULL;
1740 * end_list, and end_aligned.
1766 end_list = __end_list;
1767 memcpy(end_list, mp.mp_list, sizeof(mp.mp_list));
1770 if (end_list[mp_h])
1797 end_list, end_aligned, &start, &end);
1847 end_list, 0 /* end_aligned */,
1885 if (walk_done(sdp, &mp, mp_h, end_list, end_aligned))
1890 if (find_nonnull_ptr(sdp, &mp, mp_h, end_list, end_aligned)) {
1916 end_list, end_aligned,
1933 if (find_nonnull_ptr(sdp, &mp, mp_h, end_list, end_aligned))