Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfanotify.h178 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) macro
184 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && \
185 (long)(meta)->event_len >= (long)FAN_EVENT_METADATA_LEN && \
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c184 size_t event_size = FAN_EVENT_METADATA_LEN; in get_one_event()
540 metadata.event_len = FAN_EVENT_METADATA_LEN + in copy_event_to_user()
542 metadata.metadata_len = FAN_EVENT_METADATA_LEN; in copy_event_to_user()
605 if (copy_to_user(buf, &metadata, FAN_EVENT_METADATA_LEN)) in copy_event_to_user()
608 buf += FAN_EVENT_METADATA_LEN; in copy_event_to_user()
609 count -= FAN_EVENT_METADATA_LEN; in copy_event_to_user()
837 send_len += FAN_EVENT_METADATA_LEN; in fanotify_ioctl()