Home | History | Annotate | Download | only in v7fs

Lines Matching defs:inode

126 	struct v7fs_inode inode;
136 v7fs_inode_load(fs, &inode, from_ino);
137 dir_move = v7fs_inode_isdir(&inode);
174 if ((error = v7fs_directory_replace_entry(fs, &inode, "..",
179 v7fs_inode_writeback(fs, &inode);
192 /* Search entry that replaced. replace it to new inode number. */
221 /* Replace inode# */
286 struct v7fs_inode inode;
291 if ((error = v7fs_inode_load(fs, &inode, to_ino)))
294 if (!v7fs_inode_isdir(&inode))
302 v7fs_datablock_foreach(fs, &inode, lookup_parent_from_dir_subr,
309 if ((error = v7fs_inode_load(fs, &inode, parent)))