HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_flush2 (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
closefs.c 277 return ext2fs_flush2(fs, 0);
280 errcode_t ext2fs_flush2(ext2_filsys fs, int flags) function
496 retval = ext2fs_flush2(fs, flags);
ext2fs.h 644 * For ext2fs_close2() and ext2fs_flush2(), this flag allows you to
998 extern errcode_t ext2fs_flush2(ext2_filsys fs, int flags);
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 714 err = ext2fs_flush2(fs, 0);
741 err = ext2fs_flush2(fs, 0);
    [all...]

Completed in 65 milliseconds