Searched refs:ext2_write_inode (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h174 int ext2_write_inode (struct ext2_fs *fs, ino_t inode, const struct ext2_inode *inodep);
H A Dext2_mkfs.c348 if (!ext2_write_inode(fs, 11, &inode))
397 if (!ext2_write_inode(fs, 2, &inode))
H A Dext2_inode_relocator.c341 if (!ext2_write_inode(fs, entry->dest, &buf))
H A Dext2.c521 int ext2_write_inode(struct ext2_fs *fs, ino_t inode, const struct ext2_inode *data) function
544 return ext2_write_inode(fs, inode, &buf);

Completed in 20 milliseconds