Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_notify_failure.c41 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 DKconfig5 source "fs/notify/dnotify/Kconfig"
6 source "fs/notify/inotify/Kconfig"
7 source "fs/notify/fanotify/Kconfig"
A Dfsnotify.c261 goto notify; in __fsnotify_parent()
286 notify: in __fsnotify_parent()
/fs/autofs/
A 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/smb/client/
A Dioctl.c555 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 Dsmb2ops.c2255 struct smb3_notify_info notify; in smb3_notify() local
2289 if (copy_from_user(&notify, 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 Dcifsglob.h545 int (*notify)(const unsigned int xid, struct file *pfile, member
/fs/dlm/
A Dplock.c244 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 Dvirtio_fs.c623 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 DKconfig127 source "fs/notify/Kconfig"
/fs/proc/
A Dbase.c2548 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