xfs_buf.h (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) | xfs_buf.h (c94c2acf84dc16cf4b989bb0bc849785b7ff52f5) |
---|---|
1/* 2 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 3 * 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 unchanged lines hidden (view full) --- 18#ifndef __XFS_BUF_H__ 19#define __XFS_BUF_H__ 20 21#include <linux/list.h> 22#include <linux/types.h> 23#include <linux/spinlock.h> 24#include <linux/mm.h> 25#include <linux/fs.h> | 1/* 2 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 3 * 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 unchanged lines hidden (view full) --- 18#ifndef __XFS_BUF_H__ 19#define __XFS_BUF_H__ 20 21#include <linux/list.h> 22#include <linux/types.h> 23#include <linux/spinlock.h> 24#include <linux/mm.h> 25#include <linux/fs.h> |
26#include <linux/dax.h> |
|
26#include <linux/buffer_head.h> 27#include <linux/uio.h> 28#include <linux/list_lru.h> 29 30/* 31 * Base types 32 */ 33 --- 360 unchanged lines hidden --- | 27#include <linux/buffer_head.h> 28#include <linux/uio.h> 29#include <linux/list_lru.h> 30 31/* 32 * Base types 33 */ 34 --- 360 unchanged lines hidden --- |