Lines Matching refs:xfs_uuid_table
41 static uuid_t *xfs_uuid_table;
48 kmem_free(xfs_uuid_table);
49 xfs_uuid_table = NULL;
77 if (uuid_is_null(&xfs_uuid_table[i])) {
81 if (uuid_equal(uuid, &xfs_uuid_table[i]))
86 xfs_uuid_table = krealloc(xfs_uuid_table,
87 (xfs_uuid_table_size + 1) * sizeof(*xfs_uuid_table),
91 xfs_uuid_table[hole] = *uuid;
114 if (uuid_is_null(&xfs_uuid_table[i]))
116 if (!uuid_equal(uuid, &xfs_uuid_table[i]))
118 memset(&xfs_uuid_table[i], 0, sizeof(uuid_t));