| /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/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()
|
| H A D | inode.c | 677 .range_end = LLONG_MAX, in afs_evict_inode()
|
| /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/ntfs3/ |
| H A D | file.c | 529 LLONG_MAX); in ntfs_fallocate() 593 err = filemap_write_and_wait_range(mapping, end, LLONG_MAX); in ntfs_fallocate() 612 LLONG_MAX); in ntfs_fallocate()
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | mixer-test.c | 1005 if (snd_ctl_elem_info_get_max64(ctl->info) != LLONG_MAX) { in test_ctl_write_invalid_integer64() 1016 snd_ctl_elem_value_set_integer64(val, i, LLONG_MAX); in test_ctl_write_invalid_integer64()
|
| /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 | 1040 loff_t end = LLONG_MAX; in nfs_local_run_commit() 1045 end = LLONG_MAX; in nfs_local_run_commit()
|
| /linux/fs/ceph/ |
| H A D | locks.c | 106 if (LLONG_MAX == fl->fl_end) in ceph_lock_message()
|
| /linux/include/linux/ |
| H A D | netfs.h | 738 ctx->_zero_point = LLONG_MAX; in netfs_inode_init()
|
| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.c | 601 LLONG_MAX, NULL); in xfs_free_eofblocks() 942 round_down(offset + len, PAGE_SIZE), LLONG_MAX); in xfs_free_file_space()
|
| /linux/block/ |
| H A D | blk.h | 26 #define BLK_DEV_MAX_SECTORS (LLONG_MAX >> 9)
|
| H A D | ioctl.c | 42 if (p.start < 0 || p.length <= 0 || LLONG_MAX - p.length < p.start) in blkpg_do_ioctl()
|
| /linux/fs/ubifs/ |
| H A D | orphan.c | 556 cmt_no = le64_to_cpu(orph->cmt_no) & LLONG_MAX; in do_kill_orphans()
|
| /linux/fs/ |
| H A D | fs-writeback.c | 2012 .range_end = LLONG_MAX, in writeback_sb_inodes() 3073 .range_end = LLONG_MAX, in write_inode_now()
|
| /linux/drivers/block/ |
| H A D | loop.c | 936 if (info->lo_offset > LLONG_MAX || info->lo_sizelimit > LLONG_MAX) in loop_set_status_from_info()
|
| /linux/fs/fuse/ |
| H A D | file.c | 868 if (pos + (desc.length - 1) == LLONG_MAX) in fuse_do_readfolio() 1072 if (pos + (count - 1) == LLONG_MAX) { in fuse_send_readpages() 2825 int err = filemap_write_and_wait_range(inode->i_mapping, start, LLONG_MAX); in fuse_writeback_range()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 712 loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX; in nfsd4_clone_file_range() 1690 end = LLONG_MAX; in nfsd_commit()
|
| /linux/fs/ext4/ |
| H A D | inode.c | 2850 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) in ext4_do_writepages() 2858 mpd->end_pos = LLONG_MAX; in ext4_do_writepages() 4662 err = ext4_block_zero_eof(inode, inode->i_size, LLONG_MAX); in ext4_truncate() 6153 oldsize, LLONG_MAX); in ext4_setattr()
|
| /linux/io_uring/ |
| H A D | rw.c | 1273 if (ctx->hybrid_poll_time == LLONG_MAX) in io_hybrid_iopoll_delay()
|