Home
last modified time | relevance | path

Searched refs:watch_fd (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/package/mtp/
H A D0009-MtpServer-Support-creation-time.patch51 int watch_fd;
59 entry.watch_fd = setup_dir_inotify(p);
75 entry.watch_fd = setup_dir_inotify(p);
83 entry.watch_fd = setup_dir_inotify(p.parent_path());
H A D0005-Don-t-delete-MTP-root-directory.patch23 inotify_rm_watch(inotify_fd, db.at(handle).watch_fd);
/OK3568_Linux_fs/kernel/samples/watch_queue/
H A Dwatch_test.c32 static long keyctl_watch_key(int key, int watch_fd, int watch_id) in keyctl_watch_key() argument
34 return syscall(__NR_keyctl, KEYCTL_WATCH_KEY, key, watch_fd, watch_id); in keyctl_watch_key()
/OK3568_Linux_fs/kernel/security/keys/
H A Dinternal.h353 static inline long keyctl_watch_key(key_serial_t key_id, int watch_fd, int watch_id) in keyctl_watch_key() argument