OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e2fs_first_ino
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_bswap.c
75
new->
e2fs_first_ino
= bswap32(old->
e2fs_first_ino
);
ext2fs.h
167
uint32_t
e2fs_first_ino
; /* first non-reserved inode */
member in struct:ext2fs
ext2fs_vfsops.c
1440
if (fs->
e2fs_first_ino
!= EXT2_FIRSTINO) {
/src/sys/lib/libsa/
ext2fs.c
433
(ext2fs.
e2fs_first_ino
!= EXT2_FIRSTINO ||
920
new->
e2fs_first_ino
= bswap32(old->
e2fs_first_ino
);
1000
printf("fs->e2fs.
e2fs_first_ino
= %u\n",
1001
fs->e2fs.
e2fs_first_ino
);
/src/usr.sbin/installboot/
ext2fs.c
140
(fs->e2fs.
e2fs_first_ino
!= EXT2_FIRSTINO ||
/src/sbin/newfs_ext2fs/
mke2fs.c
406
sblock.e2fs.
e2fs_first_ino
= EXT2_FIRSTINO;
Completed in 24 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026