xfs_discard.c (60a34607b26b60d6b5c5c928ede7fc84b0f06b85) | xfs_discard.c (efc27b52594e322d4c94e379489fa3690bf74739) |
---|---|
1/* 2 * Copyright (C) 2010 Red Hat, 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 * --- 15 unchanged lines hidden (view full) --- 24#include "xfs_trans.h" 25#include "xfs_alloc_btree.h" 26#include "xfs_bmap_btree.h" 27#include "xfs_ialloc_btree.h" 28#include "xfs_btree.h" 29#include "xfs_inode.h" 30#include "xfs_alloc.h" 31#include "xfs_error.h" | 1/* 2 * Copyright (C) 2010 Red Hat, 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 * --- 15 unchanged lines hidden (view full) --- 24#include "xfs_trans.h" 25#include "xfs_alloc_btree.h" 26#include "xfs_bmap_btree.h" 27#include "xfs_ialloc_btree.h" 28#include "xfs_btree.h" 29#include "xfs_inode.h" 30#include "xfs_alloc.h" 31#include "xfs_error.h" |
32#include "xfs_extent_busy.h" |
|
32#include "xfs_discard.h" 33#include "xfs_trace.h" 34 35STATIC int 36xfs_trim_extents( 37 struct xfs_mount *mp, 38 xfs_agnumber_t agno, 39 xfs_daddr_t start, --- 197 unchanged lines hidden --- | 33#include "xfs_discard.h" 34#include "xfs_trace.h" 35 36STATIC int 37xfs_trim_extents( 38 struct xfs_mount *mp, 39 xfs_agnumber_t agno, 40 xfs_daddr_t start, --- 197 unchanged lines hidden --- |