Lines Matching defs:first
754 * Probably it should be a library function... search for first non-zero word
779 * from it (and it is on the path to the first completely truncated
855 * We release `count' blocks on disk, but (last - first) may be greater
864 unsigned long count, __le32 *first,
889 for (p = first; p < last; p++)
903 * @this_bh: indirect buffer_head which contains *@first and *@last
904 * @first: array of block numbers
915 * @this_bh will be %NULL if @first and @last point into the inode's direct
920 __le32 *first, __le32 *last)
941 for (p = first; p < last; p++) {
994 * @parent_bh: the buffer_head which contains *@first and *@last
995 * @first: array of block numbers
1005 __le32 *first, __le32 *last, int depth)
1017 while (--p >= first) {
1110 ext4_free_data(handle, inode, parent_bh, first, last);