Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
uuid.h File Reference

Go to the source code of this file.

Data Structures

struct  uuid_t
 

Functions

int uuid_is_nil (uuid_t *uuid)
 
int uuid_equal (uuid_t *uuid1, uuid_t *uuid2)
 
void uuid_getnodeuniq (uuid_t *uuid, int fsid[2])
 

Function Documentation

int uuid_equal ( uuid_t uuid1,
uuid_t uuid2 
)

Definition at line 60 of file uuid.c.

void uuid_getnodeuniq ( uuid_t uuid,
int  fsid[2] 
)

Definition at line 36 of file uuid.c.

int uuid_is_nil ( uuid_t uuid)

Definition at line 46 of file uuid.c.