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

  /external/e2fsprogs/lib/ext2fs/
punch.c 456 * In libext2fs ext2fs_punch is based on block unit. So that
458 * to this we will remove all inline data in ext2fs_punch()
477 errcode_t ext2fs_punch(ext2_filsys fs, ext2_ino_t ino, function
fileio.c 645 return ext2fs_punch(file->fs, file->ino, &file->inode, 0,
inline_data.c 678 retval = ext2fs_punch(fs, newfile, 0, 0, 0, ~0ULL);
ext2fs.h     [all...]
  /external/e2fsprogs/lib/support/
quotaio.c 138 err = ext2fs_punch(fs, ino, &inode, NULL, 0, ~0ULL);
  /external/e2fsprogs/e2fsck/
rehash.c 783 /* ext2fs_punch() calls ext2fs_write_inode() which writes the size */
784 return ext2fs_punch(fs, ino, inode, NULL, outdir->num, ~0ULL);
  /external/e2fsprogs/misc/
fuse2fs.c 1252 err = ext2fs_punch(fs, ino, (struct ext2_inode *)&inode, NULL,
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c     [all...]

Completed in 158 milliseconds