Home
last modified time | relevance | path

Searched refs:send_len (Results 1 – 2 of 2) sorted by relevance

/fs/notify/inotify/
Dinotify_user.c285 size_t send_len = 0; in inotify_ioctl() local
297 send_len += sizeof(struct inotify_event); in inotify_ioctl()
298 send_len += round_event_name_len(fsn_event); in inotify_ioctl()
301 ret = put_user(send_len, (int __user *) p); in inotify_ioctl()
/fs/notify/fanotify/
Dfanotify_user.c634 size_t send_len = 0; in fanotify_ioctl() local
644 send_len += FAN_EVENT_METADATA_LEN; in fanotify_ioctl()
646 ret = put_user(send_len, (int __user *) p); in fanotify_ioctl()