OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ext2fs_close
(Results
1 - 19
of
19
) sorted by null
/external/e2fsprogs/e2fsck/
scantest.c
138
ext2fs_close
(fs);
unix.c
336
ext2fs_close
(fs);
993
ext2fs_close
(fs);
1072
ext2fs_close
(fs);
1155
ext2fs_close
(ctx->fs);
[
all
...]
util.c
273
ext2fs_close
(fs);
journal.c
857
ext2fs_close
(ctx->fs);
super.c
852
ext2fs_close
(tfs);
/external/e2fsprogs/misc/
dumpe2fs.c
501
ext2fs_close
(fs);
509
ext2fs_close
(fs);
520
ext2fs_close
(fs);
e2image.c
613
ext2fs_close
(fs);
693
ext2fs_close
(fs);
e2initrd_helper.c
386
return (
ext2fs_close
(fs) ? 1 : 0);
mke2fs.c
1247
ext2fs_close
(jfs);
[
all
...]
tune2fs.c
454
ext2fs_close
(jfs);
1075
return (
ext2fs_close
(fs) ? 1 : 0);
/external/e2fsprogs/debugfs/
debugfs.o
debugfs.c
115
retval =
ext2fs_close
(current_fs);
211
retval =
ext2fs_close
(current_fs);
213
com_err("
ext2fs_close
", retval, 0);
[
all
...]
/external/e2fsprogs/lib/ext2fs/
closefs.c
365
errcode_t
ext2fs_close
(ext2_filsys fs)
function
mkjournal.c
448
ext2fs_close
(fs);
ext2fs.h
620
extern errcode_t
ext2fs_close
(ext2_filsys fs);
[
all
...]
/external/e2fsprogs/resize/
main.c
408
ext2fs_close
(fs);
resize2fs.c
142
retval =
ext2fs_close
(rfs->new_fs);
[
all
...]
/external/e2fsprogs/doc/
libext2fs.texinfo
151
The filesystem can also be closed using @code{
ext2fs_close
}, and any
235
@deftypefun errcode_t
ext2fs_close
(ext2_filsys @var{fs})
270
will be done when the application program calls @code{
ext2fs_close
} or
377
the superblock information to be flushed out when @code{
ext2fs_close
} is
[
all
...]
/external/e2fsprogs/
RELEASE-NOTES
[
all
...]
Completed in 665 milliseconds