Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_mount.c39 static int xfs_uuid_table_size; variable
45 if (xfs_uuid_table_size == 0) in xfs_uuid_table_free()
49 xfs_uuid_table_size = 0; in xfs_uuid_table_free()
75 for (i = 0, hole = -1; i < xfs_uuid_table_size; i++) { in xfs_uuid_mount()
86 (xfs_uuid_table_size + 1) * sizeof(*xfs_uuid_table), in xfs_uuid_mount()
88 hole = xfs_uuid_table_size++; in xfs_uuid_mount()
112 for (i = 0; i < xfs_uuid_table_size; i++) { in xfs_uuid_unmount()
120 ASSERT(i < xfs_uuid_table_size); in xfs_uuid_unmount()