Searched refs:ext2_inode_unlink (Results 1 – 3 of 3) sorted by relevance
297 int ext2_inode_unlink(struct ext2_inode *parent, struct ext2_inode *inode,
519 ret = ext2_inode_unlink(args.parent, args.inode, args.offset); in ext2_unlink()
1280 int ext2_inode_unlink(struct ext2_inode *parent, struct ext2_inode *inode, uint32_t offset) in ext2_inode_unlink() function1340 rc = ext2_inode_unlink(args_from->parent, args_to->inode, args_from->offset); in ext2_replace_file()