Lines Matching defs:first
757 * Probably it should be a library function... search for first non-zero word
782 * from it (and it is on the path to the first completely truncated
858 * We release `count' blocks on disk, but (last - first) may be greater
867 unsigned long count, __le32 *first,
892 for (p = first; p < last; p++)
906 * @this_bh: indirect buffer_head which contains *@first and *@last
907 * @first: array of block numbers
918 * @this_bh will be %NULL if @first and @last point into the inode's direct
923 __le32 *first, __le32 *last)
945 for (p = first; p < last; p++) {
998 * @parent_bh: the buffer_head which contains *@first and *@last
999 * @first: array of block numbers
1009 __le32 *first, __le32 *last, int depth)
1021 while (--p >= first) {
1115 ext4_free_data(handle, inode, parent_bh, first, last);