/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 471 xfs_trans_log_buf(tp, bp, in xfs_da3_node_create() 768 xfs_trans_log_buf(tp, bp, in xfs_da3_root_split() 960 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance() 978 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance() 983 xfs_trans_log_buf(tp, blk2->bp, in xfs_da3_node_rebalance() 1538 xfs_trans_log_buf(tp, save_blk->bp, in xfs_da3_node_unbalance() 1544 xfs_trans_log_buf(tp, save_blk->bp, in xfs_da3_node_unbalance() 1557 xfs_trans_log_buf(tp, save_blk->bp, in xfs_da3_node_unbalance() 2359 xfs_trans_log_buf(tp, sib_buf, in xfs_da3_swap_lastblock() 2379 xfs_trans_log_buf(tp, sib_buf, in xfs_da3_swap_lastblock() [all …]
|
H A D | xfs_attr_leaf.c | 1475 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add() 1513 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work() 1545 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work() 1578 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_add_work() 2234 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_remove() 2241 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_remove() 2269 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_remove() 2828 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_clearflag() 2836 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_clearflag() 2878 xfs_trans_log_buf(args->trans, bp, in xfs_attr3_leaf_setflag() [all …]
|
H A D | xfs_symlink_remote.c | 179 xfs_trans_log_buf(tp, bp, 0, ifp->if_bytes - 1); in xfs_symlink_local_to_remote() 195 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsymlink_hdr) + in xfs_symlink_local_to_remote()
|
H A D | xfs_rtbitmap.c | 507 xfs_trans_log_buf(tp, bp, first, first + sizeof(*sp) - 1); in xfs_rtmodify_summary_int() 601 xfs_trans_log_buf(tp, bp, in xfs_rtmodify_range() 641 xfs_trans_log_buf(tp, bp, in xfs_rtmodify_range() 679 xfs_trans_log_buf(tp, bp, (uint)((char *)first - (char *)bufp), in xfs_rtmodify_range()
|
H A D | xfs_dir2_data.c | 774 xfs_trans_log_buf(args->trans, bp, (uint)((char *)dep - (char *)hdr), in xfs_dir2_data_log_entry() 796 xfs_trans_log_buf(args->trans, bp, 0, args->geo->data_entry_offset - 1); in xfs_dir2_data_log_header() 818 xfs_trans_log_buf(args->trans, bp, (uint)((char *)dup - (char *)hdr), in xfs_dir2_data_log_unused() 824 xfs_trans_log_buf(args->trans, bp, in xfs_dir2_data_log_unused()
|
H A D | xfs_dir2_leaf.c | 1080 xfs_trans_log_buf(args->trans, bp, in xfs_dir3_leaf_log_bests() 1107 xfs_trans_log_buf(args->trans, bp, in xfs_dir3_leaf_log_ents() 1127 xfs_trans_log_buf(args->trans, bp, in xfs_dir3_leaf_log_header() 1149 xfs_trans_log_buf(args->trans, bp, (uint)((char *)ltp - (char *)leaf), in xfs_dir3_leaf_log_tail()
|
H A D | xfs_dir2_block.c | 605 xfs_trans_log_buf(tp, bp, (uint)((char *)&blp[first] - (char *)hdr), in xfs_dir2_block_log_leaf() 621 xfs_trans_log_buf(tp, bp, (uint)((char *)btp - (char *)hdr), in xfs_dir2_block_log_tail()
|
H A D | xfs_ialloc.c | 380 xfs_trans_log_buf(tp, fbuf, ioffset, in xfs_ialloc_inode_init() 2472 xfs_trans_log_buf(tp, bp, first, last); in xfs_ialloc_log_agi() 2483 xfs_trans_log_buf(tp, bp, first, last); in xfs_ialloc_log_agi()
|
H A D | xfs_btree.c | 1474 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_keys() 1495 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_recs() 1517 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_ptrs() 1588 xfs_trans_log_buf(cur->bc_tp, bp, first, last); in xfs_btree_log_block()
|
H A D | xfs_dir2_node.c | 374 xfs_trans_log_buf(args->trans, bp, in xfs_dir2_free_log_bests() 395 xfs_trans_log_buf(args->trans, bp, 0, in xfs_dir2_free_log_header()
|
H A D | xfs_sb.c | 1044 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xfs_log_sb()
|
H A D | xfs_alloc.c | 2919 xfs_trans_log_buf(tp, bp, (uint)first, (uint)last); in xfs_alloc_log_agf() 2975 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iunlink_item.c | 93 xfs_trans_log_buf(tp, ibp, offset, offset + sizeof(xfs_agino_t) - 1); in xfs_iunlink_log_dinode()
|
H A D | xfs_trans.h | 232 void xfs_trans_log_buf(struct xfs_trans *, struct xfs_buf *, uint,
|
H A D | xfs_symlink.c | 307 xfs_trans_log_buf(tp, bp, 0, (buf + byte_cnt - 1) - in xfs_symlink()
|
H A D | xfs_trans.c | 562 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xfs_trans_apply_sb_deltas() 568 xfs_trans_log_buf(tp, bp, offsetof(struct xfs_dsb, sb_icount), in xfs_trans_apply_sb_deltas()
|
H A D | xfs_trans_buf.c | 491 xfs_trans_log_buf( in xfs_trans_log_buf() function
|
H A D | xfs_dquot.c | 253 xfs_trans_log_buf(tp, bp, 0, BBTOB(q->qi_dqchunklen) - 1); in xfs_qm_init_dquot_blk()
|
H A D | xfs_rtalloc.c | 882 xfs_trans_log_buf(tp, bp, 0, mp->m_sb.sb_blocksize - 1); in xfs_growfs_rt_alloc()
|
H A D | xfs_log_recover.c | 2666 xfs_trans_log_buf(tp, agibp, offset, in xlog_recover_clear_agi_bucket()
|
H A D | xfs_inode.c | 1933 xfs_trans_log_buf(tp, agibp, offset, offset + sizeof(xfs_agino_t) - 1); in xfs_iunlink_update_bucket()
|
H A D | xfs_trace.h | 638 DEFINE_BUF_ITEM_EVENT(xfs_trans_log_buf);
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | agheader_repair.c | 74 xfs_trans_log_buf(sc->tp, bp, 0, BBTOB(bp->b_length) - 1); in xrep_superblock() 328 xfs_trans_log_buf(sc->tp, agf_bp, 0, BBTOB(agf_bp->b_length) - 1); in xrep_agf_commit_new() 716 xfs_trans_log_buf(sc->tp, agfl_bp, 0, BBTOB(agfl_bp->b_length) - 1); in xrep_agfl_init_header() 957 xfs_trans_log_buf(sc->tp, agi_bp, 0, BBTOB(agi_bp->b_length) - 1); in xrep_agi_commit_new()
|