Home
last modified time | relevance | path

Searched refs:b_mount (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_dquot_buf.c233 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_verify_struct()
242 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_read_verify()
259 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_readahead_verify()
277 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_write_verify()
Dxfs_symlink_remote.c89 struct xfs_mount *mp = bp->b_mount; in xfs_symlink_verify()
115 struct xfs_mount *mp = bp->b_mount; in xfs_symlink_read_verify()
135 struct xfs_mount *mp = bp->b_mount; in xfs_symlink_write_verify()
Dxfs_dir2_data.c113 struct xfs_mount *mp = bp->b_mount; in __xfs_dir3_data_check()
294 struct xfs_mount *mp = bp->b_mount; in xfs_dir3_data_verify()
343 struct xfs_mount *mp = bp->b_mount; in xfs_dir3_data_read_verify()
360 struct xfs_mount *mp = bp->b_mount; in xfs_dir3_data_write_verify()
766 struct xfs_mount *mp = bp->b_mount; in xfs_dir2_data_log_entry()
Dxfs_alloc.h246 if (xfs_has_crc(bp->b_mount)) in xfs_buf_to_agfl_bno()
Dxfs_attr_remote.c122 struct xfs_mount *mp = bp->b_mount; in __xfs_attr3_rmt_read_verify()
186 struct xfs_mount *mp = bp->b_mount; in xfs_attr3_rmt_write_verify()
Dxfs_dir2_block.c50 struct xfs_mount *mp = bp->b_mount; in xfs_dir3_block_verify()
71 struct xfs_mount *mp = bp->b_mount; in xfs_dir3_block_read_verify()
88 struct xfs_mount *mp = bp->b_mount; in xfs_dir3_block_write_verify()
Dxfs_alloc.c590 struct xfs_mount *mp = bp->b_mount; in xfs_agfl_verify()
632 struct xfs_mount *mp = bp->b_mount; in xfs_agfl_read_verify()
657 struct xfs_mount *mp = bp->b_mount; in xfs_agfl_write_verify()
2877 struct xfs_mount *mp = bp->b_mount; in xfs_agf_verify()
2950 struct xfs_mount *mp = bp->b_mount; in xfs_agf_read_verify()
2967 struct xfs_mount *mp = bp->b_mount; in xfs_agf_write_verify()
Dxfs_btree.c276 if (!xfs_has_crc(bp->b_mount)) in xfs_btree_lblock_calc_crc()
288 struct xfs_mount *mp = bp->b_mount; in xfs_btree_lblock_verify_crc()
314 if (!xfs_has_crc(bp->b_mount)) in xfs_btree_sblock_calc_crc()
326 struct xfs_mount *mp = bp->b_mount; in xfs_btree_sblock_verify_crc()
4419 struct xfs_mount *mp = bp->b_mount; in xfs_btree_lblock_v5hdr_verify()
4440 struct xfs_mount *mp = bp->b_mount; in xfs_btree_lblock_verify()
4468 struct xfs_mount *mp = bp->b_mount; in xfs_btree_sblock_v5hdr_verify()
4494 struct xfs_mount *mp = bp->b_mount; in xfs_btree_sblock_verify()
Dxfs_attr_leaf.c296 struct xfs_mount *mp = bp->b_mount; in xfs_attr3_leaf_verify()
376 struct xfs_mount *mp = bp->b_mount; in xfs_attr3_leaf_write_verify()
406 struct xfs_mount *mp = bp->b_mount; in xfs_attr3_leaf_read_verify()
985 struct xfs_mount *mp = bp->b_mount; in xfs_attr_shortform_allfit()
1647 struct xfs_mount *mp = leaf1_bp->b_mount; in xfs_attr_leaf_order()
2666 struct xfs_mount *mp = bp->b_mount; in xfs_attr_leaf_lasthash()
Dxfs_refcount_btree.c203 struct xfs_mount *mp = bp->b_mount; in xfs_refcountbt_verify()
Dxfs_dir2_leaf.c193 struct xfs_mount *mp = bp->b_mount; in xfs_dir3_leaf_verify()
209 struct xfs_mount *mp = bp->b_mount; in xfs_dir3_leaf_read_verify()
226 struct xfs_mount *mp = bp->b_mount; in xfs_dir3_leaf_write_verify()
Dxfs_alloc_btree.c288 struct xfs_mount *mp = bp->b_mount; in xfs_allocbt_verify()
Dxfs_sb.c735 struct xfs_mount *mp = bp->b_mount; in xfs_sb_read_verify()
801 struct xfs_mount *mp = bp->b_mount; in xfs_sb_write_verify()
Dxfs_bmap_btree.c423 struct xfs_mount *mp = bp->b_mount; in xfs_bmbt_verify()
Dxfs_inode_buf.c43 struct xfs_mount *mp = bp->b_mount; in xfs_inode_buf_verify()
Dxfs_rmap_btree.c286 struct xfs_mount *mp = bp->b_mount; in xfs_rmapbt_verify()
/Linux-v5.15/fs/xfs/
Dxfs_buf.c240 bp->b_mount = target->bt_mount; in _xfs_buf_alloc()
265 XFS_STATS_INC(bp->b_mount, xb_create); in _xfs_buf_alloc()
384 XFS_STATS_INC(bp->b_mount, xb_page_found); in xfs_buf_alloc_pages()
396 XFS_STATS_INC(bp->b_mount, xb_page_retries); in xfs_buf_alloc_pages()
1079 xfs_log_force(bp->b_mount, 0); in xfs_buf_lock()
1139 struct xfs_mount *mp = bp->b_mount; in xfs_buf_ioerror_permanent()
1176 struct xfs_mount *mp = bp->b_mount; in xfs_buf_ioend_handle_error()
1319 queue_work(bp->b_mount->m_buf_workqueue, &bp->b_ioend_work); in xfs_buf_ioend_async()
1374 xfs_force_shutdown(bp->b_mount, SHUTDOWN_META_IO_ERROR); in xfs_bwrite()
1386 XFS_TEST_ERROR(false, bp->b_mount, XFS_ERRTAG_BUF_IOERROR)) in xfs_buf_bio_end_io()
[all …]
Dxfs_message.c128 struct xfs_mount *mp = bp->b_mount; in xfs_buf_alert_ratelimited()
Dxfs_error.c370 struct xfs_mount *mp = bp->b_mount; in xfs_buf_corruption_error()
395 struct xfs_mount *mp = bp->b_mount; in xfs_buf_verifier_error()
Dxfs_dquot_item_recover.c155 ASSERT(bp->b_mount == mp); in xlog_recover_dquot_commit_pass2()
Dxfs_dquot.c558 xfs_alert_tag(bp->b_mount, XFS_PTAG_VERIFIER_ERROR, in xfs_dquot_from_disk()
561 xfs_alert(bp->b_mount, "Unmount and run xfs_repair"); in xfs_dquot_from_disk()
1187 spin_lock(&bp->b_mount->m_ail->ail_lock); in xfs_buf_dquot_io_fail()
1190 spin_unlock(&bp->b_mount->m_ail->ail_lock); in xfs_buf_dquot_io_fail()
Dxfs_buf.h155 struct xfs_mount *b_mount; member
Dxfs_attr_inactive.c88 struct xfs_mount *mp = bp->b_mount; in xfs_attr3_leaf_inactive()
Dxfs_inode_item_recover.c473 ASSERT(bp->b_mount == mp); in xlog_recover_inode_commit_pass2()
/Linux-v5.15/Documentation/filesystems/
Dxfs-self-describing-metadata.rst228 struct xfs_mount *mp = bp->b_mount;
251 struct xfs_mount *mp = bp->b_mount;
278 struct xfs_mount *mp = bp->b_mount;
303 struct xfs_mount *mp = bp->b_mount;

12