Searched refs:LLONG_MAX (Results 1 - 35 of 35) sorted by relevance

/linux-4.1.27/kernel/rcu/
H A 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)
H A Dtree.h87 /* Process level is worth LLONG_MAX/2. */
/linux-4.1.27/fs/nfs/
H A Dnfs4file.c123 end = LLONG_MAX; nfs4_file_fsync()
H A Dfile.c297 end = LLONG_MAX; nfs_file_fsync()
/linux-4.1.27/drivers/s390/char/
H A Dhmcdrv_cache.c203 hmcdrv_cache_file.fsize = LLONG_MAX; hmcdrv_cache_cmd()
249 hmcdrv_cache_file.fsize = LLONG_MAX; hmcdrv_cache_shutdown()
/linux-4.1.27/fs/
H A Dsync.c204 return vfs_fsync_range(file, 0, LLONG_MAX, datasync); vfs_fsync()
317 endbyte = LLONG_MAX; SYSCALL_DEFINE4()
H A Dfs-writeback.c675 .range_end = LLONG_MAX, writeback_sb_inodes()
1549 .range_end = LLONG_MAX, write_inode_now()
H A Dread_write.c390 if (count >= -pos) /* both values are in 0..LLONG_MAX */ rw_verify_area()
/linux-4.1.27/fs/afs/
H A Dwrite.c553 } else if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) { afs_writepages()
554 end = (pgoff_t)(LLONG_MAX >> PAGE_CACHE_SHIFT); afs_writepages()
/linux-4.1.27/fs/ceph/
H A Dlocks.c56 if (LLONG_MAX == fl->fl_end) ceph_lock_message()
H A Daddr.c734 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) ceph_writepages_start()
/linux-4.1.27/drivers/target/
H A Dtarget_core_file.c404 end = LLONG_MAX; fd_execute_sync_cache()
410 end = LLONG_MAX; fd_execute_sync_cache()
692 end = LLONG_MAX; fd_execute_rw()
/linux-4.1.27/include/linux/
H A Dkernel.h27 #define LLONG_MAX ((long long)(~0ULL>>1)) macro
28 #define LLONG_MIN (-LLONG_MAX - 1)
/linux-4.1.27/fs/nfs/blocklayout/
H A Dblocklayout.c448 err = ext_tree_remove(bl, true, 0, LLONG_MAX); bl_free_layout_hdr()
/linux-4.1.27/kernel/time/
H A Dntp.c653 if (LLONG_MAX / PPM_SCALE < txc->freq) ntp_validate_timex()
/linux-4.1.27/fs/nfsd/
H A Dvfs.c961 loff_t end = LLONG_MAX; nfsd_vfs_write()
1117 loff_t end = LLONG_MAX; nfsd_commit()
/linux-4.1.27/fs/nilfs2/
H A Dsegment.c635 if (unlikely(start != 0 || end != LLONG_MAX)) { nilfs_lookup_dirty_data_buffers()
995 inode, &data_buffers, rest + 1, 0, LLONG_MAX); nilfs_segctor_scan_file()
/linux-4.1.27/fs/ubifs/
H A Dorphan.c581 cmt_no = le64_to_cpu(orph->cmt_no) & LLONG_MAX; do_kill_orphans()
H A Ddebug.c531 le64_to_cpu(orph->cmt_no) & LLONG_MAX); ubifs_dump_node()
/linux-4.1.27/fs/btrfs/
H A Dtree-log.c4751 * file range (0 to LLONG_MAX). This is because we can have btrfs_log_inode()
5011 log_mode, 0, LLONG_MAX, ctx); log_new_dir_dentries()
5157 0, LLONG_MAX, ctx); btrfs_log_inode_parent()
5440 LLONG_MAX, 1, NULL); btrfs_log_new_name()
H A Dextent_io.c3260 wbc->range_start == 0 && wbc->range_end == LLONG_MAX)) update_nr_written()
H A Dinode.c5827 ctx->pos = LLONG_MAX; btrfs_real_readdir()
/linux-4.1.27/fs/gfs2/
H A Daops.c371 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) gfs2_write_cache_jdata()
H A Dlog.c177 .range_end = LLONG_MAX, gfs2_ail1_start()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Drw.c1234 if (end == LLONG_MAX) { ll_writepages()
/linux-4.1.27/fs/exofs/
H A Dinode.c797 end = (wbc->range_end == LLONG_MAX) ? exofs_writepages()
/linux-4.1.27/fs/f2fs/
H A Dsegment.c2098 sit_i->min_mtime = LLONG_MAX; init_min_max_mtime()
/linux-4.1.27/mm/
H A Dmigrate.c650 .range_end = LLONG_MAX, writeout()
H A Dfilemap.c291 return __filemap_fdatawrite_range(mapping, 0, LLONG_MAX, sync_mode); __filemap_fdatawrite()
H A Dpage-writeback.c1862 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) write_cache_pages()
H A Dvmscan.c550 .range_end = LLONG_MAX, pageout()
/linux-4.1.27/fs/jbd2/
H A Dtransaction.c2481 new_size, LLONG_MAX); jbd2_journal_begin_ordered_truncate()
/linux-4.1.27/fs/cifs/
H A Dfile.c2059 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) cifs_writepages()
/linux-4.1.27/fs/ext4/
H A Dextents.c5474 LLONG_MAX); ext4_collapse_range()
H A Dinode.c2491 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX) ext4_writepages()

Completed in 800 milliseconds