OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nifree
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck_ext2fs/
pass5.c
108
u_int32_t
nifree
= 0;
local
112
nifree
= fs->e2fs.e2fs_ipg;
141
nifree
--;
161
nifree
--;
192
cs_nifree +=
nifree
;
196
fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) !=
nifree
||
204
nifree
,
210
fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) !=
nifree
||
214
fs->e2fs_gd[c].ext2bgd_nifree = h2fs16(
nifree
);
/src/sys/ufs/ext2fs/
ext2fs_alloc.c
218
uint32_t
nifree
=
local
221
if (
nifree
< avgifree) {
665
ext2fs_cg_update(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, int nbfree, int
nifree
, int ndirs, daddr_t ioff)
667
if (
nifree
) {
670
ext2bgd_nifree +=
nifree
;
681
if (E2FS_HAS_GD_CSUM(fs) &&
nifree
< 0 &&
Completed in 14 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026