HomeSort by: relevance | last modified time | path
    Searched refs:v7fs_file_lookup_by_number (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_file.h 62 bool v7fs_file_lookup_by_number(struct v7fs_self *, struct v7fs_inode *,
v7fs_file_util.c 237 v7fs_file_lookup_by_number(struct v7fs_self *fs, struct v7fs_inode *parent_dir, function in typeref:typename:bool
  /src/sbin/fsck_v7fs/
pathname.c 148 if (v7fs_file_lookup_by_number(fs, p, arg->target_ino, NULL)) {
326 if (!v7fs_file_lookup_by_number(fs, &inode, ino, name))
338 if (!v7fs_file_lookup_by_number(fs, &inode, ino, name))

Completed in 225 milliseconds