* with its li_desc field.
*/
xfs_log_item_desc_t *
-xfs_trans_add_item(xfs_trans_t *tp, xfs_log_item_t *lip)
+xfs_trans_add_item(
+ xfs_trans_t *tp,
+ xfs_log_item_t *lip)
{
xfs_log_item_desc_t *lidp;
xfs_log_item_chunk_t *licp;
* to the given slot.
*/
void
-xfs_trans_free_item(xfs_trans_t *tp, xfs_log_item_desc_t *lidp)
+xfs_trans_free_item(
+ xfs_trans_t *tp,
+ xfs_log_item_desc_t *lidp)
{
uint slot;
xfs_log_item_chunk_t *licp;
* Just return it.
*/
xfs_log_item_desc_t *
-xfs_trans_find_item(xfs_trans_t *tp, xfs_log_item_t *lip)
+xfs_trans_find_item(
+ xfs_trans_t *tp,
+ xfs_log_item_t *lip)
{
ASSERT(lip->li_desc != NULL);
*/
void
xfs_trans_free_items(
- xfs_trans_t *tp,
- int flags)
+ xfs_trans_t *tp,
+ int flags)
{
xfs_log_item_chunk_t *licp;
xfs_log_item_chunk_t *next_licp;
*/
STATIC xfs_buf_t *
xfs_trans_buf_item_match(
- xfs_trans_t *tp,
- xfs_buftarg_t *target,
- xfs_daddr_t blkno,
- int len)
+ xfs_trans_t *tp,
+ xfs_buftarg_t *target,
+ xfs_daddr_t blkno,
+ int len)
{
xfs_log_item_chunk_t *licp;
xfs_log_item_desc_t *lidp;
xfs_buf_log_item_t *blip;
- xfs_buf_t *bp;
+ xfs_buf_t *bp;
int i;
#ifdef LI_DEBUG
*/
STATIC xfs_buf_t *
xfs_trans_buf_item_match_all(
- xfs_trans_t *tp,
- xfs_buftarg_t *target,
- xfs_daddr_t blkno,
- int len)
+ xfs_trans_t *tp,
+ xfs_buftarg_t *target,
+ xfs_daddr_t blkno,
+ int len)
{
xfs_log_item_chunk_t *licp;
xfs_log_item_desc_t *lidp;
xfs_buf_log_item_t *blip;
- xfs_buf_t *bp;
+ xfs_buf_t *bp;
int i;
#ifdef LI_DEBUG
*/
void
xfs_buf_item_init(
- xfs_buf_t *bp,
- xfs_mount_t *mp)
+ xfs_buf_t *bp,
+ xfs_mount_t *mp)
{
xfs_log_item_t *lip;
xfs_buf_log_item_t *bip;
*/
void
xfs_inode_item_init(
- xfs_inode_t *ip,
- xfs_mount_t *mp)
+ xfs_inode_t *ip,
+ xfs_mount_t *mp)
{
xfs_inode_log_item_t *iip;