Home
last modified time | relevance | path

Searched refs:ext2_inode_unlink (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.h297 int ext2_inode_unlink(struct ext2_inode *parent, struct ext2_inode *inode,
Dext2_ops.c519 ret = ext2_inode_unlink(args.parent, args.inode, args.offset); in ext2_unlink()
Dext2_impl.c1280 int ext2_inode_unlink(struct ext2_inode *parent, struct ext2_inode *inode, uint32_t offset) in ext2_inode_unlink() function
1340 rc = ext2_inode_unlink(args_from->parent, args_to->inode, args_from->offset); in ext2_replace_file()