/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_trans_resv.c | 67 struct xfs_mount *mp, in xfs_allocfree_block_count() 86 struct xfs_mount *mp, in xfs_refcountbt_block_count() 123 struct xfs_mount *mp, in xfs_calc_inode_res() 145 struct xfs_mount *mp) in xfs_calc_inobt_res() 166 struct xfs_mount *mp) in xfs_calc_finobt_res() 191 struct xfs_mount *mp, in xfs_calc_inode_chunk_res() 217 struct xfs_mount *mp, in xfs_rtalloc_block_count() 257 struct xfs_mount *mp, in xfs_calc_refcountbt_reservation() 294 struct xfs_mount *mp, in xfs_calc_write_reservation() 346 struct xfs_mount *mp) in xfs_calc_write_reservation_minlogsize() [all …]
|
A D | xfs_trans_space.h | 28 #define XFS_NRMAPADD_SPACE_RES(mp, b)\ argument 46 #define XFS_DAENTER_1B(mp,w) \ argument 48 #define XFS_DAENTER_DBS(mp,w) \ argument 50 #define XFS_DAENTER_BLOCKS(mp,w) \ argument 52 #define XFS_DAENTER_BMAP1B(mp,w) \ argument 54 #define XFS_DAENTER_BMAPS(mp,w) \ argument 65 #define XFS_IALLOC_SPACE_RES(mp) \ argument 74 #define XFS_ATTRRM_SPACE_RES(mp) \ argument 83 #define XFS_GROWFS_SPACE_RES(mp) \ argument 96 #define XFS_REMOVE_SPACE_RES(mp) \ argument [all …]
|
A D | xfs_types.c | 23 struct xfs_mount *mp, in xfs_verify_agno_agbno() 43 struct xfs_mount *mp, in xfs_verify_fsbno() 59 struct xfs_mount *mp, in xfs_verify_fsbext() 82 struct xfs_mount *mp, in xfs_verify_agno_agino() 99 struct xfs_mount *mp, in xfs_verify_ino() 115 struct xfs_mount *mp, in xfs_internal_inum() 129 struct xfs_mount *mp, in xfs_verify_dir_ino() 143 struct xfs_mount *mp, in xfs_verify_rtbno() 152 struct xfs_mount *mp, in xfs_verify_rtext() 168 struct xfs_mount *mp, in xfs_icount_range() [all …]
|
A D | xfs_ag.c | 43 struct xfs_mount *mp, in xfs_perag_get() 64 struct xfs_mount *mp, in xfs_perag_get_tag() 101 struct xfs_mount *mp, in xfs_perag_grab() 122 struct xfs_mount *mp, in xfs_perag_grab_tag() 162 struct xfs_mount *mp, in xfs_initialize_perag_data() 239 struct xfs_mount *mp) in xfs_free_perag() 265 struct xfs_mount *mp, in __xfs_ag_block_count() 279 struct xfs_mount *mp, in xfs_ag_block_count() 289 struct xfs_mount *mp, in __xfs_agino_range() 313 struct xfs_mount *mp, in xfs_agino_range() [all …]
|
A D | xfs_sb.c | 183 struct xfs_mount *mp, in xfs_validate_sb_read() 231 struct xfs_mount *mp, in xfs_validate_sb_write() 305 struct xfs_mount *mp, in xfs_validate_sb_common() 909 struct xfs_mount *mp, in xfs_sb_mount_common() 1000 struct xfs_mount *mp, in xfs_sync_sb() 1029 struct xfs_mount *mp) in xfs_update_secondary_sbs() 1097 struct xfs_mount *mp) in xfs_sync_sb_buf() 1125 struct xfs_mount *mp, in xfs_fs_geometry() 1221 struct xfs_mount *mp, in xfs_sb_read_secondary() 1243 struct xfs_mount *mp, in xfs_sb_get_secondary() [all …]
|
A D | xfs_dquot_buf.c | 38 struct xfs_mount *mp, in xfs_dquot_verify() 105 struct xfs_mount *mp, in xfs_dqblk_verify() 121 struct xfs_mount *mp, in xfs_dqblk_repair() 146 struct xfs_mount *mp, in xfs_dquot_buf_verify_crc() 181 struct xfs_mount *mp, in xfs_dquot_buf_verify() 233 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_verify_struct() local 242 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_read_verify() local 259 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_readahead_verify() local 277 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_write_verify() local
|
A D | xfs_bmap_btree.h | 18 #define XFS_BMBT_BLOCK_LEN(mp) \ argument 22 #define XFS_BMBT_REC_ADDR(mp, block, index) \ argument 28 #define XFS_BMBT_KEY_ADDR(mp, block, index) \ argument 34 #define XFS_BMBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 64 #define XFS_BMAP_BROOT_PTR_ADDR(mp, bb, i, sz) \ argument 67 #define XFS_BMAP_BROOT_SPACE_CALC(mp, nrecs) \ argument 71 #define XFS_BMAP_BROOT_SPACE(mp, bb) \ argument 82 #define XFS_BM_MAXLEVELS(mp,w) ((mp)->m_bm_maxlevels[(w)]) argument
|
A D | xfs_quota_defs.h | 59 #define XFS_DQUOT_LOGRES(mp) \ argument 62 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT) argument 63 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT) argument 64 #define XFS_IS_PQUOTA_ON(mp) ((mp)->m_qflags & XFS_PQUOTA_ACCT) argument 65 #define XFS_IS_GQUOTA_ON(mp) ((mp)->m_qflags & XFS_GQUOTA_ACCT) argument 66 #define XFS_IS_UQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_UQUOTA_ENFD) argument 67 #define XFS_IS_GQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_GQUOTA_ENFD) argument 68 #define XFS_IS_PQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_PQUOTA_ENFD) argument
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_mount.c | 58 struct xfs_mount *mp) in xfs_uuid_mount() 103 struct xfs_mount *mp) in xfs_uuid_unmount() 149 struct xfs_mount *mp, in xfs_readsb() 252 struct xfs_mount *mp, in xfs_check_new_dalign() 288 struct xfs_mount *mp) in xfs_validate_new_dalign() 337 struct xfs_mount *mp) in xfs_update_alignment() 369 struct xfs_mount *mp) in xfs_set_low_space_thresholds() 389 struct xfs_mount *mp) in xfs_check_sizes() 433 struct xfs_mount *mp) in xfs_mount_reset_sbqflags() 471 struct xfs_mount *mp) in xfs_check_summary_counts() [all …]
|
A D | xfs_super.c | 86 struct xfs_mount *mp, in xfs_mount_set_dax_mode() 293 struct xfs_mount *mp, in xfs_set_inode_alloc() 349 struct xfs_mount *mp) in xfs_setup_dax_always() 381 xfs_mount_t *mp, in xfs_blkdev_get() 407 struct xfs_mount *mp) in xfs_close_devices() 436 struct xfs_mount *mp) in xfs_open_devices() 506 struct xfs_mount *mp) in xfs_setup_devices() 536 struct xfs_mount *mp) in xfs_init_mount_workqueues() 591 struct xfs_mount *mp) in xfs_destroy_mount_workqueues() 623 struct xfs_mount *mp) in xfs_flush_inodes() [all …]
|
A D | xfs_icache.c | 72 struct xfs_mount *mp, in xfs_inode_alloc() 305 struct xfs_mount *mp, in xfs_reinit_inode() 440 struct xfs_mount *mp) in xfs_inodegc_queue_all() 572 struct xfs_mount *mp, in xfs_iget_cache_miss() 710 struct xfs_mount *mp, in xfs_iget() 799 struct xfs_mount *mp, in xfs_icache_inode_is_allocated() 967 struct xfs_mount *mp) in xfs_want_reclaim_sick() 975 struct xfs_mount *mp) in xfs_reclaim_inodes() 999 struct xfs_mount *mp, in xfs_reclaim_inodes_nr() 1024 struct xfs_mount *mp) in xfs_reclaim_inodes_count() [all …]
|
A D | xfs_error.h | 28 #define XFS_ERROR_REPORT(e, lvl, mp) \ argument 30 #define XFS_CORRUPTION_ERROR(e, lvl, mp, buf, bufsize) \ argument 46 #define XFS_TEST_ERROR(expr, mp, tag) \ argument 49 #define XFS_ERRORTAG_DELAY(mp, tag) \ argument 67 #define xfs_errortag_init(mp) (0) argument 68 #define xfs_errortag_del(mp) argument 69 #define XFS_TEST_ERROR(expr, mp, tag) (expr) argument 70 #define XFS_ERRORTAG_DELAY(mp, tag) ((void)0) argument 71 #define xfs_errortag_set(mp, tag, val) (ENOSYS) argument 72 #define xfs_errortag_add(mp, tag) (ENOSYS) argument [all …]
|
A D | xfs_error.c | 93 struct xfs_mount *mp = to_mp(kobject); in xfs_errortag_attr_store() local 239 struct xfs_mount *mp) in xfs_errortag_init() 257 struct xfs_mount *mp) in xfs_errortag_del() 278 struct xfs_mount *mp, in xfs_errortag_enabled() 291 struct xfs_mount *mp, in xfs_errortag_test() 325 struct xfs_mount *mp, in xfs_errortag_get() 336 struct xfs_mount *mp, in xfs_errortag_set() 349 struct xfs_mount *mp, in xfs_errortag_add() 363 struct xfs_mount *mp) in xfs_errortag_clearall() 374 struct xfs_mount *mp, in xfs_error_report() [all …]
|
A D | xfs_fsops.c | 47 struct xfs_mount *mp = tp->t_mountp; in xfs_resizefs_init_new_ags() local 87 struct xfs_mount *mp, /* mount point for filesystem */ in xfs_growfs_data_private() 248 struct xfs_mount *mp, in xfs_growfs_imaxpct() 276 struct xfs_mount *mp, in xfs_growfs_data() 323 xfs_mount_t *mp, in xfs_growfs_log() 343 xfs_mount_t *mp, in xfs_fs_counts() 370 xfs_mount_t *mp, in xfs_reserve_blocks() 471 xfs_mount_t *mp, in xfs_fs_goingdown() 509 struct xfs_mount *mp, in xfs_do_force_shutdown() 558 struct xfs_mount *mp) in xfs_fs_reserve_ag_blocks() [all …]
|
A D | xfs_qm.c | 52 struct xfs_mount *mp, in xfs_qm_dquot_walk() 190 struct xfs_mount *mp) in xfs_qm_dqpurge_all() 202 struct xfs_mount *mp) in xfs_qm_unmount() 215 xfs_mount_t *mp) in xfs_qm_unmount_quotas() 550 struct xfs_mount *mp, in xfs_qm_set_defquota() 580 struct xfs_mount *mp, in xfs_qm_init_timelimits() 626 struct xfs_mount *mp) in xfs_qm_init_quotainfo() 714 struct xfs_mount *mp) in xfs_qm_destroy_quotainfo() 736 struct xfs_mount *mp, in xfs_qm_qino_alloc() 1277 xfs_mount_t *mp) in xfs_qm_quotacheck() [all …]
|
A D | xfs_qm_syscalls.c | 24 xfs_mount_t *mp, in xfs_qm_scall_quotaoff() 55 struct xfs_mount *mp, in xfs_qm_scall_trunc_qfile() 103 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles() 138 xfs_mount_t *mp, in xfs_qm_scall_quotaon() 228 struct xfs_mount *mp, in xfs_setqlim_limits() 254 struct xfs_mount *mp, in xfs_setqlim_timer() 274 struct xfs_mount *mp, in xfs_qm_scall_setqlim() 399 struct xfs_mount *mp, in xfs_qm_scall_getquota_fill_qc() 449 struct xfs_mount *mp, in xfs_qm_scall_getquota() 494 struct xfs_mount *mp, in xfs_qm_scall_getquota_next()
|
A D | xfs_quotaops.c | 22 struct xfs_mount *mp, in xfs_qm_fill_state() 59 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_quota_state() local 112 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_info() local 161 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable() local 176 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable() local 191 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota() local 219 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk() local 237 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_nextdqblk() local 260 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk() local
|
A D | xfs_message.h | 18 #define xfs_emerg(mp, fmt, ...) \ argument 20 #define xfs_alert(mp, fmt, ...) \ argument 22 #define xfs_crit(mp, fmt, ...) \ argument 24 #define xfs_err(mp, fmt, ...) \ argument 26 #define xfs_warn(mp, fmt, ...) \ argument 28 #define xfs_notice(mp, fmt, ...) \ argument 30 #define xfs_info(mp, fmt, ...) \ argument 33 #define xfs_debug(mp, fmt, ...) \ argument 36 #define xfs_debug(mp, fmt, ...) do {} while (0) argument 39 #define xfs_alert_tag(mp, tag, fmt, ...) \ argument [all …]
|
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/ |
A D | sym_malloc.c | 47 static void *___sym_malloc(m_pool_p mp, int size) in ___sym_malloc() 93 static void ___sym_mfree(m_pool_p mp, void *ptr, int size) in ___sym_mfree() 180 static void *___mp0_get_mem_cluster(m_pool_p mp) in ___mp0_get_mem_cluster() 189 static void ___mp0_free_mem_cluster(m_pool_p mp, void *m) in ___mp0_free_mem_cluster() 210 static void * ___get_dma_mem_cluster(m_pool_p mp) in ___get_dma_mem_cluster() 233 static void ___free_dma_mem_cluster(m_pool_p mp, void *m) in ___free_dma_mem_cluster() 254 m_pool_p mp; in ___get_dma_pool() local 264 m_pool_p mp = __sym_calloc(&mp0, sizeof(*mp), "MPOOL"); in ___cre_dma_pool() local 302 m_pool_p mp; in __sym_calloc_dma() local 325 m_pool_p mp; in __sym_mfree_dma() local [all …]
|
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_metapage.c | 78 struct metapage *mp[MPS_PER_PAGE]; member 304 struct metapage *mp; in last_write_complete() local 344 struct metapage *mp; in metapage_writepage() local 529 struct metapage *mp; in metapage_release_folio() local 581 struct metapage *mp = NULL; in __get_metapage() local 684 void grab_metapage(struct metapage * mp) in grab_metapage() 694 void force_metapage(struct metapage *mp) in force_metapage() 709 void hold_metapage(struct metapage *mp) in hold_metapage() 714 void put_metapage(struct metapage *mp) in put_metapage() 728 void release_metapage(struct metapage * mp) in release_metapage() [all …]
|
/linux-6.3-rc2/drivers/media/usb/pvrusb2/ |
A D | pvrusb2-context.c | 30 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl) in pvr2_context_set_notify() 67 static void pvr2_context_destroy(struct pvr2_context *mp) in pvr2_context_destroy() 93 static void pvr2_context_notify(struct pvr2_context *mp) in pvr2_context_notify() 99 static void pvr2_context_check(struct pvr2_context *mp) in pvr2_context_check() 151 struct pvr2_context *mp; in pvr2_context_thread_func() local 206 struct pvr2_context *mp = NULL; in pvr2_context_create() local 234 static void pvr2_context_reset_input_limits(struct pvr2_context *mp) in pvr2_context_reset_input_limits() 250 static void pvr2_context_enter(struct pvr2_context *mp) in pvr2_context_enter() 256 static void pvr2_context_exit(struct pvr2_context *mp) in pvr2_context_exit() 267 void pvr2_context_disconnect(struct pvr2_context *mp) in pvr2_context_disconnect() [all …]
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pci-meson.c | 91 static int meson_pcie_get_resets(struct meson_pcie *mp) in meson_pcie_get_resets() 109 struct meson_pcie *mp) in meson_pcie_get_mems() 124 static int meson_pcie_power_on(struct meson_pcie *mp) in meson_pcie_power_on() 141 static void meson_pcie_power_off(struct meson_pcie *mp) in meson_pcie_power_off() 147 static int meson_pcie_reset(struct meson_pcie *mp) in meson_pcie_reset() 197 static int meson_pcie_probe_clocks(struct meson_pcie *mp) in meson_pcie_probe_clocks() 227 static void meson_pcie_assert_reset(struct meson_pcie *mp) in meson_pcie_assert_reset() 294 struct meson_pcie *mp = to_meson_pcie(pci); in meson_pcie_start_link() local 336 struct meson_pcie *mp = to_meson_pcie(pci); in meson_pcie_link_up() local 376 struct meson_pcie *mp = to_meson_pcie(pci); in meson_pcie_host_init() local [all …]
|
/linux-6.3-rc2/drivers/isdn/capi/ |
A D | capi.c | 212 struct capiminor *mp; in capiminor_alloc() local 269 struct capiminor *mp; in capiminor_get() local 306 struct capiminor *mp = np->minorp; in capincci_free_minor() local 322 struct capiminor *mp = np->minorp; in capincci_minor_opencount() local 576 struct capiminor *mp; in capi_recv_message() local 920 struct capiminor *mp; in capi_ioctl() local 1055 struct capiminor *mp = tty->driver_data; in capinc_tty_cleanup() local 1062 struct capiminor *mp = tty->driver_data; in capinc_tty_open() local 1075 struct capiminor *mp = tty->driver_data; in capinc_tty_close() local 1083 struct capiminor *mp = tty->driver_data; in capinc_tty_write() local [all …]
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | apply.c | 131 struct mgr_priv_data *mp; in apply_init_priv() local 203 struct mgr_priv_data *mp; in dss_check_settings_low() local 256 struct mgr_priv_data *mp; in need_isr() local 335 struct mgr_priv_data *mp; in need_go() local 361 struct mgr_priv_data *mp; in extra_info_update_ongoing() local 541 struct mgr_priv_data *mp; in dss_mgr_wait_for_go_ovl() local 619 struct mgr_priv_data *mp; in dss_ovl_write_regs() local 655 struct mgr_priv_data *mp; in dss_ovl_write_regs_extra() local 781 struct mgr_priv_data *mp; in mgr_clear_shadow_dirty() local 951 struct mgr_priv_data *mp; in omap_dss_mgr_apply_mgr() local [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/ |
A D | mv643xx_eth.c | 453 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_enable() local 459 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_disable() local 469 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_reset_hw_ptr() local 479 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_enable() local 485 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_disable() local 495 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_maybe_wake() local 508 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_process() local 600 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_refill() local 2247 struct mv643xx_eth_private *mp; in mv643xx_eth_poll() local 2589 struct mv643xx_eth_private *mp; in tx_timeout_task() local [all …]
|