incore.h (b746a1a2860f4a918f32d10dc569115d282aaf2f) incore.h (2e9eeaa1175112ac494ba3c2ea4b71b1febeb6ab)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved.
5 */
6
7#ifndef __INCORE_DOT_H__
8#define __INCORE_DOT_H__

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

698 struct gfs2_sb_host sd_sb;
699
700 /* Constants computed on mount */
701
702 u32 sd_fsb2bb;
703 u32 sd_fsb2bb_shift;
704 u32 sd_diptrs; /* Number of pointers in a dinode */
705 u32 sd_inptrs; /* Number of pointers in a indirect block */
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
4 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved.
5 */
6
7#ifndef __INCORE_DOT_H__
8#define __INCORE_DOT_H__

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

698 struct gfs2_sb_host sd_sb;
699
700 /* Constants computed on mount */
701
702 u32 sd_fsb2bb;
703 u32 sd_fsb2bb_shift;
704 u32 sd_diptrs; /* Number of pointers in a dinode */
705 u32 sd_inptrs; /* Number of pointers in a indirect block */
706 u32 sd_ldptrs; /* Number of pointers in a log descriptor block */
706 u32 sd_jbsize; /* Size of a journaled data block */
707 u32 sd_hash_bsize; /* sizeof(exhash block) */
708 u32 sd_hash_bsize_shift;
709 u32 sd_hash_ptrs; /* Number of pointers in a hash block */
710 u32 sd_qc_per_block;
711 u32 sd_blocks_per_bitmap;
712 u32 sd_max_dirres; /* Max blocks needed to add a directory entry */
713 u32 sd_max_height; /* Max height of a file's metadata tree */

--- 165 unchanged lines hidden ---
707 u32 sd_jbsize; /* Size of a journaled data block */
708 u32 sd_hash_bsize; /* sizeof(exhash block) */
709 u32 sd_hash_bsize_shift;
710 u32 sd_hash_ptrs; /* Number of pointers in a hash block */
711 u32 sd_qc_per_block;
712 u32 sd_blocks_per_bitmap;
713 u32 sd_max_dirres; /* Max blocks needed to add a directory entry */
714 u32 sd_max_height; /* Max height of a file's metadata tree */

--- 165 unchanged lines hidden ---