HomeSort by relevance Sort by last modified time
    Searched full:ext2fs_close (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/contrib/
add_ext4_encrypt.c 56 retval = ext2fs_close(fs);
  /external/e2fsprogs/misc/
e2initrd_helper.c 396 return (ext2fs_close (fs) ? 1 : 0);
fuse2fs.c     [all...]
tune2fs.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
closefs.c 465 errcode_t ext2fs_close(ext2_filsys fs) function
ext2fs.h 1001 extern errcode_t ext2fs_close(ext2_filsys fs);
    [all...]
  /external/e2fsprogs/debian/
e2fslibs.symbols 124 ext2fs_close@Base 1.37
  /external/e2fsprogs/doc/
libext2fs.texinfo 148 The filesystem can also be closed using @code{ext2fs_close}, and any
232 @deftypefun errcode_t ext2fs_close (ext2_filsys @var{fs})
267 will be done when the application program calls @code{ext2fs_close} or
374 the superblock information to be flushed out when @code{ext2fs_close} is
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 329 com_err("ext2fs_close", retval, 0);
    [all...]
  /external/e2fsprogs/
RELEASE-NOTES 690 takes care of freeing the ext2_filsys structure even if ext2fs_close()
    [all...]

Completed in 394 milliseconds