xfs_file.c (a4db266a705c5518f3049074fd233b6c57daab00) | xfs_file.c (00acb28d96746f78389f23a7b5309a917b45c12f) |
---|---|
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" --- 10 unchanged lines hidden (view full) --- 19#include "xfs_dir2_priv.h" 20#include "xfs_ioctl.h" 21#include "xfs_trace.h" 22#include "xfs_log.h" 23#include "xfs_icache.h" 24#include "xfs_pnfs.h" 25#include "xfs_iomap.h" 26#include "xfs_reflink.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" --- 10 unchanged lines hidden (view full) --- 19#include "xfs_dir2_priv.h" 20#include "xfs_ioctl.h" 21#include "xfs_trace.h" 22#include "xfs_log.h" 23#include "xfs_icache.h" 24#include "xfs_pnfs.h" 25#include "xfs_iomap.h" 26#include "xfs_reflink.h" |
27#include "xfs_file.h" |
|
27 28#include <linux/dax.h> 29#include <linux/falloc.h> 30#include <linux/backing-dev.h> 31#include <linux/mman.h> 32#include <linux/fadvise.h> 33#include <linux/mount.h> 34 --- 1418 unchanged lines hidden --- | 28 29#include <linux/dax.h> 30#include <linux/falloc.h> 31#include <linux/backing-dev.h> 32#include <linux/mman.h> 33#include <linux/fadvise.h> 34#include <linux/mount.h> 35 --- 1418 unchanged lines hidden --- |