xfs_fsops.c (aeb8f932080d62cdc305a7ccca9d60de34908b30) | xfs_fsops.c (6d3ebaae7c20128bfa6965a8d5cee0d1deea8486) |
---|---|
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 * --- 26 unchanged lines hidden (view full) --- 35#include "xfs_alloc.h" 36#include "xfs_ialloc.h" 37#include "xfs_fsops.h" 38#include "xfs_itable.h" 39#include "xfs_trans_space.h" 40#include "xfs_rtalloc.h" 41#include "xfs_trace.h" 42#include "xfs_log.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 * --- 26 unchanged lines hidden (view full) --- 35#include "xfs_alloc.h" 36#include "xfs_ialloc.h" 37#include "xfs_fsops.h" 38#include "xfs_itable.h" 39#include "xfs_trans_space.h" 40#include "xfs_rtalloc.h" 41#include "xfs_trace.h" 42#include "xfs_log.h" |
43#include "xfs_dinode.h" | |
44#include "xfs_filestream.h" 45 46/* 47 * File system operations 48 */ 49 50int 51xfs_fs_geometry( --- 829 unchanged lines hidden --- | 43#include "xfs_filestream.h" 44 45/* 46 * File system operations 47 */ 48 49int 50xfs_fs_geometry( --- 829 unchanged lines hidden --- |