Linux Kernel
3.7.1
|
#include "xfs.h"
#include "xfs_fs.h"
#include "xfs_types.h"
#include "xfs_log.h"
#include "xfs_trans.h"
#include "xfs_sb.h"
#include "xfs_ag.h"
#include "xfs_mount.h"
#include "xfs_bmap_btree.h"
#include "xfs_alloc_btree.h"
#include "xfs_ialloc_btree.h"
#include "xfs_dinode.h"
#include "xfs_inode.h"
#include "xfs_btree.h"
#include "xfs_trans_priv.h"
#include "xfs_inode_item.h"
#include "xfs_trace.h"
Go to the source code of this file.
Macros | |
#define | xfs_trans_inode_broot_debug(ip) |
Functions | |
void | xfs_trans_ijoin (struct xfs_trans *tp, struct xfs_inode *ip, uint lock_flags) |
void | xfs_trans_ichgtime (struct xfs_trans *tp, struct xfs_inode *ip, int flags) |
void | xfs_trans_log_inode (xfs_trans_t *tp, xfs_inode_t *ip, uint flags) |
#define xfs_trans_inode_broot_debug | ( | ip | ) |
Definition at line 41 of file xfs_trans_inode.c.
Definition at line 80 of file xfs_trans_inode.c.
Definition at line 51 of file xfs_trans_inode.c.
Definition at line 117 of file xfs_trans_inode.c.