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

  /src/sys/ufs/lfs/
lfs_rename.c 639 ino_t dotdot_ino = -1; /* XXX gcc 4.8: maybe-uninitialized */ local in function:ulfs_gro_genealogy
677 error = ulfs_read_dotdot(vp, cred, &dotdot_ino);
684 if (VTOI(fdvp)->i_number == dotdot_ino) {
692 error = vcache_get(mp, &dotdot_ino, sizeof(dotdot_ino), &dvp);
  /src/sys/ufs/ufs/
dir.h 189 u_int32_t dotdot_ino; member in struct:dirtemplate
204 u_int32_t dotdot_ino; member in struct:odirtemplate
ufs_rename.c 879 *ino_ret = ufs_rw32(dirbuf.dotdot_ino,
920 ino_t dotdot_ino = 0; /* XXX: gcc */ local in function:ufs_gro_genealogy
958 error = ufs_read_dotdot(vp, cred, &dotdot_ino);
965 if (VTOI(fdvp)->i_number == dotdot_ino) {
973 error = vcache_get(mp, &dotdot_ino, sizeof(dotdot_ino), &dvp);
  /src/sys/ufs/ext2fs/
ext2fs_rename.c 791 ino_t dotdot_ino = -1; /* XXX gcc 4.8.3: maybe-uninitialized */ local in function:ext2fs_gro_genealogy
829 error = ext2fs_read_dotdot(vp, cred, &dotdot_ino);
836 if (VTOI(fdvp)->i_number == dotdot_ino) {
844 error = vcache_get(mp, &dotdot_ino, sizeof(dotdot_ino), &dvp);
901 *ino_ret = fs2h32(dirbuf.dotdot_ino);
934 if (fs2h32(dirbuf.dotdot_ino) != VTOI(fdvp)->i_number) {
940 dirbuf.dotdot_ino = h2fs32(VTOI(tdvp)->i_number);
ext2fs_dir.h 214 uint32_t dotdot_ino; member in struct:ext2fs_dirtemplate

Completed in 15 milliseconds