Home
last modified time | relevance | path

Searched refs:LLONG_MAX (Results 1 – 37 of 37) sorted by relevance

/linux-4.4.14/kernel/rcu/
Drcu.h52 #define DYNTICK_TASK_NEST_VALUE ((LLONG_MAX >> DYNTICK_TASK_NEST_WIDTH) + 1)
53 #define DYNTICK_TASK_NEST_MASK (LLONG_MAX - DYNTICK_TASK_NEST_VALUE + 1)
/linux-4.4.14/drivers/s390/char/
Dhmcdrv_cache.c203 hmcdrv_cache_file.fsize = LLONG_MAX; in hmcdrv_cache_cmd()
249 hmcdrv_cache_file.fsize = LLONG_MAX; in hmcdrv_cache_shutdown()
/linux-4.4.14/fs/
Dsync.c209 return vfs_fsync_range(file, 0, LLONG_MAX, datasync); in vfs_fsync()
322 endbyte = LLONG_MAX; in SYSCALL_DEFINE4()
Dfs-writeback.c1453 .range_end = LLONG_MAX, in writeback_sb_inodes()
2359 .range_end = LLONG_MAX, in write_inode_now()
/linux-4.4.14/drivers/target/
Dtarget_core_file.c332 end = LLONG_MAX; in fd_execute_sync_cache()
338 end = LLONG_MAX; in fd_execute_sync_cache()
581 end = LLONG_MAX; in fd_execute_rw()
/linux-4.4.14/fs/f2fs/
Dfile.c956 ret = filemap_write_and_wait_range(inode->i_mapping, offset, LLONG_MAX); in f2fs_collapse_range()
967 filemap_write_and_wait_range(inode->i_mapping, offset, LLONG_MAX); in f2fs_collapse_range()
1120 ret = filemap_write_and_wait_range(inode->i_mapping, offset, LLONG_MAX); in f2fs_insert_range()
1140 filemap_write_and_wait_range(inode->i_mapping, offset, LLONG_MAX); in f2fs_insert_range()
1391 ret = f2fs_sync_file(filp, 0, LLONG_MAX, 0); in f2fs_ioc_commit_atomic_write()
Ddata.c1237 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) in f2fs_write_cache_pages()
Dsegment.c2264 sit_i->min_mtime = LLONG_MAX; in init_min_max_mtime()
/linux-4.4.14/include/linux/
Dkernel.h27 #define LLONG_MAX ((long long)(~0ULL>>1)) macro
28 #define LLONG_MIN (-LLONG_MAX - 1)
/linux-4.4.14/fs/afs/
Dwrite.c553 } else if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) { in afs_writepages()
554 end = (pgoff_t)(LLONG_MAX >> PAGE_CACHE_SHIFT); in afs_writepages()
/linux-4.4.14/fs/nfs/
Dnfs4file.c155 end = LLONG_MAX; in nfs4_file_fsync()
Dfile.c290 end = LLONG_MAX; in nfs_file_fsync()
/linux-4.4.14/fs/hugetlbfs/
Dinode.c361 bool truncate_op = (lend == LLONG_MAX); in remove_inode_hugepages()
447 remove_inode_hugepages(inode, 0, LLONG_MAX); in hugetlbfs_evict_inode()
507 remove_inode_hugepages(inode, offset, LLONG_MAX); in hugetlb_vmtruncate()
/linux-4.4.14/fs/ceph/
Dlocks.c56 if (LLONG_MAX == fl->fl_end) in ceph_lock_message()
Daddr.c742 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) in ceph_writepages_start()
/linux-4.4.14/kernel/time/
Dntp.c687 if (LLONG_MAX / PPM_SCALE < txc->freq) in ntp_validate_timex()
/linux-4.4.14/fs/ubifs/
Dorphan.c581 cmt_no = le64_to_cpu(orph->cmt_no) & LLONG_MAX; in do_kill_orphans()
Ddebug.c531 le64_to_cpu(orph->cmt_no) & LLONG_MAX); in ubifs_dump_node()
/linux-4.4.14/fs/gfs2/
Dlog.c177 .range_end = LLONG_MAX, in gfs2_ail1_start()
Daops.c371 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) in gfs2_write_cache_jdata()
/linux-4.4.14/fs/nfs/blocklayout/
Dblocklayout.c443 err = ext_tree_remove(bl, true, 0, LLONG_MAX); in bl_free_layout_hdr()
/linux-4.4.14/fs/nfsd/
Dvfs.c923 loff_t end = LLONG_MAX; in nfsd_vfs_write()
1047 loff_t end = LLONG_MAX; in nfsd_commit()
/linux-4.4.14/fs/btrfs/
Dtree-log.c5113 log_mode, 0, LLONG_MAX, ctx); in log_new_dir_dentries()
5227 LOG_INODE_ALL, 0, LLONG_MAX, ctx); in btrfs_log_all_parents()
5377 0, LLONG_MAX, ctx); in btrfs_log_inode_parent()
5660 LLONG_MAX, 1, NULL); in btrfs_log_new_name()
Dbackref.c231 ref->key_for_search.offset >= LLONG_MAX) in __add_prelim_ref()
Dextent_io.c3331 wbc->range_start == 0 && wbc->range_end == LLONG_MAX)) in update_nr_written()
Dinode.c5898 ctx->pos = LLONG_MAX; in btrfs_real_readdir()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Drw.c1206 if (end == LLONG_MAX) { in ll_writepages()
/linux-4.4.14/mm/
Dmigrate.c680 .range_end = LLONG_MAX, in writeout()
Dpage-writeback.c2172 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) in write_cache_pages()
Dfilemap.c305 return __filemap_fdatawrite_range(mapping, 0, LLONG_MAX, sync_mode); in __filemap_fdatawrite()
Dvmscan.c580 .range_end = LLONG_MAX, in pageout()
/linux-4.4.14/fs/nilfs2/
Dsegment.c696 if (unlikely(start != 0 || end != LLONG_MAX)) { in nilfs_lookup_dirty_data_buffers()
1056 inode, &data_buffers, rest + 1, 0, LLONG_MAX); in nilfs_segctor_scan_file()
/linux-4.4.14/fs/exofs/
Dinode.c794 end = (wbc->range_end == LLONG_MAX) ? in exofs_writepages()
/linux-4.4.14/fs/jbd2/
Dtransaction.c2581 new_size, LLONG_MAX); in jbd2_journal_begin_ordered_truncate()
/linux-4.4.14/fs/ext4/
Dextents.c5538 LLONG_MAX); in ext4_collapse_range()
5676 LLONG_MAX); in ext4_insert_range()
Dinode.c2523 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) in ext4_writepages()
/linux-4.4.14/fs/cifs/
Dfile.c2059 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) in cifs_writepages()