Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.c206 xfs_trans_log_buf(tp, bp, 0, mp->m_sb.sb_blocksize - 1); in xfs_growfs_rt_alloc()
1766 xfs_trans_log_buf(tp, bp, in xfs_rtmodify_range()
1806 xfs_trans_log_buf(tp, bp, in xfs_rtmodify_range()
1845 xfs_trans_log_buf(tp, bp, (uint)((char *)first - (char *)bufp), in xfs_rtmodify_range()
1911 xfs_trans_log_buf(tp, bp, (uint)((char *)sp - (char *)XFS_BUF_PTR(bp)), in xfs_rtmodify_summary()
Dxfs_trans.c534 xfs_trans_log_buf(tp, bp, 0, sizeof(xfs_sb_t) - 1); in xfs_trans_apply_sb_deltas()
540 xfs_trans_log_buf(tp, bp, offsetof(xfs_sb_t, sb_icount), in xfs_trans_apply_sb_deltas()
Dxfs_ialloc_btree.c778 xfs_trans_log_buf(tp, bp, first, last); in xfs_inobt_log_block()
800 xfs_trans_log_buf(cur->bc_tp, bp, first, last); in xfs_inobt_log_keys()
822 xfs_trans_log_buf(cur->bc_tp, bp, first, last); in xfs_inobt_log_ptrs()
844 xfs_trans_log_buf(cur->bc_tp, bp, first, last); in xfs_inobt_log_recs()
Dxfs_inode.c1955 xfs_trans_log_buf(tp, ibp, offset, in xfs_iunlink()
1967 xfs_trans_log_buf(tp, agibp, offset, in xfs_iunlink()
2067 xfs_trans_log_buf(tp, ibp, offset, in xfs_iunlink_remove()
2081 xfs_trans_log_buf(tp, agibp, offset, in xfs_iunlink_remove()
2130 xfs_trans_log_buf(tp, ibp, offset, in xfs_iunlink_remove()
2143 xfs_trans_log_buf(tp, last_ibp, offset, in xfs_iunlink_remove()
Dxfs_alloc_btree.c854 xfs_trans_log_buf(tp, bp, first, last); in xfs_alloc_log_block()
876 xfs_trans_log_buf(cur->bc_tp, bp, first, last); in xfs_alloc_log_keys()
898 xfs_trans_log_buf(cur->bc_tp, bp, first, last); in xfs_alloc_log_ptrs()
932 xfs_trans_log_buf(cur->bc_tp, bp, first, last); in xfs_alloc_log_recs()
Dxfs_ialloc.c122 xfs_trans_log_buf(tp, bp, first, last); in xfs_ialloc_log_di()
1333 xfs_trans_log_buf(tp, bp, first, last); in xfs_ialloc_log_agi()
Dxfs_trans_buf.c726 xfs_trans_log_buf(xfs_trans_t *tp, in xfs_trans_log_buf() function
Dxfs_bmap_btree.c1059 xfs_trans_log_buf(tp, bp, first, last); in xfs_bmbt_log_keys()
1098 xfs_trans_log_buf(tp, bp, first, last); in xfs_bmbt_log_ptrs()
2268 xfs_trans_log_buf(tp, bp, first, last); in xfs_bmbt_log_block()
2302 xfs_trans_log_buf(tp, bp, first, last); in xfs_bmbt_log_recs()
Dxfs_trans.h1014 void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
Dxfs_alloc.c2079 xfs_trans_log_buf(tp, bp, (uint)first, (uint)last); in xfs_alloc_log_agf()
2141 xfs_trans_log_buf(tp, agflbp, in xfs_alloc_put_freelist()
Dxfs_mount.c1242 xfs_trans_log_buf(tp, bp, first, last);
Dxfs_da_btree.c2559 xfs_trans_log_buf(tp, dabuf->bps[0], first, last); in xfs_da_log_buf()
2573 xfs_trans_log_buf(tp, bp, f - off, l - off); in xfs_da_log_buf()
Dxfs_log_recover.c3193 xfs_trans_log_buf(tp, agibp, offset, in xlog_recover_clear_agi_bucket()
Dxfs_vnodeops.c3496 xfs_trans_log_buf(tp, bp, 0, byte_cnt - 1); in xfs_symlink()
Dxfs_bmap.c3392 xfs_trans_log_buf(tp, bp, 0, ifp->if_bytes - 1); in xfs_bmap_local_to_extents()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot.c469 xfs_trans_log_buf(tp, bp, 0, BBTOB(XFS_QI_DQCHUNKLEN(mp)) - 1); in xfs_qm_init_dquot_blk()