Home
last modified time | relevance | path

Searched refs:XFS_WQFLAGS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_super.h79 # define XFS_WQFLAGS(wqflags) (WQ_SYSFS | (wqflags)) macro
81 # define XFS_WQFLAGS(wqflags) (wqflags) macro
H A Dxfs_super.c546 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
552 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
558 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
564 XFS_WQFLAGS(WQ_UNBOUND | WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
570 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
576 XFS_WQFLAGS(WQ_FREEZABLE), 0, mp->m_super->s_id); in xfs_init_mount_workqueues()
2282 XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE), 0); in xfs_init_workqueues()
2286 xfs_discard_wq = alloc_workqueue("xfsdiscard", XFS_WQFLAGS(WQ_UNBOUND), in xfs_init_workqueues()
H A Dxfs_mru_cache.c297 XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE), 1); in xfs_mru_cache_init()
H A Dxfs_log_cil.c1758 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_UNBOUND), in xlog_cil_init()
H A Dxfs_log.c1648 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | in xlog_alloc_log()