Lines Matching refs:last
278 pgoff_t first = call->first, last = call->last; in afs_send_pages() local
287 _debug("attach %lx-%lx", first, last); in afs_send_pages()
289 count = last - first + 1; in afs_send_pages()
299 if (first + loop >= last) in afs_send_pages()
315 if (first + loop >= last) in afs_send_pages()
329 } while (first <= last); in afs_send_pages()
459 bool last; in afs_deliver_to_call() local
473 last = rxrpc_kernel_is_data_last(skb); in afs_deliver_to_call()
474 ret = call->type->deliver(call, skb, last); in afs_deliver_to_call()
477 if (last && in afs_deliver_to_call()
729 bool last) in afs_deliver_cm_op_id() argument
734 _enter("{%u},{%zu},%d", call->offset, len, last); in afs_deliver_cm_op_id()
747 if (last) { in afs_deliver_cm_op_id()
764 return call->type->deliver(call, skb, last); in afs_deliver_cm_op_id()
839 bool last, void *buf, size_t count) in afs_extract_data() argument
843 _enter("{%u},{%zu},%d,,%zu", call->offset, len, last, count); in afs_extract_data()
854 if (last) { in afs_extract_data()