Home
last modified time | relevance | path

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

/linux-6.15/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.c568 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
574 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
580 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
586 XFS_WQFLAGS(WQ_UNBOUND | WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
592 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM), in xfs_init_mount_workqueues()
598 XFS_WQFLAGS(WQ_FREEZABLE), 0, mp->m_super->s_id); in xfs_init_mount_workqueues()
2529 XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE), 0); in xfs_init_workqueues()
2533 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), 1); in xfs_mru_cache_init()
H A Dxfs_log_cil.c1935 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | WQ_UNBOUND), in xlog_cil_init()
H A Dxfs_log.c1492 XFS_WQFLAGS(WQ_FREEZABLE | WQ_MEM_RECLAIM | in xlog_alloc_log()