Lines Matching +full:num +full:- +full:addresses
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) International Business Machines Corp., 2000-2002
20 #define MAXIAGS ((1<<20)-1) /* maximum number of iags */
36 ((((ino) & (INOSPEREXT-1)) >> L2INOSPERPAGE) << (l2nbperpg)))
73 /* allocation bit map: 1 bit per inode (0 - free, 1 - allocated) */
76 pxd_t inoext[EXTSPERIAG]; /* 1024: inode extent addresses */
102 __le32 in_numinos; /* 4: num of backed inodes */
103 __le32 in_numfree; /* 4: num of free backed inodes */
104 __le32 in_nbperiext; /* 4: num of blocks per inode extent */
115 int in_numinos; /* num of backed inodes */
116 int in_numfree; /* num of free backed inodes */
117 int in_nbperiext; /* num of blocks per inode extent */
125 * In-core inode map control page
133 atomic_t im_numinos; /* num of backed inodes */
134 atomic_t im_numfree; /* num of free backed inodes */