Searched refs:keyctl_watch_key (Results 1 – 3 of 3) sorted by relevance
| /security/keys/ |
| A D | internal.h | 351 extern long keyctl_watch_key(key_serial_t, int, int); 353 static inline long keyctl_watch_key(key_serial_t key_id, int watch_fd, int watch_id) in keyctl_watch_key() function
|
| A D | compat.c | 127 return keyctl_watch_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5()
|
| A D | keyctl.c | 1773 long keyctl_watch_key(key_serial_t id, int watch_queue_fd, int watch_id) in keyctl_watch_key() function 2021 return keyctl_watch_key((key_serial_t)arg2, (int)arg3, (int)arg4); in SYSCALL_DEFINE5()
|
Completed in 11 milliseconds