xfs_rtalloc.c (aeb8f932080d62cdc305a7ccca9d60de34908b30) | xfs_rtalloc.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 * --- 22 unchanged lines hidden (view full) --- 31#include "xfs_bmap_btree.h" 32#include "xfs_alloc.h" 33#include "xfs_error.h" 34#include "xfs_trans.h" 35#include "xfs_trans_space.h" 36#include "xfs_trace.h" 37#include "xfs_buf.h" 38#include "xfs_icache.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 * --- 22 unchanged lines hidden (view full) --- 31#include "xfs_bmap_btree.h" 32#include "xfs_alloc.h" 33#include "xfs_error.h" 34#include "xfs_trans.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" | |
40#include "xfs_rtalloc.h" 41 42 43/* 44 * Read and return the summary information for a given extent size, 45 * bitmap block combination. 46 * Keeps track of a current summary block, so we don't keep reading 47 * it from the buffer cache. --- 1258 unchanged lines hidden --- | 39#include "xfs_rtalloc.h" 40 41 42/* 43 * Read and return the summary information for a given extent size, 44 * bitmap block combination. 45 * Keeps track of a current summary block, so we don't keep reading 46 * it from the buffer cache. --- 1258 unchanged lines hidden --- |