Searched refs:notify (Results 1 – 11 of 11) sorted by relevance
| /fs/xfs/ |
| A D | xfs_notify_failure.c | 41 const struct xfs_failure_info *notify) in xfs_failure_pgoff() argument 45 if (notify->startblock > rec->rm_startblock) in xfs_failure_pgoff() 55 const struct xfs_failure_info *notify) in xfs_failure_pgcnt() argument 65 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt() 79 struct xfs_failure_info *notify = data; in xfs_dax_failure_fn() local 88 if (notify->mf_flags & MF_MEM_PRE_REMOVE) in xfs_dax_failure_fn() 90 notify->want_shutdown = true; in xfs_dax_failure_fn() 101 notify->want_shutdown = true; in xfs_dax_failure_fn() 112 notify->mf_flags); in xfs_dax_failure_fn() 115 if (notify->mf_flags & MF_MEM_PRE_REMOVE) in xfs_dax_failure_fn() [all …]
|
| /fs/notify/ |
| A D | Kconfig | 5 source "fs/notify/dnotify/Kconfig" 6 source "fs/notify/inotify/Kconfig" 7 source "fs/notify/fanotify/Kconfig"
|
| A D | fsnotify.c | 261 goto notify; in __fsnotify_parent() 286 notify: in __fsnotify_parent()
|
| /fs/autofs/ |
| A 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/smb/client/ |
| A D | ioctl.c | 555 if (tcon && tcon->ses->server->ops->notify) { in cifs_ioctl() 556 rc = tcon->ses->server->ops->notify(xid, in cifs_ioctl() 577 if (tcon && tcon->ses->server->ops->notify) { in cifs_ioctl() 578 rc = tcon->ses->server->ops->notify(xid, in cifs_ioctl()
|
| A D | smb2ops.c | 2255 struct smb3_notify_info notify; in smb3_notify() local 2289 if (copy_from_user(¬ify, ioc_buf, sizeof(struct smb3_notify))) { in smb3_notify() 2293 notify.data_len = 0; in smb3_notify() 2312 notify.watch_tree, notify.completion_filter, in smb3_notify() 2313 notify.data_len, &returned_ioctl_info, &ret_len); in smb3_notify() 2318 if (return_changes && (ret_len > 0) && (notify.data_len > 0)) { in smb3_notify() 2319 if (ret_len > notify.data_len) in smb3_notify() 2320 ret_len = notify.data_len; in smb3_notify() 5467 .notify = smb3_notify, 5580 .notify = smb3_notify, [all …]
|
| A D | cifsglob.h | 545 int (*notify)(const unsigned int xid, struct file *pfile, member
|
| /fs/dlm/ |
| A D | plock.c | 244 int (*notify)(struct file_lock *fl, int result) = NULL; in dlm_plock_callback() local 253 notify = op_data->callback; in dlm_plock_callback() 256 notify(fl, op->info.rv); in dlm_plock_callback() 275 rv = notify(fl, 0); in dlm_plock_callback()
|
| /fs/fuse/ |
| A D | virtio_fs.c | 623 bool notify; in send_forget_request() local 660 notify = virtqueue_kick_prepare(vq); in send_forget_request() 663 if (notify) in send_forget_request() 1389 bool notify; in virtio_fs_enqueue_req() local 1456 notify = virtqueue_kick_prepare(vq); in virtio_fs_enqueue_req() 1460 if (notify) in virtio_fs_enqueue_req()
|
| /fs/ |
| A D | Kconfig | 127 source "fs/notify/Kconfig"
|
| /fs/proc/ |
| A D | base.c | 2548 int notify = timer->it_sigev_notify; in show_timer() local 2557 seq_printf(m, "notify: %s/%s.%d\n", nstr[notify & ~SIGEV_THREAD_ID], in show_timer() 2558 (notify & SIGEV_THREAD_ID) ? "tid" : "pid", in show_timer()
|
Completed in 774 milliseconds