/linux-2.4.37.9/fs/xfs/ |
D | xfs_rtalloc.c | 206 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()
|
D | xfs_trans.c | 534 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()
|
D | xfs_ialloc_btree.c | 778 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()
|
D | xfs_inode.c | 1955 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()
|
D | xfs_alloc_btree.c | 854 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()
|
D | xfs_ialloc.c | 122 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()
|
D | xfs_trans_buf.c | 726 xfs_trans_log_buf(xfs_trans_t *tp, in xfs_trans_log_buf() function
|
D | xfs_bmap_btree.c | 1059 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()
|
D | xfs_trans.h | 1014 void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
|
D | xfs_alloc.c | 2079 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()
|
D | xfs_mount.c | 1242 xfs_trans_log_buf(tp, bp, first, last);
|
D | xfs_da_btree.c | 2559 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()
|
D | xfs_log_recover.c | 3193 xfs_trans_log_buf(tp, agibp, offset, in xlog_recover_clear_agi_bucket()
|
D | xfs_vnodeops.c | 3496 xfs_trans_log_buf(tp, bp, 0, byte_cnt - 1); in xfs_symlink()
|
D | xfs_bmap.c | 3392 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/ |
D | xfs_dquot.c | 469 xfs_trans_log_buf(tp, bp, 0, BBTOB(XFS_QI_DQCHUNKLEN(mp)) - 1); in xfs_qm_init_dquot_blk()
|