Searched refs:xfs_uuid_table (Results 1 – 1 of 1) sorted by relevance
41 static uuid_t *xfs_uuid_table; variable48 kmem_free(xfs_uuid_table); in xfs_uuid_table_free()49 xfs_uuid_table = NULL; in xfs_uuid_table_free()77 if (uuid_is_null(&xfs_uuid_table[i])) { in xfs_uuid_mount()81 if (uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_mount()86 xfs_uuid_table = krealloc(xfs_uuid_table, in xfs_uuid_mount()87 (xfs_uuid_table_size + 1) * sizeof(*xfs_uuid_table), in xfs_uuid_mount()91 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()114 if (uuid_is_null(&xfs_uuid_table[i])) in xfs_uuid_unmount()116 if (!uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_unmount()[all …]