Lines Matching refs:ops
32 const struct xfs_buf_ops *ops) in xfs_get_aghdr_buf() argument
44 bp->b_ops = ops; in xfs_get_aghdr_buf()
350 const struct xfs_buf_ops *ops) in xfs_ag_init_hdr() argument
355 error = xfs_get_aghdr_buf(mp, id->daddr, id->numblks, &bp, ops); in xfs_ag_init_hdr()
369 const struct xfs_buf_ops *ops; member
395 .ops = &xfs_sb_buf_ops, in xfs_ag_init_headers()
402 .ops = &xfs_agf_buf_ops, in xfs_ag_init_headers()
409 .ops = &xfs_agfl_buf_ops, in xfs_ag_init_headers()
416 .ops = &xfs_agi_buf_ops, in xfs_ag_init_headers()
423 .ops = &xfs_bnobt_buf_ops, in xfs_ag_init_headers()
430 .ops = &xfs_cntbt_buf_ops, in xfs_ag_init_headers()
437 .ops = &xfs_inobt_buf_ops, in xfs_ag_init_headers()
445 .ops = &xfs_finobt_buf_ops, in xfs_ag_init_headers()
453 .ops = &xfs_rmapbt_buf_ops, in xfs_ag_init_headers()
460 .ops = &xfs_refcountbt_buf_ops, in xfs_ag_init_headers()
481 error = xfs_ag_init_hdr(mp, id, dp->work, dp->ops); in xfs_ag_init_headers()