Lines Matching refs:dfops
1158 struct xfs_defer_ops dfops; in xfs_create() local
1217 xfs_defer_init(&dfops, &first_block); in xfs_create()
1254 &first_block, &dfops, resblks ? in xfs_create()
1288 error = xfs_defer_finish(&tp, &dfops); in xfs_create()
1304 xfs_defer_cancel(&dfops); in xfs_create()
1436 struct xfs_defer_ops dfops; in xfs_link() local
1486 xfs_defer_init(&dfops, &first_block); in xfs_link()
1498 &first_block, &dfops, resblks); in xfs_link()
1516 error = xfs_defer_finish(&tp, &dfops); in xfs_link()
1518 xfs_defer_cancel(&dfops); in xfs_link()
1560 struct xfs_defer_ops dfops; in xfs_itruncate_extents() local
1596 xfs_defer_init(&dfops, &first_block); in xfs_itruncate_extents()
1601 &first_block, &dfops, in xfs_itruncate_extents()
1610 xfs_defer_ijoin(&dfops, ip); in xfs_itruncate_extents()
1611 error = xfs_defer_finish(&tp, &dfops); in xfs_itruncate_extents()
1653 xfs_defer_cancel(&dfops); in xfs_itruncate_extents()
1796 struct xfs_defer_ops dfops; in xfs_inactive_ifree() local
1834 xfs_defer_init(&dfops, &first_block); in xfs_inactive_ifree()
1835 error = xfs_ifree(tp, ip, &dfops); in xfs_inactive_ifree()
1861 error = xfs_defer_finish(&tp, &dfops); in xfs_inactive_ifree()
1865 xfs_defer_cancel(&dfops); in xfs_inactive_ifree()
2456 struct xfs_defer_ops *dfops) in xfs_ifree() argument
2475 error = xfs_difree(tp, ip->i_ino, dfops, &xic); in xfs_ifree()
2581 struct xfs_defer_ops dfops; in xfs_remove() local
2662 xfs_defer_init(&dfops, &first_block); in xfs_remove()
2664 &first_block, &dfops, resblks); in xfs_remove()
2678 error = xfs_defer_finish(&tp, &dfops); in xfs_remove()
2692 xfs_defer_cancel(&dfops); in xfs_remove()
2753 struct xfs_defer_ops *dfops) in xfs_finish_rename() argument
2764 error = xfs_defer_finish(&tp, dfops); in xfs_finish_rename()
2766 xfs_defer_cancel(dfops); in xfs_finish_rename()
2788 struct xfs_defer_ops *dfops, in xfs_cross_rename() argument
2800 first_block, dfops, spaceres); in xfs_cross_rename()
2807 first_block, dfops, spaceres); in xfs_cross_rename()
2822 dfops, spaceres); in xfs_cross_rename()
2849 dfops, spaceres); in xfs_cross_rename()
2888 return xfs_finish_rename(tp, dfops); in xfs_cross_rename()
2891 xfs_defer_cancel(dfops); in xfs_cross_rename()
2946 struct xfs_defer_ops dfops; in xfs_rename() local
3029 xfs_defer_init(&dfops, &first_block); in xfs_rename()
3035 &dfops, &first_block, spaceres); in xfs_rename()
3057 &dfops, spaceres); in xfs_rename()
3097 &first_block, &dfops, spaceres); in xfs_rename()
3132 &first_block, &dfops, spaceres); in xfs_rename()
3171 &first_block, &dfops, spaceres); in xfs_rename()
3174 &first_block, &dfops, spaceres); in xfs_rename()
3209 error = xfs_finish_rename(tp, &dfops); in xfs_rename()
3215 xfs_defer_cancel(&dfops); in xfs_rename()