Lines Matching defs:last

65  * Portability note: the last comparison (check that we fit into triple
123 * if everything went OK or the pointer to the last filled triple
135 * (pointer to last triple returned, *@err == 0)
244 * @partial: pointer to the last triple within a chain
311 * This function allocates blocks, zeroes out all but the last one,
316 * we had read the existing part of chain and partial points to the last
320 * set the last link), but branch->key contains the number that should
509 * set the last missing link (that will protect us from any truncate-generated
790 * their last elements that should not be removed - in
791 * @chain[].p. Return value is the pointer to last filled element
826 * OK, we've found the last block that must survive. The rest of our
855 * We release `count' blocks on disk, but (last - first) may be greater
865 __le32 *last)
889 for (p = first; p < last; p++)
903 * @this_bh: indirect buffer_head which contains *@first and *@last
905 * @last: points immediately past the end of array
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
996 * @last: pointer immediately past the end of array
1005 __le32 *first, __le32 *last, int depth)
1016 p = last;
1110 ext4_free_data(handle, inode, parent_bh, first, last);
1224 * @end: One block after the last block to remove (exclusive)
1323 * points to the last element which should not be
1382 * points to the last element which should not be