Searched refs:finish_cleanup (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.h59 void (*finish_cleanup)(struct xfs_trans *tp, member in struct:xfs_defer_op_type
H A Dxfs_defer.c620 if (ops->finish_cleanup)
621 ops->finish_cleanup(tp, state, error);
/linux-master/fs/xfs/
H A Dxfs_refcount_item.c532 .finish_cleanup = xfs_refcount_finish_one_cleanup,
H A Dxfs_rmap_item.c586 .finish_cleanup = xfs_rmap_finish_one_cleanup,
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.c1269 * finish_cleanup() - Make some assertions about a data_vio which has finished cleaning up.
1274 static void finish_cleanup(struct data_vio *data_vio) function
1334 finish_cleanup(data_vio);

Completed in 160 milliseconds