gc.h (4f2c0a4acffbec01079c28f839422e64ddeff004) gc.h (45c98f5a58f36c35ecf5a149cbf69cf5fd022120)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * fs/f2fs/gc.h
4 *
5 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com/
7 */
8#define GC_THREAD_MIN_WB_PAGES 1 /*

--- 27 unchanged lines hidden (view full) ---

36
37 /* for gc sleep time */
38 unsigned int urgent_sleep_time;
39 unsigned int min_sleep_time;
40 unsigned int max_sleep_time;
41 unsigned int no_gc_sleep_time;
42
43 /* for changing gc mode */
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * fs/f2fs/gc.h
4 *
5 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com/
7 */
8#define GC_THREAD_MIN_WB_PAGES 1 /*

--- 27 unchanged lines hidden (view full) ---

36
37 /* for gc sleep time */
38 unsigned int urgent_sleep_time;
39 unsigned int min_sleep_time;
40 unsigned int max_sleep_time;
41 unsigned int no_gc_sleep_time;
42
43 /* for changing gc mode */
44 unsigned int gc_wake;
44 bool gc_wake;
45
46 /* for GC_MERGE mount option */
47 wait_queue_head_t fggc_wq; /*
48 * caller of f2fs_balance_fs()
49 * will wait on this wait queue.
50 */
51};
52

--- 124 unchanged lines hidden ---
45
46 /* for GC_MERGE mount option */
47 wait_queue_head_t fggc_wq; /*
48 * caller of f2fs_balance_fs()
49 * will wait on this wait queue.
50 */
51};
52

--- 124 unchanged lines hidden ---