xfs_ioctl32.c (239880ef6454ccff2ba8d762c3f86e8278f0ce1c) | xfs_ioctl32.c (a4fbe6ab1e7abecf42b75e9c73701ed33b4ab03b) |
---|---|
1/* 2 * Copyright (c) 2004-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 * --- 8 unchanged lines hidden (view full) --- 17 */ 18#include <linux/compat.h> 19#include <linux/ioctl.h> 20#include <linux/mount.h> 21#include <linux/slab.h> 22#include <asm/uaccess.h> 23#include "xfs.h" 24#include "xfs_fs.h" | 1/* 2 * Copyright (c) 2004-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 * --- 8 unchanged lines hidden (view full) --- 17 */ 18#include <linux/compat.h> 19#include <linux/ioctl.h> 20#include <linux/mount.h> 21#include <linux/slab.h> 22#include <asm/uaccess.h> 23#include "xfs.h" 24#include "xfs_fs.h" |
25#include "xfs_format.h" |
|
25#include "xfs_log_format.h" 26#include "xfs_trans_resv.h" 27#include "xfs_sb.h" 28#include "xfs_ag.h" 29#include "xfs_mount.h" | 26#include "xfs_log_format.h" 27#include "xfs_trans_resv.h" 28#include "xfs_sb.h" 29#include "xfs_ag.h" 30#include "xfs_mount.h" |
30#include "xfs_bmap_btree.h" | |
31#include "xfs_vnode.h" | 31#include "xfs_vnode.h" |
32#include "xfs_dinode.h" | |
33#include "xfs_inode.h" 34#include "xfs_itable.h" 35#include "xfs_error.h" 36#include "xfs_fsops.h" 37#include "xfs_alloc.h" 38#include "xfs_rtalloc.h" 39#include "xfs_attr.h" 40#include "xfs_ioctl.h" --- 640 unchanged lines hidden --- | 32#include "xfs_inode.h" 33#include "xfs_itable.h" 34#include "xfs_error.h" 35#include "xfs_fsops.h" 36#include "xfs_alloc.h" 37#include "xfs_rtalloc.h" 38#include "xfs_attr.h" 39#include "xfs_ioctl.h" --- 640 unchanged lines hidden --- |