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

/fs/xfs/
H A Duuid.h23 } uuid_t; typedef in typeref:struct:__anon671
25 extern int uuid_is_nil(uuid_t *uuid);
26 extern int uuid_equal(uuid_t *uuid1, uuid_t *uuid2);
27 extern void uuid_getnodeuniq(uuid_t *uuid, int fsid [2]);
30 uuid_copy(uuid_t *dst, uuid_t *src)
32 memcpy(dst, src, sizeof(uuid_t));

Completed in 158 milliseconds