Searched refs:ext2fs_punch (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | quotaio.c | 138 err = ext2fs_punch(fs, ino, &inode, NULL, 0, ~0ULL); in quota_inode_truncate()
|
/external/e2fsprogs/lib/ext2fs/ |
D | punch.c | 477 errcode_t ext2fs_punch(ext2_filsys fs, ext2_ino_t ino, in ext2fs_punch() function
|
D | fileio.c | 653 return ext2fs_punch(file->fs, file->ino, &file->inode, 0, in ext2fs_file_set_size2()
|
D | inline_data.c | 668 retval = ext2fs_punch(fs, newfile, 0, 0, 0, ~0ULL); in file_test()
|
D | ext_attr.c | 1289 ret = ext2fs_punch(fs, ino, (struct ext2_inode *)&inode, NULL, in xattr_inode_dec_ref()
|
D | ext2fs.h | 1552 extern errcode_t ext2fs_punch(ext2_filsys fs, ext2_ino_t ino,
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 435 ext2fs_punch@Base 1.42
|
/external/e2fsprogs/e2fsck/ |
D | rehash.c | 848 return ext2fs_punch(fs, ino, inode, NULL, outdir->num, ~0ULL); in write_directory()
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 1260 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/ |
D | debugfs.c | 2330 errcode = ext2fs_punch(current_fs, ino, 0, 0, start, end); in do_punch()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.42.txt | 572 The ext2fs_punch() function, which was introduced in 1.42, was broken 1635 The ext2fs library now has the new functions ext2fs_punch(),
|