Lines Matching defs:notify
37 const struct xfs_failure_info *notify)
41 if (notify->startblock > rec->rm_startblock)
43 notify->startblock - rec->rm_startblock);
51 const struct xfs_failure_info *notify)
58 start_cross = max(rec->rm_startblock, notify->startblock);
61 end_notify = notify->startblock + notify->blockcount;
75 struct xfs_failure_info *notify = data;
80 notify->want_shutdown = true;
91 notify->want_shutdown = true;
96 xfs_failure_pgoff(mp, rec, notify),
97 xfs_failure_pgcnt(mp, rec, notify),
98 notify->mf_flags);
110 struct xfs_failure_info notify = { .mf_flags = mf_flags };
153 notify.startblock = ri_low.rm_startblock;
154 notify.blockcount = range_agend + 1 - ri_low.rm_startblock;
157 xfs_dax_failure_fn, ¬ify);
168 if (error || notify.want_shutdown) {