ext4.h (448cc2fb3a7b327823a9afd374808c37b8e6194f) | ext4.h (cd913c76f489def1a388e3a5b10df94948ede3f5) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * ext4.h 4 * 5 * Copyright (C) 1992, 1993, 1994, 1995 6 * Remy Card (card@masi.ibp.fr) 7 * Laboratoire MASI - Institut Blaise Pascal 8 * Universite Pierre et Marie Curie (Paris VI) --- 1683 unchanged lines hidden (view full) --- 1692 struct fscrypt_dummy_policy s_dummy_enc_policy; 1693 1694 /* 1695 * Barrier between writepages ops and changing any inode's JOURNAL_DATA 1696 * or EXTENTS flag. 1697 */ 1698 struct percpu_rw_semaphore s_writepages_rwsem; 1699 struct dax_device *s_daxdev; | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * ext4.h 4 * 5 * Copyright (C) 1992, 1993, 1994, 1995 6 * Remy Card (card@masi.ibp.fr) 7 * Laboratoire MASI - Institut Blaise Pascal 8 * Universite Pierre et Marie Curie (Paris VI) --- 1683 unchanged lines hidden (view full) --- 1692 struct fscrypt_dummy_policy s_dummy_enc_policy; 1693 1694 /* 1695 * Barrier between writepages ops and changing any inode's JOURNAL_DATA 1696 * or EXTENTS flag. 1697 */ 1698 struct percpu_rw_semaphore s_writepages_rwsem; 1699 struct dax_device *s_daxdev; |
1700 u64 s_dax_part_off; |
|
1700#ifdef CONFIG_EXT4_DEBUG 1701 unsigned long s_simulate_fail; 1702#endif 1703 /* Record the errseq of the backing block device */ 1704 errseq_t s_bdev_wb_err; 1705 spinlock_t s_bdev_wb_lock; 1706 1707 /* Information about errors that happened during this mount */ --- 2178 unchanged lines hidden --- | 1701#ifdef CONFIG_EXT4_DEBUG 1702 unsigned long s_simulate_fail; 1703#endif 1704 /* Record the errseq of the backing block device */ 1705 errseq_t s_bdev_wb_err; 1706 spinlock_t s_bdev_wb_lock; 1707 1708 /* Information about errors that happened during this mount */ --- 2178 unchanged lines hidden --- |