xfs_rtalloc.c (239880ef6454ccff2ba8d762c3f86e8278f0ce1c) | xfs_rtalloc.c (a4fbe6ab1e7abecf42b75e9c73701ed33b4ab03b) |
---|---|
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 * --- 11 unchanged lines hidden (view full) --- 20#include "xfs_shared.h" 21#include "xfs_format.h" 22#include "xfs_log_format.h" 23#include "xfs_trans_resv.h" 24#include "xfs_bit.h" 25#include "xfs_sb.h" 26#include "xfs_ag.h" 27#include "xfs_mount.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 * --- 11 unchanged lines hidden (view full) --- 20#include "xfs_shared.h" 21#include "xfs_format.h" 22#include "xfs_log_format.h" 23#include "xfs_trans_resv.h" 24#include "xfs_bit.h" 25#include "xfs_sb.h" 26#include "xfs_ag.h" 27#include "xfs_mount.h" |
28#include "xfs_bmap_btree.h" 29#include "xfs_dinode.h" | |
30#include "xfs_inode.h" | 28#include "xfs_inode.h" |
31#include "xfs_alloc.h" | |
32#include "xfs_bmap.h" 33#include "xfs_bmap_util.h" | 29#include "xfs_bmap.h" 30#include "xfs_bmap_util.h" |
34#include "xfs_rtalloc.h" 35#include "xfs_fsops.h" | 31#include "xfs_bmap_btree.h" 32#include "xfs_alloc.h" |
36#include "xfs_error.h" 37#include "xfs_trans.h" | 33#include "xfs_error.h" 34#include "xfs_trans.h" |
38#include "xfs_inode_item.h" | |
39#include "xfs_trans_space.h" 40#include "xfs_trace.h" 41#include "xfs_buf.h" 42#include "xfs_icache.h" | 35#include "xfs_trans_space.h" 36#include "xfs_trace.h" 37#include "xfs_buf.h" 38#include "xfs_icache.h" |
39#include "xfs_dinode.h" |
|
43 44 45/* 46 * Prototypes for internal functions. 47 */ 48 49 50STATIC int xfs_rtallocate_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t, --- 2272 unchanged lines hidden --- | 40 41 42/* 43 * Prototypes for internal functions. 44 */ 45 46 47STATIC int xfs_rtallocate_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t, --- 2272 unchanged lines hidden --- |