OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ino_bitmap
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck_ext2fs/
pass5.c
91
struct bufarea *
ino_bitmap
= NULL, *blk_bitmap = NULL;
local in function:pass5
122
if (
ino_bitmap
== NULL) {
123
ino_bitmap
= getdatablk(fs2h32(fs->e2fs_gd[c].ext2bgd_i_bitmap),
126
getblk(
ino_bitmap
, fs2h32(fs->e2fs_gd[c].ext2bgd_i_bitmap),
233
if (debug && memcmp(
ino_bitmap
->b_un.b_buf, ibmap, fs->e2fs_bsize)) {
234
printf("
ino_bitmap
:\n");
235
print_bmap(
ino_bitmap
->b_un.b_buf, fs->e2fs_bsize);
241
if (memcmp(
ino_bitmap
->b_un.b_buf, ibmap, fs->e2fs_bsize) &&
243
memcpy(
ino_bitmap
->b_un.b_buf, ibmap, fs->e2fs_bsize);
244
dirty(
ino_bitmap
);
[
all
...]
/src/sys/arch/sparc64/dev/
schizo.c
150
uint64_t reg, eccctrl,
ino_bitmap
;
local in function:schizo_attach
329
ino_bitmap
= __BIT(SCZ_PCIERR_A_INO);
331
ino_bitmap
= __BIT(SCZ_PCIERR_B_INO);
332
ino_bitmap
|= __BIT(SCZ_UE_INO) | __BIT(SCZ_CE_INO) |
335
ino_bitmap
= (uint64_t) ino_bitmaps[1] << 32 | ino_bitmaps[0];
336
DPRINTF(SDB_INTR, ("
ino_bitmap
=0x%016" PRIx64 "\n",
ino_bitmap
));
338
if (
ino_bitmap
& __BIT(SCZ_PCIERR_A_INO))
341
if (
ino_bitmap
& __BIT(SCZ_PCIERR_B_INO))
344
if (
ino_bitmap
& __BIT(SCZ_UE_INO)
[
all
...]
Completed in 12 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025