lookup_parent_arg
struct lookup_parent_arg *arg = (struct lookup_parent_arg *)ctx;
struct lookup_parent_arg arg = { .target_ino = ino, .parent_ino = 0 };
struct lookup_parent_arg *arg = (struct lookup_parent_arg *)ctx;
struct lookup_parent_arg arg = { .target_ino = 0, .parent_ino = 0 };
struct lookup_parent_arg arg;
struct lookup_parent_arg *arg = (struct lookup_parent_arg *)ctx;