Searched refs:start_pos (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | regset.h | 266 const int start_pos, const int end_pos) in user_regset_copyin() argument 270 BUG_ON(*pos < start_pos); in user_regset_copyin() 274 data += *pos - start_pos; in user_regset_copyin() 292 const int start_pos, in user_regset_copyin_ignore() argument 297 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
|
| H A D | netfs.h | 334 loff_t start_pos, 342 loff_t start_pos,
|
| H A D | bpf_verifier.h | 744 u64 start_pos; member
|
| /linux/kernel/bpf/ |
| H A D | log.c | 97 if (new_end - log->start_pos >= log->len_total) in bpf_verifier_vlog() 100 new_start = log->start_pos; in bpf_verifier_vlog() 102 log->start_pos = new_start; in bpf_verifier_vlog() 165 if (log->end_pos < log->start_pos) in bpf_vlog_reset() 166 log->start_pos = log->end_pos; in bpf_vlog_reset() 238 if (log->start_pos == 0) in bpf_vlog_finalize() 274 div_u64_rem(log->start_pos, log->len_total, &sublen); in bpf_vlog_finalize()
|
| /linux/fs/btrfs/ |
| H A D | file.c | 69 u64 start_pos; in btrfs_dirty_folio() local 81 start_pos = round_down(pos, fs_info->sectorsize); in btrfs_dirty_folio() 82 num_bytes = round_up(end_pos - start_pos, fs_info->sectorsize); in btrfs_dirty_folio() 86 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_folio() 88 ret = btrfs_reset_extent_delalloc(inode, start_pos, end_of_last_block, in btrfs_dirty_folio() 93 btrfs_folio_clamp_set_uptodate(fs_info, folio, start_pos, num_bytes); in btrfs_dirty_folio() 94 btrfs_folio_clamp_set_dirty(fs_info, folio, start_pos, num_bytes); in btrfs_dirty_folio() 892 u64 start_pos; in lock_and_cleanup_extent() local 895 start_pos = round_down(pos, fs_info->sectorsize); in lock_and_cleanup_extent() 899 if (!btrfs_try_lock_extent(&inode->io_tree, start_pos, in lock_and_cleanup_extent() [all …]
|
| /linux/fs/ext4/ |
| H A D | inode.c | 1690 loff_t start_pos; /* The start pos to write */ member 1716 if (mpd->start_pos >= mpd->next_pos) in mpage_release_unused_pages() 1722 start = EXT4_B_TO_LBLK(inode, mpd->start_pos); in mpage_release_unused_pages() 1735 index = mpd->start_pos >> PAGE_SHIFT; in mpage_release_unused_pages() 1744 if (folio_pos(folio) < mpd->start_pos) in mpage_release_unused_pages() 2064 mpd->start_pos += folio_size(folio); in mpage_folio_done() 2074 WARN_ON_ONCE(folio_pos(folio) != mpd->start_pos); in mpage_submit_folio() 2406 mpd->start_pos >> PAGE_SHIFT); in mpage_submit_partial_folio() 2426 mpd->start_pos = pos; in mpage_submit_partial_folio() 2525 disksize = mpd->start_pos; in mpage_map_and_submit_extent() [all …]
|
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | cmd.h | 58 loff_t start_pos; member
|
| /linux/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 245 loff_t start_pos, 251 loff_t start_pos,
|
| /linux/drivers/android/ |
| H A D | binder.c | 6510 size_t start_pos = m->count; in print_binder_thread_ilocked() local 6540 m->count = start_pos; in print_binder_thread_ilocked() 6640 size_t start_pos = m->count; in print_binder_proc() local 6691 m->count = start_pos; in print_binder_proc()
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 3604 my $start_pos = $-[1]; 3617 $start_char = substr($rawline, $start_pos - 1, 1) if ($start_pos > ($in_commit_log ? 0 : 1));
|