Searched refs:start_pos (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/include/linux/ |
D | regset.h | 260 const int start_pos, const int end_pos) in user_regset_copyout() argument 264 BUG_ON(*pos < start_pos); in user_regset_copyout() 268 data += *pos - start_pos; in user_regset_copyout() 285 const int start_pos, const int end_pos) in user_regset_copyin() argument 289 BUG_ON(*pos < start_pos); in user_regset_copyin() 293 data += *pos - start_pos; in user_regset_copyin() 314 const int start_pos, in user_regset_copyout_zero() argument 319 BUG_ON(*pos < start_pos); in user_regset_copyout_zero() 340 const int start_pos, in user_regset_copyin_ignore() argument 345 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
|
/linux-4.19.296/fs/btrfs/ |
D | file.c | 522 u64 start_pos; in btrfs_dirty_pages() local 528 start_pos = pos & ~((u64) fs_info->sectorsize - 1); in btrfs_dirty_pages() 529 num_bytes = round_up(write_bytes + pos - start_pos, in btrfs_dirty_pages() 532 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages() 538 clear_extent_bit(&BTRFS_I(inode)->io_tree, start_pos, end_of_last_block, in btrfs_dirty_pages() 543 if (start_pos >= isize && in btrfs_dirty_pages() 553 start_pos, in btrfs_dirty_pages() 560 err = btrfs_set_extent_delalloc(inode, start_pos, end_of_last_block, in btrfs_dirty_pages() 1478 u64 start_pos; in lock_and_cleanup_extent_if_need() local 1483 start_pos = round_down(pos, fs_info->sectorsize); in lock_and_cleanup_extent_if_need() [all …]
|
/linux-4.19.296/fs/f2fs/ |
D | dir.c | 784 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() argument 803 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries() 844 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries() 857 loff_t start_pos = ctx->pos; in f2fs_readdir() local 919 trace_f2fs_readdir(inode, start_pos, ctx->pos, err); in f2fs_readdir()
|
D | f2fs.h | 2824 unsigned int start_pos, struct fscrypt_str *fstr);
|
/linux-4.19.296/crypto/ |
D | crypto_user.c | 301 const size_t start_pos = cb->args[0]; in crypto_dump_report() local 314 if (pos >= start_pos) { in crypto_dump_report()
|
/linux-4.19.296/include/trace/events/ |
D | f2fs.h | 803 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err), 805 TP_ARGS(dir, start_pos, end_pos, err), 818 __entry->start = start_pos;
|
/linux-4.19.296/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 592 unsigned char *decompressed, int *start_pos, in usbvision_decompress() argument 599 pos = *start_pos; in usbvision_decompress() 669 *start_pos = extra_pos; in usbvision_decompress()
|