HomeSort by: relevance | last modified time | path
    Searched defs:lookup_parent_arg (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_v7fs/
pathname.c 134 struct lookup_parent_arg { struct
143 struct lookup_parent_arg *arg = (struct lookup_parent_arg *)ctx;
160 struct lookup_parent_arg arg = { .target_ino = ino, .parent_ino = 0 };
172 struct lookup_parent_arg *arg = (struct lookup_parent_arg *)ctx;
201 struct lookup_parent_arg arg = { .target_ino = 0, .parent_ino = 0 };
  /src/sys/fs/v7fs/
v7fs_file_util.c 279 struct lookup_parent_arg { struct
299 struct lookup_parent_arg arg;
324 struct lookup_parent_arg *arg = (struct lookup_parent_arg *)ctx;

Completed in 11 milliseconds