Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xfs_trans_extfree.c File Reference
#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_trans_priv.h"
#include "xfs_extfree_item.h"

Go to the source code of this file.

Functions

xfs_efi_log_item_t * xfs_trans_get_efi (xfs_trans_t *tp, uint nextents)
 
void xfs_trans_log_efi_extent (xfs_trans_t *tp, xfs_efi_log_item_t *efip, xfs_fsblock_t start_block, xfs_extlen_t ext_len)
 
xfs_efd_log_item_t * xfs_trans_get_efd (xfs_trans_t *tp, xfs_efi_log_item_t *efip, uint nextents)
 
void xfs_trans_log_efd_extent (xfs_trans_t *tp, xfs_efd_log_item_t *efdp, xfs_fsblock_t start_block, xfs_extlen_t ext_len)
 

Function Documentation

xfs_efd_log_item_t* xfs_trans_get_efd ( xfs_trans_t *  tp,
xfs_efi_log_item_t *  efip,
uint  nextents 
)

Definition at line 91 of file xfs_trans_extfree.c.

xfs_efi_log_item_t* xfs_trans_get_efi ( xfs_trans_t *  tp,
uint  nextents 
)

Definition at line 36 of file xfs_trans_extfree.c.

void xfs_trans_log_efd_extent ( xfs_trans_t *  tp,
xfs_efd_log_item_t *  efdp,
xfs_fsblock_t  start_block,
xfs_extlen_t  ext_len 
)

Definition at line 116 of file xfs_trans_extfree.c.

void xfs_trans_log_efi_extent ( xfs_trans_t *  tp,
xfs_efi_log_item_t *  efip,
xfs_fsblock_t  start_block,
xfs_extlen_t  ext_len 
)

Definition at line 60 of file xfs_trans_extfree.c.