OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orig_super
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/ext2fs/
dupfs.c
36
fs->
orig_super
= 0;
57
retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &fs->
orig_super
);
60
memcpy(fs->
orig_super
, src->
orig_super
, SUPERBLOCK_SIZE);
freefs.c
37
if (fs->
orig_super
)
38
ext2fs_free_mem(&fs->
orig_super
);
openfs.c
169
fs->
orig_super
= 0;
174
retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &fs->
orig_super
);
182
if (fs->
orig_super
)
183
memcpy(fs->
orig_super
, fs->super, SUPERBLOCK_SIZE);
closefs.c
147
if (!fs->io->manager->write_byte || !fs->
orig_super
) {
156
old_super = (__u16 *) fs->
orig_super
;
179
memcpy(fs->
orig_super
, super, SUPERBLOCK_SIZE);
ext2fs.h
223
struct ext2_super_block *
orig_super
;
member in struct:struct_ext2_filsys
[
all
...]
Completed in 235 milliseconds