Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_mount.c116 static uuid_t *xfs_uuid_table; variable
139 if (uuid_is_nil(&xfs_uuid_table[i])) { in xfs_uuid_mount()
143 if (uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_mount()
148 xfs_uuid_table = kmem_realloc(xfs_uuid_table, in xfs_uuid_mount()
149 (xfs_uuid_table_size + 1) * sizeof(*xfs_uuid_table), in xfs_uuid_mount()
150 xfs_uuid_table_size * sizeof(*xfs_uuid_table), in xfs_uuid_mount()
154 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()
177 if (uuid_is_nil(&xfs_uuid_table[i])) in xfs_uuid_unmount()
179 if (!uuid_equal(uuid, &xfs_uuid_table[i])) in xfs_uuid_unmount()
181 memset(&xfs_uuid_table[i], 0, sizeof(uuid_t)); in xfs_uuid_unmount()