pathname.c | 135 v7fs_ino_t target_ino; member in struct:lookup_parent_arg 148 if (v7fs_file_lookup_by_number(fs, p, arg->target_ino, NULL)) { 160 struct lookup_parent_arg arg = { .target_ino = ino, .parent_ino = 0 }; 201 struct lookup_parent_arg arg = { .target_ino = 0, .parent_ino = 0 };
|