xfs_globals.c (6567af78acd18a1f9dec99f27f1b7ba9d270074b) xfs_globals.c (0b61f8a4079d904b1b1d47946cca898313de8c26)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
2/*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it would be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write the Free Software Foundation,
16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18#include "xfs.h"
19#include "xfs_sysctl.h"
20
21/*
22 * Tunable XFS parameters. xfs_params is required even when CONFIG_SYSCTL=n,
23 * other XFS code uses these values. Times are measured in centisecs (i.e.
24 * 100ths of a second) with the exception of eofb_timer and cowb_timer, which

--- 32 unchanged lines hidden ---
5 */
6#include "xfs.h"
7#include "xfs_sysctl.h"
8
9/*
10 * Tunable XFS parameters. xfs_params is required even when CONFIG_SYSCTL=n,
11 * other XFS code uses these values. Times are measured in centisecs (i.e.
12 * 100ths of a second) with the exception of eofb_timer and cowb_timer, which

--- 32 unchanged lines hidden ---