Lines Matching defs:ops
1936 const struct xfs_buf_ops *ops)
1939 xfs_buf_readahead(log->l_mp->m_ddev_targp, blkno, len, ops);
2316 * hold the recovery ops that will follow.
2456 /* Take all the collected deferred ops and finish them in order. */
2503 /* Release all the captured defer ops and capture structures in this list. */
2555 const struct xfs_item_ops *ops;
2569 * deferred ops, you /must/ attach them to the capture list in
2577 ops = lip->li_ops;
2578 error = ops->iop_recover(lip, &capture_list);
2582 ops->iop_recover);