Lines Matching defs:items
1860 WRITE_ONCE(gc->items, 0);
1934 * inodes, so we queue pending work items and flush the workqueue until
1995 unsigned int items)
1999 if (items > mp->m_ino_geo.inodes_per_cluster)
2040 unsigned int items,
2049 if (items > XFS_INODEGC_MAX_BACKLOG)
2066 int items;
2079 items = READ_ONCE(gc->items);
2080 WRITE_ONCE(gc->items, items + 1);
2101 if (xfs_inodegc_want_queue_work(ip, items))
2109 if (xfs_inodegc_want_flush_work(ip, items, shrinker_hits)) {