Searched refs:uuid_table_size (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/support/
H A Duuid.c21 static int uuid_table_size; variable
96 for (i = 0, hole = -1; i < uuid_table_size; i++) {
108 (uuid_table_size + 1) * sizeof(*uuid_table),
109 uuid_table_size * sizeof(*uuid_table),
111 hole = uuid_table_size++;
124 for (i = 0; i < uuid_table_size; i++) {
132 ASSERT(i < uuid_table_size);

Completed in 72 milliseconds