ext2.h (e700ac213a0f793fb4f83098413303e3dd080892) ext2.h (cd913c76f489def1a388e3a5b10df94948ede3f5)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 1992, 1993, 1994, 1995
4 * Remy Card (card@masi.ibp.fr)
5 * Laboratoire MASI - Institut Blaise Pascal
6 * Universite Pierre et Marie Curie (Paris VI)
7 *
8 * from

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

113 * buffer pointed to by sbi->s_es.
114 *
115 * Note: It is used in ext2_show_options() to provide a consistent view
116 * of the mount options.
117 */
118 spinlock_t s_lock;
119 struct mb_cache *s_ea_block_cache;
120 struct dax_device *s_daxdev;
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 1992, 1993, 1994, 1995
4 * Remy Card (card@masi.ibp.fr)
5 * Laboratoire MASI - Institut Blaise Pascal
6 * Universite Pierre et Marie Curie (Paris VI)
7 *
8 * from

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

113 * buffer pointed to by sbi->s_es.
114 *
115 * Note: It is used in ext2_show_options() to provide a consistent view
116 * of the mount options.
117 */
118 spinlock_t s_lock;
119 struct mb_cache *s_ea_block_cache;
120 struct dax_device *s_daxdev;
121 u64 s_dax_part_off;
121};
122
123static inline spinlock_t *
124sb_bgl_lock(struct ext2_sb_info *sbi, unsigned int block_group)
125{
126 return bgl_lock_ptr(sbi->s_blockgroup_lock, block_group);
127}
128

--- 703 unchanged lines hidden ---
122};
123
124static inline spinlock_t *
125sb_bgl_lock(struct ext2_sb_info *sbi, unsigned int block_group)
126{
127 return bgl_lock_ptr(sbi->s_blockgroup_lock, block_group);
128}
129

--- 703 unchanged lines hidden ---