Home
last modified time | relevance | path

Searched refs:uuid2 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/
Duuid.c60 uuid_equal(uuid_t *uuid1, uuid_t *uuid2) in uuid_equal() argument
62 return memcmp(uuid1, uuid2, sizeof(uuid_t)) ? 0 : 1; in uuid_equal()
Duuid.h26 extern int uuid_equal(uuid_t *uuid1, uuid_t *uuid2);
/linux-4.4.14/drivers/nvdimm/
Dnamespace_devs.c82 u8 *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() local
87 uuid2 = nspm->uuid; in is_uuid_busy()
91 uuid2 = nsblk->uuid; in is_uuid_busy()
95 uuid2 = nd_btt->uuid; in is_uuid_busy()
99 uuid2 = nd_pfn->uuid; in is_uuid_busy()
102 if (uuid2 && memcmp(uuid1, uuid2, NSLABEL_UUID_LEN) == 0) in is_uuid_busy()