Home
last modified time | relevance | path

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

/fs/notify/inotify/
Dinotify_user.c294 size_t send_len = 0; in inotify_ioctl() local
306 send_len += sizeof(struct inotify_event); in inotify_ioctl()
307 send_len += round_event_name_len(fsn_event); in inotify_ioctl()
310 ret = put_user(send_len, (int __user *) p); in inotify_ioctl()
/fs/notify/fanotify/
Dfanotify_user.c426 size_t send_len = 0; in fanotify_ioctl() local
436 send_len += FAN_EVENT_METADATA_LEN; in fanotify_ioctl()
438 ret = put_user(send_len, (int __user *) p); in fanotify_ioctl()