Searched refs:start_pos (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
D | regset.h | 223 const int start_pos, const int end_pos) in user_regset_copyout() argument 227 BUG_ON(*pos < start_pos); in user_regset_copyout() 231 data += *pos - start_pos; in user_regset_copyout() 248 const int start_pos, const int end_pos) in user_regset_copyin() argument 252 BUG_ON(*pos < start_pos); in user_regset_copyin() 256 data += *pos - start_pos; in user_regset_copyin() 277 const int start_pos, in user_regset_copyout_zero() argument 282 BUG_ON(*pos < start_pos); in user_regset_copyout_zero() 303 const int start_pos, in user_regset_copyin_ignore() argument 308 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
|
/linux-4.1.27/fs/btrfs/ |
D | file.c | 496 u64 start_pos; in btrfs_dirty_pages() local 501 start_pos = pos & ~((u64)root->sectorsize - 1); in btrfs_dirty_pages() 502 num_bytes = ALIGN(write_bytes + pos - start_pos, root->sectorsize); in btrfs_dirty_pages() 504 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages() 505 err = btrfs_set_extent_delalloc(inode, start_pos, end_of_last_block, in btrfs_dirty_pages() 1376 u64 start_pos; in lock_and_cleanup_extent_if_need() local 1381 start_pos = pos & ~((u64)PAGE_CACHE_SIZE - 1); in lock_and_cleanup_extent_if_need() 1382 last_pos = start_pos + ((u64)num_pages << PAGE_CACHE_SHIFT) - 1; in lock_and_cleanup_extent_if_need() 1384 if (start_pos < inode->i_size) { in lock_and_cleanup_extent_if_need() 1387 start_pos, last_pos, 0, cached_state); in lock_and_cleanup_extent_if_need() [all …]
|
/linux-4.1.27/scripts/ |
D | kallsyms.c | 35 unsigned int start_pos; member 280 table[table_cnt].start_pos = table_cnt; in read_map() 671 return sa->start_pos - sb->start_pos; in compare_symbols()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | adl_pci9118.c | 430 unsigned int start_pos = devpriv->ai_add_front; in valid_samples_in_act_dma_buf() local 431 unsigned int stop_pos = start_pos + cmd->chanlist_len; in valid_samples_in_act_dma_buf() 454 if (dma_pos < start_pos) { in valid_samples_in_act_dma_buf() 456 x = start_pos - dma_pos; in valid_samples_in_act_dma_buf() 474 start_pos += span_len; in valid_samples_in_act_dma_buf() 487 unsigned int start_pos = devpriv->ai_add_front; in move_block_from_dma() local 488 unsigned int stop_pos = start_pos + cmd->chanlist_len; in move_block_from_dma() 504 if (dma_pos < start_pos) { in move_block_from_dma() 506 x = start_pos - dma_pos; in move_block_from_dma() 524 start_pos += span_len; in move_block_from_dma()
|
/linux-4.1.27/drivers/md/bcache/ |
D | writeback.c | 387 struct bkey start_pos; in refill_dirty() local 404 start_pos = buf->last_scanned; in refill_dirty() 415 bch_refill_keybuf(dc->disk.c, buf, &start_pos, dirty_pred); in refill_dirty() 417 return bkey_cmp(&buf->last_scanned, &start_pos) >= 0; in refill_dirty()
|
/linux-4.1.27/fs/f2fs/ |
D | dir.c | 732 unsigned int start_pos) in f2fs_fill_dentries() argument 756 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 601 unsigned char *decompressed, int *start_pos, in usbvision_decompress() argument 608 pos = *start_pos; in usbvision_decompress() 678 *start_pos = extra_pos; in usbvision_decompress()
|
/linux-4.1.27/drivers/android/ |
D | binder.c | 3297 size_t start_pos = m->count; in print_binder_thread() local 3321 m->count = start_pos; in print_binder_thread() 3362 size_t start_pos = m->count; in print_binder_proc() local 3394 m->count = start_pos; in print_binder_proc()
|