f2fs.h (2b703bbda2713fd2a7d98029ea6c44f9c3159f34) | f2fs.h (da9953b729c12ece6d35fd15d236457eee679228) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * fs/f2fs/f2fs.h 4 * 5 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 6 * http://www.samsung.com/ 7 */ 8#ifndef _LINUX_F2FS_H --- 1493 unchanged lines hidden (view full) --- 1502#endif 1503 spinlock_t stat_lock; /* lock for stat operations */ 1504 1505 /* For app/fs IO statistics */ 1506 spinlock_t iostat_lock; 1507 unsigned long long write_iostat[NR_IO_TYPE]; 1508 bool iostat_enable; 1509 | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * fs/f2fs/f2fs.h 4 * 5 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 6 * http://www.samsung.com/ 7 */ 8#ifndef _LINUX_F2FS_H --- 1493 unchanged lines hidden (view full) --- 1502#endif 1503 spinlock_t stat_lock; /* lock for stat operations */ 1504 1505 /* For app/fs IO statistics */ 1506 spinlock_t iostat_lock; 1507 unsigned long long write_iostat[NR_IO_TYPE]; 1508 bool iostat_enable; 1509 |
1510 /* to attach REQ_META|REQ_FUA flags */ 1511 unsigned int data_io_flag; 1512 |
|
1510 /* For sysfs suppport */ 1511 struct kobject s_kobj; 1512 struct completion s_kobj_unregister; 1513 1514 /* For shrinker support */ 1515 struct list_head s_list; 1516 int s_ndevs; /* number of devices */ 1517 struct f2fs_dev_info *devs; /* for device list */ --- 2543 unchanged lines hidden --- | 1513 /* For sysfs suppport */ 1514 struct kobject s_kobj; 1515 struct completion s_kobj_unregister; 1516 1517 /* For shrinker support */ 1518 struct list_head s_list; 1519 int s_ndevs; /* number of devices */ 1520 struct f2fs_dev_info *devs; /* for device list */ --- 2543 unchanged lines hidden --- |