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

  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 108 uint16_t inodesize = EXT2_REV0_DINODE_SIZE; /* inode size */ variable in typeref:typename:uint16_t
142 inodesize = (uint16_t)strtol(optarg, &s1, 0);
143 if (*s1 || (inodesize != 128 && inodesize != 256))
145 "(only 128 and 256 supported)", inodesize);
460 "\t-D inodesize\tsize of an inode in bytes (128 or 256)\n"
newfs_ext2fs.c 108 uint16_t inodesize = EXT2_REV0_DINODE_SIZE; /* inode size */ variable in typeref:typename:uint16_t
142 inodesize = (uint16_t)strtol(optarg, &s1, 0);
143 if (*s1 || (inodesize != 128 && inodesize != 256))
145 "(only 128 and 256 supported)", inodesize);
460 "\t-D inodesize\tsize of an inode in bytes (128 or 256)\n"
newfs_ext2fs.c 108 uint16_t inodesize = EXT2_REV0_DINODE_SIZE; /* inode size */ variable in typeref:typename:uint16_t
142 inodesize = (uint16_t)strtol(optarg, &s1, 0);
143 if (*s1 || (inodesize != 128 && inodesize != 256))
145 "(only 128 and 256 supported)", inodesize);
460 "\t-D inodesize\tsize of an inode in bytes (128 or 256)\n"

Completed in 160 milliseconds