Lines Matching refs:first
253 * metaptr1 - Return the first possible metadata pointer in a metapath buffer
378 /* find the first buffer we need to look up. */
428 const __be64 *first = ptr;
440 return ptr - first;
798 const __be64 *first, *ptr, *end;
803 * first time needs to be large enough to get the reservation and
817 first = metapointer(ip->i_height - 1, mp);
819 if (end - first > size)
820 end = first + size;
821 for (ptr = first; ptr < end; ptr++) {
825 return ptr - first;
1669 __be64 *first, *ptr, *end;
1671 first = metaptr1(h, mp);
1672 ptr = first + mp->mp_list[h];
1676 end = first + end_list[h] + keep_end;
1681 mp->mp_list[h] = ptr - first;
1706 __be64 *first;
1708 first = metaptr1(height, mp);
1709 *start = first;
1712 *start = first + start_list[height] + keep_start;
1717 *end = first + end_list[height] + keep_end;
1886 * point is the first metapath we must not deallocate!
1948 /* On the first pass, issue read-ahead on metadata. */
2278 * So the extent would map the first block for the entire file length.