| /linux/fs/xfs/libxfs/ |
| H A D | xfs_trans_space.h | 14 #define XFS_MAX_CONTIG_BMAPS_PER_BLOCK(mp) \ argument 18 #define XFS_MAX_CONTIG_RTRMAPS_PER_BLOCK(mp) \ argument 22 #define XFS_RTRMAPADD_SPACE_RES(mp) ((mp)->m_rtrmap_maxlevels) argument 25 #define XFS_NRTRMAPADD_SPACE_RES(mp, b) \ argument 31 #define XFS_MAX_CONTIG_RMAPS_PER_BLOCK(mp) \ argument 35 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels) argument 45 #define XFS_NRMAPADD_SPACE_RES(mp, b)\ argument 50 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \ argument 52 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument 53 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument [all …]
|
| H A D | xfs_rtbitmap.h | 13 struct xfs_mount *mp; member 28 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtx_to_rtb() local 39 struct xfs_mount *mp, in xfs_rgbno_to_rtx() 49 struct xfs_mount *mp, in xfs_rtbxlen_to_blen() 60 struct xfs_mount *mp, in xfs_rtxlen_to_extlen() 72 struct xfs_mount *mp, in xfs_extlen_to_rtxmod() 83 struct xfs_mount *mp, in xfs_extlen_to_rtxlen() 95 struct xfs_mount *mp, in xfs_blen_to_rtbxlen() 107 struct xfs_mount *mp, in xfs_blen_to_rtxoff() 119 struct xfs_mount *mp, in xfs_blen_roundup_rtx() [all …]
|
| H A D | xfs_ag.c | 45 struct xfs_mount *mp, in xfs_initialize_perag_data() 122 struct xfs_mount *mp, in xfs_free_perag_range() 136 struct xfs_mount *mp, in __xfs_ag_block_count() 150 struct xfs_mount *mp, in xfs_ag_block_count() 160 struct xfs_mount *mp, in __xfs_agino_range() 184 struct xfs_mount *mp, in xfs_agino_range() 198 struct xfs_mount *mp, in xfs_update_last_ag_size() 216 struct xfs_mount *mp, in xfs_perag_alloc() 257 struct xfs_mount *mp, in xfs_initialize_perag() 286 struct xfs_mount *mp, in xfs_get_aghdr_buf() [all …]
|
| H A D | xfs_sb.c | 195 struct xfs_mount *mp, in xfs_validate_sb_read() 325 struct xfs_mount *mp, in xfs_validate_sb_write() 402 struct xfs_mount *mp, in xfs_validate_sb_rtgroups() 464 struct xfs_mount *mp, in xfs_validate_sb_zoned() 493 struct xfs_mount *mp, in xfs_validate_sb_common() 1093 struct xfs_mount *mp = bp->b_mount; in xfs_sb_read_verify() local 1159 struct xfs_mount *mp = bp->b_mount; in xfs_sb_write_verify() local 1206 struct xfs_mount *mp, in xfs_sb_mount_rextsize() 1233 struct xfs_mount *mp, in xfs_mount_sb_set_rextsize() 1257 struct xfs_mount *mp, in xfs_sb_mount_common() [all …]
|
| H A D | xfs_rtgroup.h | 115 struct xfs_mount *mp, in xfs_rtgroup_get() 138 struct xfs_mount *mp, in xfs_rtgroup_grab() 153 struct xfs_mount *mp, in xfs_rtgroup_next_range() 164 struct xfs_mount *mp, in xfs_rtgroup_next() 206 struct xfs_mount *mp, in xfs_rtb_to_rgno() 214 struct xfs_mount *mp, in xfs_rtb_to_rgbno() 223 struct xfs_mount *mp, in xfs_rtbno_is_group_start() 235 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtx_to_rgbno() local 244 struct xfs_mount *mp, in xfs_rtb_to_daddr() 260 struct xfs_mount *mp, in xfs_daddr_to_rtb() [all …]
|
| H A D | xfs_bmap_btree.h | 19 #define XFS_BM_MAXLEVELS(mp,w) ((mp)->m_bm_maxlevels[(w)]) argument 65 xfs_bmbt_block_len(struct xfs_mount *mp) in xfs_bmbt_block_len() 75 struct xfs_mount *mp, in xfs_bmbt_rec_addr() 86 struct xfs_mount *mp, in xfs_bmbt_key_addr() 97 struct xfs_mount *mp, in xfs_bmbt_ptr_addr() 150 struct xfs_mount *mp, in xfs_bmap_broot_ptr_addr() 164 struct xfs_mount *mp, in xfs_bmap_broot_space_calc() 177 struct xfs_mount *mp, in xfs_bmap_broot_space()
|
| H A D | xfs_rtgroup.c | 42 struct xfs_mount *mp, in xfs_rtgroup_min_block() 54 struct xfs_mount *mp, in __xfs_rtgroup_extents() 69 struct xfs_mount *mp, in xfs_rtgroup_extents() 79 struct xfs_mount *mp, in xfs_rtgroup_calc_geometry() 93 struct xfs_mount *mp, in xfs_rtgroup_alloc() 119 struct xfs_mount *mp, in xfs_rtgroup_free() 128 struct xfs_mount *mp, in xfs_free_rtgroups() 141 struct xfs_mount *mp, in xfs_initialize_rtgroups() 171 struct xfs_mount *mp, in xfs_update_last_rtgroup_size() 446 struct xfs_mount *mp = tp->t_mountp; in xfs_rtginode_load() local [all …]
|
| H A D | xfs_metafile.c | 89 struct xfs_mount *mp, in xfs_metafile_resv_can_cover() 116 struct xfs_mount *mp) in xfs_metafile_resv_critical() 138 struct xfs_mount *mp = ip->i_mount; in xfs_metafile_resv_alloc_space() local 196 struct xfs_mount *mp = ip->i_mount; in xfs_metafile_resv_free_space() local 234 struct xfs_mount *mp) in __xfs_metafile_resv_free() 248 struct xfs_mount *mp) in xfs_metafile_resv_free() 263 struct xfs_mount *mp) in xfs_metafile_resv_init()
|
| H A D | xfs_ialloc_btree.h | 21 #define XFS_INOBT_BLOCK_LEN(mp) \ argument 30 #define XFS_INOBT_REC_ADDR(mp, block, index) \ argument 36 #define XFS_INOBT_KEY_ADDR(mp, block, index) \ argument 42 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 63 #define xfs_inobt_rec_check_count(mp, rec) 0 argument
|
| /linux/fs/xfs/ |
| H A D | xfs_mount.c | 85 struct xfs_mount *mp) in xfs_uuid_mount() 117 struct xfs_mount *mp) in xfs_uuid_unmount() 158 struct xfs_mount *mp, in xfs_readsb() 266 struct xfs_mount *mp, in xfs_check_new_dalign() 302 struct xfs_mount *mp) in xfs_validate_new_dalign() 351 struct xfs_mount *mp) in xfs_update_alignment() 383 struct xfs_mount *mp) in xfs_set_low_space_thresholds() 403 struct xfs_mount *mp) in xfs_check_sizes() 447 struct xfs_mount *mp) in xfs_mount_reset_sbqflags() 472 struct xfs_mount *mp, in xfs_default_resblks() [all …]
|
| H A D | xfs_super.c | 80 struct xfs_mount *mp, in xfs_mount_set_dax_mode() 207 struct xfs_mount *mp = XFS_M(root->d_sb); in xfs_fs_show_options() local 308 struct xfs_mount *mp, in xfs_set_inode_alloc() 364 struct xfs_mount *mp) in xfs_setup_dax_always() 395 xfs_mount_t *mp, in xfs_blkdev_get() 416 struct xfs_mount *mp) in xfs_shutdown_devices() 468 struct xfs_mount *mp) in xfs_open_devices() 553 struct xfs_mount *mp) in xfs_setup_devices() 592 struct xfs_mount *mp) in xfs_init_mount_workqueues() 648 struct xfs_mount *mp) in xfs_destroy_mount_workqueues() [all …]
|
| H A D | xfs_icache.c | 88 struct xfs_mount *mp, in xfs_inode_alloc() 208 struct xfs_mount *mp) in xfs_reclaim_work_queue() 227 struct xfs_mount *mp = pag_mount(pag); in xfs_blockgc_queue() local 309 struct xfs_mount *mp, in xfs_perag_grab_next_tag() 328 struct xfs_mount *mp, in xfs_reinit_inode() 365 struct xfs_mount *mp = ip->i_mount; in xfs_iget_recycle() local 458 struct xfs_mount *mp) in xfs_inodegc_queue_all() 478 struct xfs_mount *mp) in xfs_inodegc_wait_all() 508 struct xfs_mount *mp = ip->i_mount; in xfs_iget_cache_hit() local 625 struct xfs_mount *mp, in xfs_iget_cache_miss() [all …]
|
| H A D | xfs_qm.c | 55 struct xfs_mount *mp, in xfs_qm_dquot_walk() 205 struct xfs_mount *mp) in xfs_qm_dqpurge_all() 217 struct xfs_mount *mp) in xfs_qm_unmount() 227 struct xfs_mount *mp) in xfs_qm_unmount_rt() 267 xfs_mount_t *mp) in xfs_qm_unmount_quotas() 294 struct xfs_mount *mp = ip->i_mount; in xfs_qm_need_dqattach() local 319 xfs_mount_t *mp = ip->i_mount; in xfs_qm_dqattach_locked() local 537 struct xfs_mount *mp, in xfs_qm_set_defquota() 567 struct xfs_mount *mp, in xfs_qm_init_timelimits() 609 struct xfs_mount *mp, in xfs_qm_load_metadir_qinos() [all …]
|
| H A D | xfs_zone_alloc.c | 49 struct xfs_mount *mp, in xfs_zone_bucket() 82 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_account_reclaimable() local 168 struct xfs_mount *mp = rtg_mount(rtg); in xfs_open_zone_mark_full() local 325 struct xfs_mount *mp = ip->i_mount; in xfs_zoned_end_io() local 380 struct xfs_mount *mp = tp->t_mountp; in xfs_zone_free_blocks() local 444 struct xfs_mount *mp, in xfs_open_zone() 475 struct xfs_mount *mp, in xfs_try_open_zone() 648 struct xfs_mount *mp = ip->i_mount; in xfs_zoned_pack_tight() local 665 struct xfs_mount *mp, in xfs_select_zone_nowait() 718 struct xfs_mount *mp, in xfs_select_zone() [all …]
|
| H A D | xfs_fsops.c | 54 struct xfs_mount *mp = tp->t_mountp; in xfs_resizefs_init_new_ags() local 94 struct xfs_mount *mp, /* mount point for filesystem */ in xfs_growfs_data_private() 241 struct xfs_mount *mp, /* mount point for filesystem */ in xfs_growfs_log_private() 263 struct xfs_mount *mp, in xfs_growfs_imaxpct() 291 struct xfs_mount *mp, in xfs_growfs_data() 343 xfs_mount_t *mp, in xfs_growfs_log() 364 struct xfs_mount *mp, in xfs_reserve_blocks() 450 xfs_mount_t *mp, in xfs_fs_goingdown() 488 struct xfs_mount *mp, in xfs_do_force_shutdown() 543 struct xfs_mount *mp) in xfs_fs_reserve_ag_blocks() [all …]
|
| H A D | xfs_trans.c | 36 struct xfs_mount *mp) in xfs_trans_trace_reservations() 48 # define xfs_trans_trace_reservations(mp) argument 57 struct xfs_mount *mp) in xfs_trans_init() 151 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_reserve() local 213 struct xfs_mount *mp, in __xfs_trans_alloc() 235 struct xfs_mount *mp, in xfs_trans_alloc() 301 struct xfs_mount *mp) in xfs_trans_alloc_empty() 329 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_sb() local 455 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_apply_sb_deltas() local 591 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb() local [all …]
|
| H A D | xfs_dquot.c | 53 struct xfs_mount *mp = dqp->q_mount; in xfs_dquot_mark_sick() local 122 struct xfs_mount *mp = dq->q_mount; in xfs_qm_adjust_dqlimits() local 154 struct xfs_mount *mp, in xfs_dquot_set_timeout() 177 struct xfs_mount *mp, in xfs_qm_adjust_res_timer() 210 struct xfs_mount *mp = dq->q_mount; in xfs_qm_adjust_dqtimers() local 232 struct xfs_mount *mp = tp->t_mountp; in xfs_qm_init_dquot_blk() local 349 struct xfs_mount *mp = dqp->q_mount; in xfs_dquot_disk_alloc() local 457 struct xfs_mount *mp, in xfs_dquot_disk_read() 522 struct xfs_mount *mp, in xfs_dquot_alloc() 704 struct xfs_mount *mp, in xfs_qm_dqread() [all …]
|
| H A D | xfs_rtalloc.c | 144 struct xfs_mount *mp = args->mp; in xfs_rtallocate_range() local 253 struct xfs_mount *mp = args->mp; in xfs_rtallocate_extent_block() local 414 struct xfs_mount *mp = args->mp; in xfs_rtallocate_extent_near() local 698 struct xfs_mount *mp) in xfs_growfs_rt_fixup_extsize() 746 const struct xfs_mount *mp, in xfs_growfs_rt_alloc_fake_mount() 782 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_free_new() local 807 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_nrblocks() local 831 struct xfs_mount *mp = args->mp; in xfs_growfs_rt_init_rtsb() local 869 struct xfs_mount *mp = tp->t_mountp; in xfs_growfs_rt_sb_fields() local 896 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_zoned() local [all …]
|
| H A D | xfs_zone_gc.c | 127 struct xfs_mount *mp; member 169 struct xfs_mount *mp) in xfs_zoned_need_gc() 209 struct xfs_mount *mp) in xfs_zone_gc_data_alloc() 316 struct xfs_mount *mp, in xfs_zone_gc_query() 379 struct xfs_mount *mp, in xfs_zone_gc_iter_irec() 440 struct xfs_mount *mp, in xfs_zone_gc_pick_victim_from() 507 struct xfs_mount *mp = data->mp; in xfs_zone_gc_select_victim() local 619 struct xfs_mount *mp = data->mp; in xfs_zone_gc_alloc_blocks() local 702 struct xfs_mount *mp = data->mp; in xfs_zone_gc_start_chunk() local 845 struct xfs_mount *mp = chunk->ip->i_mount; in xfs_zone_gc_write_chunk() local [all …]
|
| H A D | xfs_rtalloc.h | 49 # define xfs_growfs_rt(mp,in) (-ENOSYS) argument 51 # define xfs_rtmount_readsb(mp) (0) argument 52 # define xfs_rtmount_freesb(mp) ((void)0) argument 55 xfs_mount_t *mp) /* file system mount structure */ in xfs_rtmount_init() 67 xfs_growfs_check_rtgeom(const struct xfs_mount *mp, in xfs_growfs_check_rtgeom()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H 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() 145 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) in __sym_calloc2() 161 #define __sym_calloc(mp, s, n) __sym_calloc2(mp, s, n, SYM_MEM_WARN) argument 166 static void __sym_mfree(m_pool_p mp, void *ptr, int size, char *name) 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 [all …]
|
| /linux/drivers/media/usb/pvrusb2/ |
| H 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() 95 struct pvr2_context *mp = ptr; in pvr2_context_notify() local 101 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/drivers/pci/controller/dwc/ |
| H A D | pci-meson.c | 74 static struct reset_control *meson_pcie_get_reset(struct meson_pcie *mp, in meson_pcie_get_reset() 89 static int meson_pcie_get_resets(struct meson_pcie *mp) in meson_pcie_get_resets() 107 struct meson_pcie *mp) in meson_pcie_get_mems() 134 static int meson_pcie_power_on(struct meson_pcie *mp) in meson_pcie_power_on() 151 static void meson_pcie_power_off(struct meson_pcie *mp) in meson_pcie_power_off() 157 static int meson_pcie_reset(struct meson_pcie *mp) in meson_pcie_reset() 212 static int meson_pcie_probe_clocks(struct meson_pcie *mp) in meson_pcie_probe_clocks() 232 static inline u32 meson_cfg_readl(struct meson_pcie *mp, u32 reg) in meson_cfg_readl() 237 static inline void meson_cfg_writel(struct meson_pcie *mp, u32 val, u32 reg) in meson_cfg_writel() 242 static void meson_pcie_assert_reset(struct meson_pcie *mp) in meson_pcie_assert_reset() [all …]
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 419 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) in rdl() 424 static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset) in rdlp() 429 static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data) in wrl() 434 static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data) in wrlp() 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 [all …]
|
| /linux/drivers/net/ethernet/apple/ |
| H A D | mace.c | 112 struct mace_data *mp; in mace_probe() local 278 struct mace_data *mp; in mace_remove() local 318 struct mace_data *mp = netdev_priv(dev); in mace_reset() local 373 struct mace_data *mp = netdev_priv(dev); in __mace_set_address() local 398 struct mace_data *mp = netdev_priv(dev); in mace_set_address() local 413 static inline void mace_clean_rings(struct mace_data *mp) in mace_clean_rings() 433 struct mace_data *mp = netdev_priv(dev); in mace_open() local 503 struct mace_data *mp = netdev_priv(dev); in mace_close() local 523 struct mace_data *mp = netdev_priv(dev); in mace_set_timeout() local 534 struct mace_data *mp = netdev_priv(dev); in mace_xmit_start() local [all …]
|