Home
last modified time | relevance | path

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

/linux-6.6.21/fs/notify/fanotify/
Dfanotify_user.c1907 return do_fanotify_mark(fanotify_fd, flags, SC_VAL64(__u64, mask), in SYSCALL32_DEFINE6()
/linux-6.6.21/include/linux/
Dsyscalls.h267 #define SC_VAL64(type, name) ((type) name##_hi << 32 | name##_lo) macro