Searched refs:len_ptr (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/um/kernel/skas/
H A Duaccess.c237 int *len_ptr = arg, n; strnlen_chunk() local
240 *len_ptr += n; strnlen_chunk()
/linux-4.1.27/kernel/
H A Dfutex_compat.c137 compat_size_t __user *, len_ptr) COMPAT_SYSCALL_DEFINE3()
164 if (put_user(sizeof(*head), len_ptr)) COMPAT_SYSCALL_DEFINE3()
H A Dfutex.c2760 * @len_ptr: pointer to a length field, the kernel fills in the header size
2764 size_t __user *, len_ptr) SYSCALL_DEFINE3()
2791 if (put_user(sizeof(*head), len_ptr)) SYSCALL_DEFINE3()
/linux-4.1.27/drivers/md/
H A Ddm.c1403 * <-------------- *tio->len_ptr --------------->
1423 BUG_ON(bi_size > *tio->len_ptr); dm_accept_partial_bio()
1425 *tio->len_ptr -= bi_size - n_sectors; dm_accept_partial_bio()
1525 tio->len_ptr = len; __clone_and_map_simple_bio()
1571 tio->len_ptr = len; __clone_and_map_data_bio()
/linux-4.1.27/include/linux/
H A Dcompat.h316 compat_size_t __user *len_ptr);
H A Ddevice-mapper.h297 unsigned *len_ptr; member in struct:dm_target_io
H A Dsyscalls.h799 size_t __user *len_ptr);

Completed in 236 milliseconds