Searched refs:mf_flags (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_notify_failure.c | 35 int mf_flags; member 90 if (notify->mf_flags & MF_MEM_PRE_REMOVE) in xfs_dax_failure_fn() 114 notify->mf_flags); in xfs_dax_failure_fn() 117 if (notify->mf_flags & MF_MEM_PRE_REMOVE) in xfs_dax_failure_fn() 208 int mf_flags) in xfs_dax_notify_logdev_failure() argument 231 if (mf_flags & MF_MEM_PRE_REMOVE) in xfs_dax_notify_logdev_failure() 244 int mf_flags, in xfs_dax_notify_dev_failure() argument 247 struct xfs_failure_info notify = { .mf_flags = mf_flags }; in xfs_dax_notify_dev_failure() 280 if (mf_flags & MF_MEM_PRE_REMOVE) { in xfs_dax_notify_dev_failure() 356 if (mf_flags & MF_MEM_PRE_REMOVE) in xfs_dax_notify_dev_failure() [all …]
|
| /linux/include/linux/ |
| H A D | dax.h | 49 u64 len, int mf_flags); 254 int mf_flags);
|
| H A D | memremap.h | 101 unsigned long nr_pages, int mf_flags);
|
| H A D | mm.h | 4583 enum mf_flags { enum 4594 unsigned long count, int mf_flags);
|
| /linux/drivers/dax/ |
| H A D | super.c | 233 u64 len, int mf_flags) in dax_holder_notify_failure() argument 248 rc = dax_dev->holder_ops->notify_failure(dax_dev, off, len, mf_flags); in dax_holder_notify_failure()
|
| /linux/mm/ |
| H A D | memory-failure.c | 1785 unsigned long count, int mf_flags) in mf_dax_kill_procs() argument 1791 bool pre_remove = mf_flags & MF_MEM_PRE_REMOVE; in mf_dax_kill_procs() 1793 mf_flags |= MF_ACTION_REQUIRED | MF_MUST_KILL; in mf_dax_kill_procs() 1812 index, mf_flags); in mf_dax_kill_procs()
|