xfs_rtalloc.c (df9b42963f2d010ae3163a894ce22cf6b27cd344) | xfs_rtalloc.c (33479e0542df066fb0b47df18780e93bfe6e0dc5) |
---|---|
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 * --- 24 unchanged lines hidden (view full) --- 33#include "xfs_rtalloc.h" 34#include "xfs_fsops.h" 35#include "xfs_error.h" 36#include "xfs_inode_item.h" 37#include "xfs_trans_space.h" 38#include "xfs_utils.h" 39#include "xfs_trace.h" 40#include "xfs_buf.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 * --- 24 unchanged lines hidden (view full) --- 33#include "xfs_rtalloc.h" 34#include "xfs_fsops.h" 35#include "xfs_error.h" 36#include "xfs_inode_item.h" 37#include "xfs_trans_space.h" 38#include "xfs_utils.h" 39#include "xfs_trace.h" 40#include "xfs_buf.h" |
41#include "xfs_icache.h" |
|
41 42 43/* 44 * Prototypes for internal functions. 45 */ 46 47 48STATIC int xfs_rtallocate_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t, --- 2264 unchanged lines hidden --- | 42 43 44/* 45 * Prototypes for internal functions. 46 */ 47 48 49STATIC int xfs_rtallocate_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t, --- 2264 unchanged lines hidden --- |