Lines Matching refs:first
253 * metaptr1 - Return the first possible metadata pointer in a metapath buffer
377 /* find the first buffer we need to look up. */
427 const __be64 *first = ptr;
439 return ptr - first;
796 const __be64 *first, *ptr, *end;
801 * first time needs to be large enough to get the reservation and
815 first = metapointer(ip->i_height - 1, mp);
817 if (end - first > size)
818 end = first + size;
819 for (ptr = first; ptr < end; ptr++) {
823 return ptr - first;
1626 __be64 *first, *ptr, *end;
1628 first = metaptr1(h, mp);
1629 ptr = first + mp->mp_list[h];
1633 end = first + end_list[h] + keep_end;
1638 mp->mp_list[h] = ptr - first;
1663 __be64 *first;
1665 first = metaptr1(height, mp);
1666 *start = first;
1669 *start = first + start_list[height] + keep_start;
1674 *end = first + end_list[height] + keep_end;
1843 * point is the first metapath we must not deallocate!
1905 /* On the first pass, issue read-ahead on metadata. */
2227 * So the extent would map the first block for the entire file length.