Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 10 of 10) sorted by relevance

/fs/notify/
DKconfig6 source "fs/notify/dnotify/Kconfig"
7 source "fs/notify/inotify/Kconfig"
8 source "fs/notify/fanotify/Kconfig"
Dfsnotify.c206 goto notify; in __fsnotify_parent()
231 notify: in __fsnotify_parent()
/fs/autofs/
Dwaitq.c205 const struct path *path, enum autofs_notify notify) in validate_request() argument
232 if (notify == NFY_NONE) { in validate_request()
268 if (notify == NFY_MOUNT) { in validate_request()
304 const struct path *path, enum autofs_notify notify) in autofs_wait() argument
369 ret = validate_request(&wq, sbi, &qstr, path, notify); in autofs_wait()
404 if (notify == NFY_MOUNT) in autofs_wait()
409 if (notify == NFY_MOUNT) in autofs_wait()
421 wq->name.name, notify); in autofs_wait()
431 wq->name.name, notify); in autofs_wait()
/fs/dlm/
Dplock.c201 int (*notify)(struct file_lock *fl, int result) = NULL; in dlm_plock_callback() local
216 notify = op_data->callback; in dlm_plock_callback()
219 notify(fl, op->info.rv); in dlm_plock_callback()
238 rv = notify(fl, 0); in dlm_plock_callback()
/fs/fuse/
Dvirtio_fs.c405 bool notify; in send_forget_request() local
444 notify = virtqueue_kick_prepare(vq); in send_forget_request()
447 if (notify) in send_forget_request()
1139 bool notify; in virtio_fs_enqueue_req() local
1206 notify = virtqueue_kick_prepare(vq); in virtio_fs_enqueue_req()
1210 if (notify) in virtio_fs_enqueue_req()
/fs/cifs/
Dioctl.c483 if (tcon && tcon->ses->server->ops->notify) { in cifs_ioctl()
484 rc = tcon->ses->server->ops->notify(xid, in cifs_ioctl()
Dsmb2ops.c2289 struct smb3_notify notify; in smb3_notify() local
2314 if (copy_from_user(&notify, ioc_buf, sizeof(struct smb3_notify))) { in smb3_notify()
2333 notify.watch_tree, notify.completion_filter); in smb3_notify()
5570 .notify = smb3_notify,
5681 .notify = smb3_notify,
5795 .notify = smb3_notify,
Dcifsglob.h423 int (*notify)(const unsigned int xid, struct file *pfile, member
/fs/proc/
Dbase.c2489 int notify; in show_timer() local
2497 notify = timer->it_sigev_notify; in show_timer()
2504 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
2505 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()
/fs/
DKconfig123 source "fs/notify/Kconfig"