OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbh
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/debugfs/
recovery.c
476
struct buffer_head *
nbh
;
local
624
nbh
= __getblk(journal->j_fs_dev,
627
if (
nbh
== NULL) {
637
lock_buffer(
nbh
);
638
memcpy(
nbh
->b_data, obh->b_data,
642
memcpy(
nbh
->b_data, &magic,
646
BUFFER_TRACE(
nbh
, "marking dirty");
647
set_buffer_uptodate(
nbh
);
648
mark_buffer_dirty(
nbh
);
649
BUFFER_TRACE(
nbh
, "marking uptodate")
[
all
...]
/external/e2fsprogs/e2fsck/
recovery.c
476
struct buffer_head *
nbh
;
local
624
nbh
= __getblk(journal->j_fs_dev,
627
if (
nbh
== NULL) {
637
lock_buffer(
nbh
);
638
memcpy(
nbh
->b_data, obh->b_data,
642
memcpy(
nbh
->b_data, &magic,
646
BUFFER_TRACE(
nbh
, "marking dirty");
647
set_buffer_uptodate(
nbh
);
648
mark_buffer_dirty(
nbh
);
649
BUFFER_TRACE(
nbh
, "marking uptodate")
[
all
...]
Completed in 51 milliseconds