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

  /src/sys/ufs/ext2fs/
ext2fs_alloc.c 810 crc32 = ext2fs_crc32c(~0, fs->e2fs.e2fs_uuid,
811 sizeof(fs->e2fs.e2fs_uuid));
825 crc = crc16(~0, (uint8_t *)fs->e2fs.e2fs_uuid,
826 sizeof(fs->e2fs.e2fs_uuid));
ext2fs.h 173 uint8_t e2fs_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext2fs
  /src/sbin/newfs_ext2fs/
mke2fs.c 414 uuid_enc_le(sblock.e2fs.e2fs_uuid, &uuid);

Completed in 15 milliseconds