v7fs_file_util.c | 125 v7fs_ino_t from_ino, to_ino; local in function:v7fs_file_rename 140 error = v7fs_file_lookup_by_name(fs, parent_to, to, tolen, &to_ino); 284 can_dirmove(struct v7fs_self *fs, v7fs_ino_t from_ino, v7fs_ino_t to_ino) 291 if ((error = v7fs_inode_load(fs, &inode, to_ino))) 312 DPRINTF("#%d is child dir of #%d\n", to_ino, from_ino);
|