Searched refs:notify (Results 1 – 10 of 10) sorted by relevance
/fs/notify/ |
D | Kconfig | 6 source "fs/notify/dnotify/Kconfig" 7 source "fs/notify/inotify/Kconfig" 8 source "fs/notify/fanotify/Kconfig"
|
D | fsnotify.c | 206 goto notify; in __fsnotify_parent() 231 notify: in __fsnotify_parent()
|
/fs/autofs/ |
D | waitq.c | 205 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/ |
D | plock.c | 201 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/ |
D | virtio_fs.c | 405 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/ |
D | ioctl.c | 483 if (tcon && tcon->ses->server->ops->notify) { in cifs_ioctl() 484 rc = tcon->ses->server->ops->notify(xid, in cifs_ioctl()
|
D | smb2ops.c | 2289 struct smb3_notify notify; in smb3_notify() local 2314 if (copy_from_user(¬ify, 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,
|
D | cifsglob.h | 423 int (*notify)(const unsigned int xid, struct file *pfile, member
|
/fs/proc/ |
D | base.c | 2489 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/ |
D | Kconfig | 123 source "fs/notify/Kconfig"
|