Lines Matching refs:XFS_DATA_FORK
419 cur->bc_ino.forksize = xfs_inode_fork_size(ip, XFS_DATA_FORK); in xfs_rtrefcountbt_init_cursor()
420 cur->bc_ino.whichfork = XFS_DATA_FORK; in xfs_rtrefcountbt_init_cursor()
445 ifp = xfs_ifork_ptr(cur->bc_ino.ip, XFS_DATA_FORK); in xfs_rtrefcountbt_commit_staged_btree()
451 xfs_btree_commit_ifakeroot(cur, tp, XFS_DATA_FORK); in xfs_rtrefcountbt_commit_staged_btree()
634 struct xfs_rtrefcount_root *dfp = XFS_DFORK_PTR(dip, XFS_DATA_FORK); in xfs_iformat_rtrefcount()
650 dsize = XFS_DFORK_SIZE(dip, mp, XFS_DATA_FORK); in xfs_iformat_rtrefcount()
660 broot = xfs_broot_alloc(xfs_ifork_ptr(ip, XFS_DATA_FORK), in xfs_iformat_rtrefcount()
719 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_DATA_FORK); in xfs_iflush_rtrefcount()
720 struct xfs_rtrefcount_root *dfp = XFS_DFORK_PTR(dip, XFS_DATA_FORK); in xfs_iflush_rtrefcount()
725 xfs_inode_fork_size(ip, XFS_DATA_FORK)); in xfs_iflush_rtrefcount()
728 XFS_DFORK_SIZE(dip, ip->i_mount, XFS_DATA_FORK)); in xfs_iflush_rtrefcount()
741 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, XFS_DATA_FORK); in xfs_rtrefcountbt_create()