Home
last modified time | relevance | path

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

/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.c590 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU), in xfs_init_mount_workqueues()
596 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU), in xfs_init_mount_workqueues()
602 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU), in xfs_init_mount_workqueues()
608 XFS_WQFLAGS(WQ_UNBOUND | WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
614 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_PERCPU), in xfs_init_mount_workqueues()
620 XFS_WQFLAGS(WQ_FREEZABLE | WQ_PERCPU), 0, in xfs_init_mount_workqueues()
2579 xfs_alloc_wq = alloc_workqueue("xfsalloc", XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE | WQ_PERCPU), in xfs_init_workqueues()
2584 xfs_discard_wq = alloc_workqueue("xfsdiscard", XFS_WQFLAGS(WQ_UNBOUND), in xfs_init_workqueues()
H A Dxfs_mru_cache.c296 XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE | WQ_PERCPU), in xfs_mru_cache_init()
H A Dxfs_log.c1486 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_HIGHPRI | WQ_PERCPU), in xlog_alloc_log()