Searched refs:xfs_uuid_table (Results 1 – 1 of 1) sorted by relevance
40 static uuid_t *xfs_uuid_table; variable47 kmem_free(xfs_uuid_table); in xfs_uuid_table_free()48 xfs_uuid_table = NULL; in xfs_uuid_table_free()76 if (uuid_is_null(&xfs_uuid_table[i])) { in xfs_uuid_mount()80 if (uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_mount()85 xfs_uuid_table = krealloc(xfs_uuid_table, in xfs_uuid_mount()86 (xfs_uuid_table_size + 1) * sizeof(*xfs_uuid_table), in xfs_uuid_mount()90 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()113 if (uuid_is_null(&xfs_uuid_table[i])) in xfs_uuid_unmount()115 if (!uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_unmount()[all …]