Home
last modified time | relevance | path

Searched refs:ext2fs_punch (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/lib/support/
Dquotaio.c138 err = ext2fs_punch(fs, ino, &inode, NULL, 0, ~0ULL); in quota_inode_truncate()
/external/e2fsprogs/lib/ext2fs/
Dpunch.c477 errcode_t ext2fs_punch(ext2_filsys fs, ext2_ino_t ino, in ext2fs_punch() function
Dfileio.c653 return ext2fs_punch(file->fs, file->ino, &file->inode, 0, in ext2fs_file_set_size2()
Dinline_data.c668 retval = ext2fs_punch(fs, newfile, 0, 0, 0, ~0ULL); in file_test()
Dext_attr.c1289 ret = ext2fs_punch(fs, ino, (struct ext2_inode *)&inode, NULL, in xattr_inode_dec_ref()
Dext2fs.h1552 extern errcode_t ext2fs_punch(ext2_filsys fs, ext2_ino_t ino,
/external/e2fsprogs/debian/
Dlibext2fs2.symbols435 ext2fs_punch@Base 1.42
/external/e2fsprogs/e2fsck/
Drehash.c848 return ext2fs_punch(fs, ino, inode, NULL, outdir->num, ~0ULL); in write_directory()
/external/e2fsprogs/misc/
Dfuse2fs.c1260 err = ext2fs_punch(fs, ino, (struct ext2_inode *)&inode, NULL, in remove_inode()
3525 err = ext2fs_punch(fs, fh->ino, (struct ext2_inode *)&inode, in punch_helper()
/external/e2fsprogs/debugfs/
Ddebugfs.c2330 errcode = ext2fs_punch(current_fs, ino, 0, 0, start, end); in do_punch()
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt572 The ext2fs_punch() function, which was introduced in 1.42, was broken
1635 The ext2fs library now has the new functions ext2fs_punch(),