Lines Matching refs:dfops
832 struct xfs_defer_ops dfops; in xfs_bmap_punch_delalloc_range() local
868 xfs_defer_init(&dfops, &firstblock); in xfs_bmap_punch_delalloc_range()
870 &dfops, &done); in xfs_bmap_punch_delalloc_range()
874 ASSERT(!xfs_defer_has_unfinished_work(&dfops)); in xfs_bmap_punch_delalloc_range()
1023 struct xfs_defer_ops dfops; in xfs_alloc_file_space() local
1114 xfs_defer_init(&dfops, &firstfsb); in xfs_alloc_file_space()
1117 resblks, imapp, &nimaps, &dfops); in xfs_alloc_file_space()
1124 error = xfs_defer_finish(&tp, &dfops, NULL); in xfs_alloc_file_space()
1147 xfs_defer_cancel(&dfops); in xfs_alloc_file_space()
1165 struct xfs_defer_ops dfops; in xfs_unmap_extent() local
1184 xfs_defer_init(&dfops, &firstfsb); in xfs_unmap_extent()
1186 &dfops, done); in xfs_unmap_extent()
1190 error = xfs_defer_finish(&tp, &dfops, ip); in xfs_unmap_extent()
1200 xfs_defer_cancel(&dfops); in xfs_unmap_extent()
1397 struct xfs_defer_ops dfops; in xfs_shift_file_space() local
1487 xfs_defer_init(&dfops, &first_block); in xfs_shift_file_space()
1494 &done, stop_fsb, &first_block, &dfops, in xfs_shift_file_space()
1499 error = xfs_defer_finish(&tp, &dfops, NULL); in xfs_shift_file_space()
1509 xfs_defer_cancel(&dfops); in xfs_shift_file_space()
1699 struct xfs_defer_ops dfops; in xfs_swap_extent_rmap() local
1735 xfs_defer_init(&dfops, &firstfsb); in xfs_swap_extent_rmap()
1757 error = xfs_bmap_unmap_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap()
1763 error = xfs_bmap_unmap_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap()
1769 error = xfs_bmap_map_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap()
1775 error = xfs_bmap_map_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap()
1780 error = xfs_defer_finish(tpp, &dfops, ip); in xfs_swap_extent_rmap()
1800 xfs_defer_cancel(&dfops); in xfs_swap_extent_rmap()