Searched defs:fs_uuid (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A De2image.h23 char fs_uuid[16]; /* UUID of filesystem */ member in struct:ext2_image_hdr
/external/syslinux/core/fs/
H A Dfs.c378 __export char *fs_uuid(void) function
380 if (!this_fs || !this_fs->fs_ops || !this_fs->fs_ops->fs_uuid)
382 return this_fs->fs_ops->fs_uuid(this_fs);
/external/syslinux/core/include/
H A Dfs.h77 char * (*fs_uuid)(struct fs_info *); member in struct:fs_ops
212 char *fs_uuid(void);
/external/e2fsprogs/misc/
H A Dmke2fs.c106 static char *fs_uuid = NULL; variable
1795 fs_uuid = optarg;
2916 if (fs_uuid) {
2917 if (uuid_parse(fs_uuid, fs->super->s_uuid) !=0) {
2919 fs_uuid);

Completed in 223 milliseconds