Lines Matching refs:UINT64_MAX
404 uint64_t seqnum = UINT64_MAX; in loop_device_make_internal()
430 if (offset == 0 && IN_SET(size, 0, UINT64_MAX)) { in loop_device_make_internal()
459 .uevent_seqnum_not_before = UINT64_MAX, in loop_device_make_internal()
509 .lo_sizelimit = size == UINT64_MAX ? 0 : size, in loop_device_make_internal()
815 .uevent_seqnum_not_before = UINT64_MAX, in loop_device_open()
862 if (current_offset > UINT64_MAX/512U) in resize_partition()
869 if (size == UINT64_MAX && offset == UINT64_MAX) in resize_partition()
894 .start = offset == UINT64_MAX ? current_offset : offset, in resize_partition()
895 .length = size == UINT64_MAX ? current_size : size, in resize_partition()
931 if (size == UINT64_MAX && offset == UINT64_MAX) in loop_device_refresh_size()
936 if (size != UINT64_MAX) in loop_device_refresh_size()
938 if (offset != UINT64_MAX) in loop_device_refresh_size()