Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) macro
97 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len <= (long)(len))
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) macro
97 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len <= (long)(len))
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) macro
97 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len <= (long)(len))
/third_party/musl/include/sys/
H A Dfanotify.h101 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) macro
103 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event_len <= (long)(len))
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify06.c143 while (buflen >= (int)FAN_EVENT_METADATA_LEN) { in close_events_fd()
146 buflen -= (int)FAN_EVENT_METADATA_LEN; in close_events_fd()
186 if (ret < (int)FAN_EVENT_METADATA_LEN) { in test_fanotify()
H A Dfanotify09.c321 if (event->event_len <= FAN_EVENT_METADATA_LEN) in event_filename()
420 if (ret < tc->nevents * (int)FAN_EVENT_METADATA_LEN) { in test_fanotify()
423 ret, tc->nevents * (int)FAN_EVENT_METADATA_LEN); in test_fanotify()
H A Dfanotify22.c221 if (len < FAN_EVENT_METADATA_LEN) { in check_event()
H A Dfanotify10.c749 if (event_buf_len - event_buf_pos < (int)FAN_EVENT_METADATA_LEN) { in fetch_event()
753 (int)FAN_EVENT_METADATA_LEN); in fetch_event()

Completed in 5 milliseconds