Searched refs:buf_ops (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/scrub/ |
D | repair.c | 728 ASSERT(fab->buf_ops->magic[1] != 0); in xrep_findroot_block() 729 if (btblock->bb_magic != fab->buf_ops->magic[1]) in xrep_findroot_block() 747 if (bp->b_ops != fab->buf_ops) in xrep_findroot_block() 759 bp->b_ops = fab->buf_ops; in xrep_findroot_block() 760 fab->buf_ops->verify_read(bp); in xrep_findroot_block() 845 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap() 882 for (fab = btree_info; fab->buf_ops; fab++) { in xrep_find_ag_btree_roots()
|
D | agheader_repair.c | 339 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf() 343 .buf_ops = &xfs_cntbt_buf_ops, in xrep_agf() 347 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf() 351 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf() 354 .buf_ops = NULL, in xrep_agf() 868 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi() 872 .buf_ops = &xfs_finobt_buf_ops, in xrep_agi() 875 .buf_ops = NULL in xrep_agi()
|
D | repair.h | 43 const struct xfs_buf_ops *buf_ops; member
|
/fs/xfs/ |
D | xfs_mount.c | 281 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local 294 buf_ops = NULL; in xfs_readsb() 305 buf_ops); in xfs_readsb() 342 if (buf_ops == NULL) { in xfs_readsb() 349 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
|
/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 446 .buf_ops = &xfs_bnobt_buf_ops, 468 .buf_ops = &xfs_cntbt_buf_ops,
|
D | xfs_ialloc_btree.c | 375 .buf_ops = &xfs_inobt_buf_ops, 396 .buf_ops = &xfs_finobt_buf_ops,
|
D | xfs_btree.c | 422 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor() 908 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock() 914 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock() 934 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock() 940 right, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock() 1021 cur->bc_mp->m_bsize * count, cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr() 1292 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block() 1321 cur->bc_ops->buf_ops); in xfs_btree_read_buf_block()
|
D | xfs_btree.h | 151 const struct xfs_buf_ops *buf_ops; member
|
D | xfs_refcount_btree.c | 307 .buf_ops = &xfs_refcountbt_buf_ops,
|
D | xfs_rmap_btree.c | 445 .buf_ops = &xfs_rmapbt_buf_ops,
|
D | xfs_bmap_btree.c | 536 .buf_ops = &xfs_bmbt_buf_ops,
|