Home
last modified time | relevance | path

Searched refs:xfs_trans_log_buf (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_btree.c340 xfs_trans_log_buf(tp, bp, in xfs_da3_node_create()
480 xfs_trans_log_buf(state->args->trans, bp, in xfs_da3_split()
494 xfs_trans_log_buf(state->args->trans, bp, in xfs_da3_split()
592 xfs_trans_log_buf(tp, bp, 0, size - 1); in xfs_da3_root_split()
629 xfs_trans_log_buf(tp, bp, in xfs_da3_root_split()
824 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
842 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
846 xfs_trans_log_buf(tp, blk2->bp, in xfs_da3_node_rebalance()
912 xfs_trans_log_buf(state->args->trans, oldblk->bp, in xfs_da3_node_add()
918 xfs_trans_log_buf(state->args->trans, oldblk->bp, in xfs_da3_node_add()
[all …]
Dxfs_attr_leaf.c994 xfs_trans_log_buf(args->trans, bp2, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
1015 xfs_trans_log_buf(args->trans, bp1, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
1073 xfs_trans_log_buf(args->trans, bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_create()
1211 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add()
1249 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work()
1279 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work()
1312 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work()
1390 xfs_trans_log_buf(trans, bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_compact()
1577 xfs_trans_log_buf(args->trans, blk1->bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_rebalance()
1578 xfs_trans_log_buf(args->trans, blk2->bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_rebalance()
[all …]
Dxfs_symlink_remote.c191 xfs_trans_log_buf(tp, bp, 0, ifp->if_bytes - 1); in xfs_symlink_local_to_remote()
207 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsymlink_hdr) + in xfs_symlink_local_to_remote()
Dxfs_rtbitmap.c489 xfs_trans_log_buf(tp, bp, first, first + sizeof(*sp) - 1); in xfs_rtmodify_summary_int()
583 xfs_trans_log_buf(tp, bp, in xfs_rtmodify_range()
623 xfs_trans_log_buf(tp, bp, in xfs_rtmodify_range()
662 xfs_trans_log_buf(tp, bp, (uint)((char *)first - (char *)bufp), in xfs_rtmodify_range()
Dxfs_dir2_data.c660 xfs_trans_log_buf(args->trans, bp, (uint)((char *)dep - (char *)hdr), in xfs_dir2_data_log_entry()
682 xfs_trans_log_buf(args->trans, bp, 0, in xfs_dir2_data_log_header()
705 xfs_trans_log_buf(args->trans, bp, (uint)((char *)dup - (char *)hdr), in xfs_dir2_data_log_unused()
711 xfs_trans_log_buf(args->trans, bp, in xfs_dir2_data_log_unused()
Dxfs_dir2_leaf.c1074 xfs_trans_log_buf(args->trans, bp, in xfs_dir3_leaf_log_bests()
1102 xfs_trans_log_buf(args->trans, bp, in xfs_dir3_leaf_log_ents()
1122 xfs_trans_log_buf(args->trans, bp, in xfs_dir3_leaf_log_header()
1144 xfs_trans_log_buf(args->trans, bp, (uint)((char *)ltp - (char *)leaf), in xfs_dir3_leaf_log_tail()
Dxfs_ialloc.c347 xfs_trans_log_buf(tp, fbuf, ioffset, in xfs_ialloc_inode_init()
370 xfs_trans_log_buf(tp, fbuf, 0, in xfs_ialloc_inode_init()
2468 xfs_trans_log_buf(tp, bp, first, last); in xfs_ialloc_log_agi()
2479 xfs_trans_log_buf(tp, bp, first, last); in xfs_ialloc_log_agi()
Dxfs_dir2_block.c584 xfs_trans_log_buf(tp, bp, (uint)((char *)&blp[first] - (char *)hdr), in xfs_dir2_block_log_leaf()
600 xfs_trans_log_buf(tp, bp, (uint)((char *)btp - (char *)hdr), in xfs_dir2_block_log_tail()
Dxfs_btree.c1308 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_keys()
1333 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_recs()
1358 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_ptrs()
1433 xfs_trans_log_buf(cur->bc_tp, bp, first, last); in xfs_btree_log_block()
Dxfs_sb.c819 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb)); in xfs_log_sb()
Dxfs_dir2_node.c258 xfs_trans_log_buf(args->trans, bp, in xfs_dir2_free_log_bests()
279 xfs_trans_log_buf(args->trans, bp, 0, in xfs_dir2_free_log_header()
Dxfs_alloc.c2175 xfs_trans_log_buf(tp, bp, (uint)first, (uint)last); in xfs_alloc_log_agf()
2253 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
/linux-4.4.14/fs/xfs/
Dxfs_trans.h213 void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
Dxfs_inode.c2012 xfs_trans_log_buf(tp, ibp, offset, in xfs_iunlink()
2025 xfs_trans_log_buf(tp, agibp, offset, in xfs_iunlink()
2102 xfs_trans_log_buf(tp, ibp, offset, in xfs_iunlink_remove()
2117 xfs_trans_log_buf(tp, agibp, offset, in xfs_iunlink_remove()
2180 xfs_trans_log_buf(tp, ibp, offset, in xfs_iunlink_remove()
2197 xfs_trans_log_buf(tp, last_ibp, offset, in xfs_iunlink_remove()
Dxfs_trans.c470 xfs_trans_log_buf(tp, bp, 0, sizeof(xfs_dsb_t) - 1); in xfs_trans_apply_sb_deltas()
476 xfs_trans_log_buf(tp, bp, offsetof(xfs_dsb_t, sb_icount), in xfs_trans_apply_sb_deltas()
Dxfs_symlink.c365 xfs_trans_log_buf(tp, bp, 0, (buf + byte_cnt - 1) - in xfs_symlink()
Dxfs_trans_buf.c498 xfs_trans_log_buf(xfs_trans_t *tp, in xfs_trans_log_buf() function
Dxfs_dquot.c264 xfs_trans_log_buf(tp, bp, 0, BBTOB(q->qi_dqchunklen) - 1); in xfs_qm_init_dquot_blk()
Dxfs_rtalloc.c851 xfs_trans_log_buf(tp, bp, 0, mp->m_sb.sb_blocksize - 1); in xfs_growfs_rt_alloc()
Dxfs_trace.h534 DEFINE_BUF_ITEM_EVENT(xfs_trans_log_buf);
Dxfs_log_recover.c3983 xfs_trans_log_buf(tp, agibp, offset, in xlog_recover_clear_agi_bucket()