Searched refs:ext2_inode_get (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/subsys/fs/ext2/ |
D | ext2_impl.h | 342 int ext2_inode_get(struct ext2_data *fs, uint32_t ino, struct ext2_inode **ret);
|
D | ext2_impl.c | 417 rc = ext2_inode_get(fs, EXT2_ROOT_INODE, &cur_dir); in ext2_lookup_inode() 465 rc = ext2_inode_get(fs, ino, &next); in ext2_lookup_inode() 498 rc = ext2_inode_get(fs, ino, &next); in ext2_lookup_inode() 850 rc = ext2_inode_get(fs, de->de_inode, &inode); in ext2_get_direntry() 1439 int ext2_inode_get(struct ext2_data *fs, uint32_t ino, struct ext2_inode **ret) in ext2_inode_get() function
|
D | ext2_ops.c | 72 rc = ext2_inode_get(fs, 0, &new_inode); in ext2_open() 271 rc = ext2_inode_get(fs, 0, &found_inode); in ext2_mkdir()
|