• Home
  • Raw
  • Download

Lines Matching refs:dfops

848 		struct xfs_defer_ops dfops;  in xfs_bmap_punch_delalloc_range()  local
884 xfs_defer_init(&dfops, &firstblock); in xfs_bmap_punch_delalloc_range()
886 &dfops, &done); in xfs_bmap_punch_delalloc_range()
890 ASSERT(!xfs_defer_has_unfinished_work(&dfops)); in xfs_bmap_punch_delalloc_range()
1039 struct xfs_defer_ops dfops; in xfs_alloc_file_space() local
1130 xfs_defer_init(&dfops, &firstfsb); in xfs_alloc_file_space()
1133 resblks, imapp, &nimaps, &dfops); in xfs_alloc_file_space()
1140 error = xfs_defer_finish(&tp, &dfops); in xfs_alloc_file_space()
1163 xfs_defer_cancel(&dfops); in xfs_alloc_file_space()
1181 struct xfs_defer_ops dfops; in xfs_unmap_extent() local
1200 xfs_defer_init(&dfops, &firstfsb); in xfs_unmap_extent()
1202 &dfops, done); in xfs_unmap_extent()
1206 xfs_defer_ijoin(&dfops, ip); in xfs_unmap_extent()
1207 error = xfs_defer_finish(&tp, &dfops); in xfs_unmap_extent()
1217 xfs_defer_cancel(&dfops); in xfs_unmap_extent()
1411 struct xfs_defer_ops dfops; in xfs_shift_file_space() local
1501 xfs_defer_init(&dfops, &first_block); in xfs_shift_file_space()
1508 &done, stop_fsb, &first_block, &dfops, in xfs_shift_file_space()
1513 error = xfs_defer_finish(&tp, &dfops); in xfs_shift_file_space()
1523 xfs_defer_cancel(&dfops); in xfs_shift_file_space()
1713 struct xfs_defer_ops dfops; in xfs_swap_extent_rmap() local
1749 xfs_defer_init(&dfops, &firstfsb); in xfs_swap_extent_rmap()
1771 error = xfs_bmap_unmap_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap()
1777 error = xfs_bmap_unmap_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap()
1783 error = xfs_bmap_map_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap()
1789 error = xfs_bmap_map_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap()
1794 xfs_defer_ijoin(&dfops, ip); in xfs_swap_extent_rmap()
1795 error = xfs_defer_finish(tpp, &dfops); in xfs_swap_extent_rmap()
1815 xfs_defer_cancel(&dfops); in xfs_swap_extent_rmap()