Searched refs:xfs_uuid_table (Results 1 – 1 of 1) sorted by relevance
42 static uuid_t *xfs_uuid_table; variable49 kfree(xfs_uuid_table); in xfs_uuid_table_free()50 xfs_uuid_table = NULL; in xfs_uuid_table_free()78 if (uuid_is_null(&xfs_uuid_table[i])) { in xfs_uuid_mount()82 if (uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_mount()87 xfs_uuid_table = krealloc(xfs_uuid_table, in xfs_uuid_mount()88 (xfs_uuid_table_size + 1) * sizeof(*xfs_uuid_table), in xfs_uuid_mount()92 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()115 if (uuid_is_null(&xfs_uuid_table[i])) in xfs_uuid_unmount()117 if (!uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_unmount()[all …]