| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | fixed31_32.h | 29 #ifndef LLONG_MAX 30 #define LLONG_MAX 9223372036854775807ll macro 33 #define LLONG_MIN (-LLONG_MAX - 1ll) 40 #ifndef LLONG_MAX 41 #define LLONG_MAX (-1LL>>1) macro 212 ASSERT(((arg.value >= 0) && (arg.value <= LLONG_MAX >> shift)) || in dc_fixpt_shl() 213 ((arg.value < 0) && (arg.value >= ~(LLONG_MAX >> shift)))); in dc_fixpt_shl() 249 ASSERT(((arg1.value >= 0) && (LLONG_MAX - arg1.value >= arg2.value)) || in dc_fixpt_add() 275 ((arg2.value < 0) && (LLONG_MAX + arg2.value >= arg1.value))); in dc_fixpt_sub() 466 ASSERT(LLONG_MAX - (long long)arg_value >= summand); in dc_fixpt_round() [all …]
|
| /linux/include/vdso/ |
| H A D | limits.h | 14 #define LLONG_MAX ((long long)(~0ULL >> 1)) macro 15 #define LLONG_MIN (-LLONG_MAX - 1)
|
| /linux/tools/include/nolibc/ |
| H A D | stdint.h | 124 #ifndef LLONG_MAX 125 #define LLONG_MAX __LONG_LONG_MAX__ macro
|
| H A D | stdlib.h | 522 return __strtox(nptr, endptr, base, LLONG_MIN, LLONG_MAX); in strtoul()
|
| /linux/fs/ |
| H A D | sync.c | 200 return vfs_fsync_range(file, 0, LLONG_MAX, datasync); in vfs_fsync() 263 endbyte = LLONG_MAX; in sync_file_range()
|
| H A D | fs-writeback.c | 1969 .range_end = LLONG_MAX, in writeback_sb_inodes() 2967 .range_end = LLONG_MAX, in write_inode_now()
|
| /linux/fs/afs/ |
| H A D | validation.c | 377 filemap_invalidate_inode(&vnode->netfs.inode, true, 0, LLONG_MAX); in afs_zap_data() 379 filemap_invalidate_inode(&vnode->netfs.inode, false, 0, LLONG_MAX); in afs_zap_data()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | exceptions_assert.c | 30 check_assert(s64, ==, eq_llong_max, LLONG_MAX);
|
| /linux/drivers/target/ |
| H A D | target_core_file.c | 403 end = LLONG_MAX; in fd_execute_sync_cache() 409 end = LLONG_MAX; in fd_execute_sync_cache() 646 end = LLONG_MAX; in fd_execute_rw_buffered()
|
| /linux/fs/btrfs/ |
| H A D | fiemap.c | 903 ret = btrfs_wait_ordered_range(btrfs_inode, 0, LLONG_MAX); in btrfs_fiemap() 917 ret = btrfs_wait_ordered_range(btrfs_inode, 0, LLONG_MAX); in btrfs_fiemap()
|
| /linux/net/rxrpc/ |
| H A D | rxgk_kdf.c | 238 gk->bytes_remaining = LLONG_MAX; in rxgk_generate_transport_key()
|
| /linux/fs/ntfs/ |
| H A D | file.c | 869 err = filemap_write_and_wait_range(vi->i_mapping, offset_down, LLONG_MAX); in ntfs_punch_hole() 948 offset_down, LLONG_MAX); in ntfs_collapse_range() 1004 offset_down, LLONG_MAX); in ntfs_insert_range()
|
| /linux/drivers/iio/test/ |
| H A D | iio-test-format.c | 240 value = LLONG_MAX; in iio_test_iio_format_value_integer_64()
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | mixer-test.c | 1004 if (snd_ctl_elem_info_get_max64(ctl->info) != LLONG_MAX) { in test_ctl_write_invalid_integer64() 1015 snd_ctl_elem_value_set_integer64(val, i, LLONG_MAX); in test_ctl_write_invalid_integer64()
|
| /linux/include/linux/ |
| H A D | netfs.h | 492 ctx->zero_point = LLONG_MAX; in netfs_inode_init()
|
| H A D | pagemap.h | 51 return filemap_fdatawait_range(mapping, 0, LLONG_MAX); in filemap_fdatawait() 65 return filemap_write_and_wait_range(mapping, 0, LLONG_MAX); in filemap_write_and_wait()
|
| /linux/fs/orangefs/ |
| H A D | file.c | 566 r = filemap_write_and_wait_range(file->f_mapping, 0, LLONG_MAX); in orangefs_flush()
|
| /linux/fs/nfs/ |
| H A D | localio.c | 1012 loff_t end = LLONG_MAX; in nfs_local_run_commit() 1017 end = LLONG_MAX; in nfs_local_run_commit()
|
| /linux/fs/ceph/ |
| H A D | locks.c | 108 if (LLONG_MAX == fl->fl_end) in ceph_lock_message()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_shmem.c | 313 .range_end = LLONG_MAX, in __shmem_writeback()
|
| /linux/mm/ |
| H A D | filemap.c | 419 return filemap_fdatawrite_range(mapping, 0, LLONG_MAX); in filemap_fdatawrite() 452 return filemap_flush_range(mapping, 0, LLONG_MAX); in filemap_flush() 463 return filemap_writeback(mapping, 0, LLONG_MAX, WB_SYNC_NONE, in filemap_flush_nr() 627 __filemap_fdatawait_range(mapping, 0, LLONG_MAX); in filemap_fdatawait_keep_errors() 4529 pgoff_t nr = end == LLONG_MAX ? ULONG_MAX : last - first + 1; in filemap_invalidate_inode()
|
| /linux/block/ |
| H A D | blk.h | 25 #define BLK_DEV_MAX_SECTORS (LLONG_MAX >> 9)
|
| /linux/fs/erofs/ |
| H A D | fscache.c | 136 pstart, &len, LLONG_MAX, &flags, 0); in erofs_fscache_read_io_async()
|
| /linux/fs/ubifs/ |
| H A D | orphan.c | 556 cmt_no = le64_to_cpu(orph->cmt_no) & LLONG_MAX; in do_kill_orphans()
|
| /linux/drivers/block/ |
| H A D | loop.c | 928 if (info->lo_offset > LLONG_MAX || info->lo_sizelimit > LLONG_MAX) in loop_set_status_from_info()
|