xfs_dquot.c (239880ef6454ccff2ba8d762c3f86e8278f0ce1c) | xfs_dquot.c (a4fbe6ab1e7abecf42b75e9c73701ed33b4ab03b) |
---|---|
1/* 2 * Copyright (c) 2000-2003 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_format.h" 21#include "xfs_log_format.h" 22#include "xfs_shared.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-2003 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_format.h" 21#include "xfs_log_format.h" 22#include "xfs_shared.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_inode.h" 30#include "xfs_bmap.h" 31#include "xfs_bmap_util.h" 32#include "xfs_alloc.h" 33#include "xfs_quota.h" | 28#include "xfs_inode.h" 29#include "xfs_bmap.h" 30#include "xfs_bmap_util.h" 31#include "xfs_alloc.h" 32#include "xfs_quota.h" |
34#include "xfs_rtalloc.h" | |
35#include "xfs_error.h" | 33#include "xfs_error.h" |
36#include "xfs_itable.h" 37#include "xfs_attr.h" | |
38#include "xfs_trans.h" 39#include "xfs_buf_item.h" 40#include "xfs_trans_space.h" 41#include "xfs_trans_priv.h" 42#include "xfs_qm.h" 43#include "xfs_cksum.h" 44#include "xfs_trace.h" 45#include "xfs_log.h" | 34#include "xfs_trans.h" 35#include "xfs_buf_item.h" 36#include "xfs_trans_space.h" 37#include "xfs_trans_priv.h" 38#include "xfs_qm.h" 39#include "xfs_cksum.h" 40#include "xfs_trace.h" 41#include "xfs_log.h" |
42#include "xfs_bmap_btree.h" |
|
46 47/* 48 * Lock order: 49 * 50 * ip->i_lock 51 * qi->qi_tree_lock 52 * dquot->q_qlock (xfs_dqlock() and friends) 53 * dquot->q_flush (xfs_dqflock() and friends) --- 1091 unchanged lines hidden --- | 43 44/* 45 * Lock order: 46 * 47 * ip->i_lock 48 * qi->qi_tree_lock 49 * dquot->q_qlock (xfs_dqlock() and friends) 50 * dquot->q_flush (xfs_dqflock() and friends) --- 1091 unchanged lines hidden --- |