Home
last modified time | relevance | path

Searched refs:xfs_uuid_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_mount.c48 static uuid_t *xfs_uuid_table; variable
55 kmem_free(xfs_uuid_table); in xfs_uuid_table_free()
56 xfs_uuid_table = NULL; in xfs_uuid_table_free()
81 if (uuid_is_nil(&xfs_uuid_table[i])) { in xfs_uuid_mount()
85 if (uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_mount()
90 xfs_uuid_table = kmem_realloc(xfs_uuid_table, in xfs_uuid_mount()
91 (xfs_uuid_table_size + 1) * sizeof(*xfs_uuid_table), in xfs_uuid_mount()
92 xfs_uuid_table_size * sizeof(*xfs_uuid_table), in xfs_uuid_mount()
96 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()
119 if (uuid_is_nil(&xfs_uuid_table[i])) in xfs_uuid_unmount()
[all …]