Lines Matching refs:xfs_uuid_table
38 static uuid_t *xfs_uuid_table;
45 kmem_free(xfs_uuid_table);
46 xfs_uuid_table = NULL;
74 if (uuid_is_null(&xfs_uuid_table[i])) {
78 if (uuid_equal(uuid, &xfs_uuid_table[i]))
83 xfs_uuid_table = krealloc(xfs_uuid_table,
84 (xfs_uuid_table_size + 1) * sizeof(*xfs_uuid_table),
88 xfs_uuid_table[hole] = *uuid;
111 if (uuid_is_null(&xfs_uuid_table[i]))
113 if (!uuid_equal(uuid, &xfs_uuid_table[i]))
115 memset(&xfs_uuid_table[i], 0, sizeof(uuid_t));