Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c1303 return do_fanotify_mark(fanotify_fd, flags, SC_VAL64(__u64, mask), in SYSCALL32_DEFINE6()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsyscalls.h260 #define SC_VAL64(type, name) ((type) name##_hi << 32 | name##_lo) macro