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

  /src/sys/ufs/ufs/
dir.h 192 u_int8_t dotdot_namlen; member in struct:dirtemplate
206 u_int16_t dotdot_namlen; member in struct:odirtemplate
ufs_rename.c 907 dirbuf->dotdot_type : dirbuf->dotdot_namlen);
ufs_vnops.c 1326 dirtemplate.dotdot_type = dirtemplate.dotdot_namlen;
1327 dirtemplate.dot_namlen = dirtemplate.dotdot_namlen = 0;
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 216 uint8_t dotdot_namlen; member in struct:ext2fs_dirtemplate
ext2fs_rename.c 895 if (dirbuf.dotdot_namlen != 2 ||
927 if (dirbuf.dotdot_namlen != 2 ||
ext2fs_vnops.c 685 dirtemplate.dotdot_namlen = 2;
  /src/sbin/fsck_ffs/
dir.c 73 .dotdot_namlen = 2,
83 .dotdot_namlen = 2,
859 odirhead.dotdot_namlen = iswap16(2);
  /src/sbin/fsck_ext2fs/
dir.c 97 .dotdot_namlen = 2,
631 dirhead.dotdot_namlen = 2;
  /src/sbin/fsck_lfs/
dir.c 69 .dotdot_namlen = 2,
79 .dotdot_namlen = 2,
  /src/sys/ufs/lfs/
lfs.h 415 uint16_t dotdot_namlen;

Completed in 19 milliseconds