Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
uuid.c File Reference
#include <xfs.h>

Go to the source code of this file.

Data Structures

struct  xfs_uu_t
 

Functions

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

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.