xfs_trace.c (239880ef6454ccff2ba8d762c3f86e8278f0ce1c) | xfs_trace.c (a4fbe6ab1e7abecf42b75e9c73701ed33b4ab03b) |
---|---|
1/* 2 * Copyright (c) 2009, Christoph Hellwig 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_sb.h" 25#include "xfs_ag.h" 26#include "xfs_mount.h" 27#include "xfs_da_format.h" | 1/* 2 * Copyright (c) 2009, Christoph Hellwig 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_sb.h" 25#include "xfs_ag.h" 26#include "xfs_mount.h" 27#include "xfs_da_format.h" |
28#include "xfs_bmap_btree.h" 29#include "xfs_alloc_btree.h" 30#include "xfs_ialloc_btree.h" 31#include "xfs_dinode.h" | |
32#include "xfs_inode.h" 33#include "xfs_btree.h" 34#include "xfs_da_btree.h" 35#include "xfs_ialloc.h" 36#include "xfs_itable.h" 37#include "xfs_alloc.h" 38#include "xfs_bmap.h" 39#include "xfs_attr.h" --- 4 unchanged lines hidden (view full) --- 44#include "xfs_buf_item.h" 45#include "xfs_quota.h" 46#include "xfs_iomap.h" 47#include "xfs_aops.h" 48#include "xfs_dquot_item.h" 49#include "xfs_dquot.h" 50#include "xfs_log_recover.h" 51#include "xfs_inode_item.h" | 28#include "xfs_inode.h" 29#include "xfs_btree.h" 30#include "xfs_da_btree.h" 31#include "xfs_ialloc.h" 32#include "xfs_itable.h" 33#include "xfs_alloc.h" 34#include "xfs_bmap.h" 35#include "xfs_attr.h" --- 4 unchanged lines hidden (view full) --- 40#include "xfs_buf_item.h" 41#include "xfs_quota.h" 42#include "xfs_iomap.h" 43#include "xfs_aops.h" 44#include "xfs_dquot_item.h" 45#include "xfs_dquot.h" 46#include "xfs_log_recover.h" 47#include "xfs_inode_item.h" |
48#include "xfs_bmap_btree.h" |
|
52 53/* 54 * We include this last to have the helpers above available for the trace 55 * event implementations. 56 */ 57#define CREATE_TRACE_POINTS 58#include "xfs_trace.h" | 49 50/* 51 * We include this last to have the helpers above available for the trace 52 * event implementations. 53 */ 54#define CREATE_TRACE_POINTS 55#include "xfs_trace.h" |