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

  /src/sys/ufs/ext2fs/
ext2fs_dir.h 208 struct ext2fs_dirtemplate { struct
ext2fs_rename.c 883 struct ext2fs_dirtemplate dirbuf;
914 struct ext2fs_dirtemplate dirbuf;
ext2fs_vnops.c 625 struct ext2fs_dirtemplate dirtemplate;
ext2fs_lookup.c 1134 #define MINDIRSIZ (sizeof (struct ext2fs_dirtemplate) / 2)
  /src/sbin/fsck_ext2fs/
dir.c 85 struct ext2fs_dirtemplate emptydir = {
89 struct ext2fs_dirtemplate dirhead = {
620 struct ext2fs_dirtemplate *dirp;
646 memcpy(bp->b_un.b_buf, dirp, sizeof(struct ext2fs_dirtemplate));
pass2.c 82 #define MINDIRSIZE (sizeof (struct ext2fs_dirtemplate))

Completed in 16 milliseconds