|
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_buf_item.h"#include "xfs_trans_priv.h"#include "xfs_error.h"#include "xfs_trace.h"Go to the source code of this file.
Definition at line 79 of file xfs_trans_buf.c.
Definition at line 511 of file xfs_trans_buf.c.
Definition at line 531 of file xfs_trans_buf.c.
Definition at line 638 of file xfs_trans_buf.c.
Definition at line 120 of file xfs_trans_buf.c.
Definition at line 414 of file xfs_trans_buf.c.
|
read |
Definition at line 41 of file xfs_trans_buf.c.
Definition at line 761 of file xfs_trans_buf.c.
|
read |
Definition at line 138 of file xfs_trans_buf.c.
Definition at line 195 of file xfs_trans_buf.c.
Definition at line 735 of file xfs_trans_buf.c.
Definition at line 688 of file xfs_trans_buf.c.
Definition at line 557 of file xfs_trans_buf.c.
| int xfs_trans_read_buf_map | ( | struct xfs_mount * | mp, |
| struct xfs_trans * | tp, | ||
| struct xfs_buftarg * | target, | ||
| struct xfs_buf_map * | map, | ||
| int | nmaps, | ||
| xfs_buf_flags_t | flags, | ||
| struct xfs_buf ** | bpp | ||
| ) |
Definition at line 253 of file xfs_trans_buf.c.
Definition at line 711 of file xfs_trans_buf.c.
1.8.2