xfs_mount.c (c37fe6aff89cb0d842993fe2f69e48bf3ebe0ab0) | xfs_mount.c (9bbafc71919adfdf83fafd2ce909853b493e7d86) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 4 * All Rights Reserved. 5 */ 6#include "xfs.h" 7#include "xfs_fs.h" 8#include "xfs_shared.h" --- 18 unchanged lines hidden (view full) --- 27#include "xfs_icache.h" 28#include "xfs_sysfs.h" 29#include "xfs_rmap_btree.h" 30#include "xfs_refcount_btree.h" 31#include "xfs_reflink.h" 32#include "xfs_extent_busy.h" 33#include "xfs_health.h" 34#include "xfs_trace.h" | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 4 * All Rights Reserved. 5 */ 6#include "xfs.h" 7#include "xfs_fs.h" 8#include "xfs_shared.h" --- 18 unchanged lines hidden (view full) --- 27#include "xfs_icache.h" 28#include "xfs_sysfs.h" 29#include "xfs_rmap_btree.h" 30#include "xfs_refcount_btree.h" 31#include "xfs_reflink.h" 32#include "xfs_extent_busy.h" 33#include "xfs_health.h" 34#include "xfs_trace.h" |
35#include "xfs_ag.h" |
|
35 36static DEFINE_MUTEX(xfs_uuid_table_mutex); 37static int xfs_uuid_table_size; 38static uuid_t *xfs_uuid_table; 39 40void 41xfs_uuid_table_free(void) 42{ --- 1312 unchanged lines hidden --- | 36 37static DEFINE_MUTEX(xfs_uuid_table_mutex); 38static int xfs_uuid_table_size; 39static uuid_t *xfs_uuid_table; 40 41void 42xfs_uuid_table_free(void) 43{ --- 1312 unchanged lines hidden --- |