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

/linux-master/fs/btrfs/
H A Dioctl.c1574 unsigned long *sk_offset,
1622 if (sizeof(sh) + item_len + *sk_offset > *buf_size) {
1639 if (copy_to_user_nofault(ubuf + *sk_offset, &sh, sizeof(sh))) {
1644 *sk_offset += sizeof(sh);
1647 char __user *up = ubuf + *sk_offset;
1650 * * sk_offset so we copy the full thing again.
1655 *sk_offset -= sizeof(sh);
1659 *sk_offset += item_len;
1713 unsigned long sk_offset = 0; local
1745 if (fault_in_subpage_writeable(ubuf + sk_offset,
1569 copy_to_sk(struct btrfs_path *path, struct btrfs_key *key, struct btrfs_ioctl_search_key *sk, u64 *buf_size, char __user *ubuf, unsigned long *sk_offset, int *num_found) argument
[all...]

Completed in 129 milliseconds