Searched refs:buf_ops (Results 1 – 16 of 16) sorted by relevance
| /fs/xfs/scrub/ |
| A D | repair.c | 571 ASSERT(fab->buf_ops->magic[1] != 0); in xrep_findroot_block() 572 if (btblock->bb_magic != fab->buf_ops->magic[1]) in xrep_findroot_block() 590 if (bp->b_ops != fab->buf_ops) in xrep_findroot_block() 602 bp->b_ops = fab->buf_ops; in xrep_findroot_block() 603 fab->buf_ops->verify_read(bp); in xrep_findroot_block() 688 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap() 725 for (fab = btree_info; fab->buf_ops; fab++) { in xrep_find_ag_btree_roots()
|
| A D | agheader_repair.c | 349 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf() 354 .buf_ops = &xfs_cntbt_buf_ops, in xrep_agf() 359 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf() 364 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf() 368 .buf_ops = NULL, in xrep_agf() 1727 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi() 1732 .buf_ops = &xfs_finobt_buf_ops, in xrep_agi() 1736 .buf_ops = NULL, in xrep_agi()
|
| A D | rcbag_btree.c | 187 .buf_ops = &rcbagbt_mem_buf_ops,
|
| A D | repair.h | 64 const struct xfs_buf_ops *buf_ops; member
|
| /fs/xfs/ |
| A D | xfs_mount.c | 168 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local 182 buf_ops = NULL; in xfs_readsb() 186 BTOBB(sector_size), &bp, buf_ops); in xfs_readsb() 223 if (buf_ops == NULL) { in xfs_readsb() 230 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
|
| A D | xfs_trace.h | 733 __field(const void *, buf_ops) 744 __entry->buf_ops = bp->b_ops; 755 __entry->buf_ops,
|
| /fs/xfs/libxfs/ |
| A D | xfs_alloc_btree.c | 434 .buf_ops = &xfs_bnobt_buf_ops, 464 .buf_ops = &xfs_cntbt_buf_ops,
|
| A D | xfs_btree.c | 49 __be32 magic = ops->buf_ops->magic[idx]; in xfs_btree_magic() 604 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor() 968 mp->m_bsize, cur->bc_ops->buf_ops); in xfs_btree_readahead_fsblock() 994 cur->bc_ops->buf_ops); in xfs_btree_readahead_memblock() 1000 cur->bc_ops->buf_ops); in xfs_btree_readahead_memblock() 1022 cur->bc_ops->buf_ops); in xfs_btree_readahead_agblock() 1029 cur->bc_ops->buf_ops); in xfs_btree_readahead_agblock() 1119 cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr() 1297 bp->b_ops = ops->buf_ops; in xfs_btree_init_buf() 1375 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block() [all …]
|
| A D | xfs_btree_mem.c | 101 bp->b_ops = ops->buf_ops; in xfbtree_init_leaf_block()
|
| A D | xfs_ialloc_btree.c | 434 .buf_ops = &xfs_inobt_buf_ops, 464 .buf_ops = &xfs_finobt_buf_ops,
|
| A D | xfs_rmap_btree.c | 498 .buf_ops = &xfs_rmapbt_buf_ops, 615 .buf_ops = &xfs_rmapbt_mem_buf_ops,
|
| A D | xfs_rtrmap_btree.c | 494 .buf_ops = &xfs_rtrmapbt_buf_ops, 603 .buf_ops = &xfs_rtrmapbt_mem_buf_ops,
|
| A D | xfs_refcount_btree.c | 343 .buf_ops = &xfs_refcountbt_buf_ops,
|
| A D | xfs_btree.h | 192 const struct xfs_buf_ops *buf_ops; member
|
| A D | xfs_rtrefcount_btree.c | 391 .buf_ops = &xfs_rtrefcountbt_buf_ops,
|
| A D | xfs_bmap_btree.c | 640 .buf_ops = &xfs_bmbt_buf_ops,
|
Completed in 49 milliseconds