ext4_filesystem_truncate_inode 62 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_truncate_inode(ext4_inode_ref_t *, aoff64_t); ext4_filesystem_truncate_inode 506 uspace/lib/ext4/src/ops.c rc = ext4_filesystem_truncate_inode(inode_ref, 0); ext4_filesystem_truncate_inode 1430 uspace/lib/ext4/src/ops.c rc = ext4_filesystem_truncate_inode(inode_ref, new_size);HelenOS homepage, sources at GitHub