Home
last modified time | relevance | path

Searched defs:mp (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h14 #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 Dxfs_trans_resv.c76 struct xfs_mount *mp, in xfs_allocfree_block_count()
95 struct xfs_mount *mp, in xfs_refcountbt_block_count()
103 struct xfs_mount *mp, in xfs_rtrefcountbt_block_count()
140 struct xfs_mount *mp, in xfs_calc_inode_res()
162 struct xfs_mount *mp) in xfs_calc_inobt_res()
183 struct xfs_mount *mp) in xfs_calc_finobt_res()
208 struct xfs_mount *mp, in xfs_calc_inode_chunk_res()
236 struct xfs_mount *mp, in xfs_rtalloc_block_count()
279 struct xfs_mount *mp, in xfs_calc_finish_cui_reservation()
297 struct xfs_mount *mp, in xfs_calc_finish_rt_cui_reservation()
[all …]
H A Dxfs_types.c25 struct xfs_mount *mp, in xfs_verify_agno_agbno()
45 struct xfs_mount *mp, in xfs_verify_fsbno()
61 struct xfs_mount *mp, in xfs_verify_fsbext()
84 struct xfs_mount *mp, in xfs_verify_agno_agino()
101 struct xfs_mount *mp, in xfs_verify_ino()
117 struct xfs_mount *mp, in xfs_is_sb_inum()
131 struct xfs_mount *mp, in xfs_verify_dir_ino()
146 struct xfs_mount *mp, in xfs_verify_rtbno()
172 struct xfs_mount *mp, in xfs_verify_rtbext()
195 struct xfs_mount *mp, in xfs_icount_range()
[all …]
H A Dxfs_rtbitmap.h13 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 Dxfs_ag.c45 struct xfs_mount *mp, in xfs_initialize_perag_data()
125 struct xfs_mount *mp, in xfs_free_perag_range()
139 struct xfs_mount *mp, in __xfs_ag_block_count()
153 struct xfs_mount *mp, in xfs_ag_block_count()
163 struct xfs_mount *mp, in __xfs_agino_range()
187 struct xfs_mount *mp, in xfs_agino_range()
201 struct xfs_mount *mp, in xfs_update_last_ag_size()
219 struct xfs_mount *mp, in xfs_perag_alloc()
266 struct xfs_mount *mp, in xfs_initialize_perag()
295 struct xfs_mount *mp, in xfs_get_aghdr_buf()
[all …]
H A Dxfs_sb.c197 struct xfs_mount *mp, in xfs_validate_sb_read()
312 struct xfs_mount *mp, in xfs_validate_sb_write()
389 struct xfs_mount *mp, in xfs_validate_sb_rtgroups()
451 struct xfs_mount *mp, in xfs_validate_sb_zoned()
480 struct xfs_mount *mp, in xfs_validate_sb_common()
1080 struct xfs_mount *mp = bp->b_mount; in xfs_sb_read_verify() local
1146 struct xfs_mount *mp = bp->b_mount; in xfs_sb_write_verify() local
1193 struct xfs_mount *mp, in xfs_sb_mount_rextsize()
1220 struct xfs_mount *mp, in xfs_mount_sb_set_rextsize()
1244 struct xfs_mount *mp, in xfs_sb_mount_common()
[all …]
H A Dxfs_dquot_buf.c41 struct xfs_mount *mp, in xfs_dquot_verify()
108 struct xfs_mount *mp, in xfs_dqblk_verify()
124 struct xfs_mount *mp, in xfs_dqblk_repair()
149 struct xfs_mount *mp, in xfs_dquot_buf_verify_crc()
184 struct xfs_mount *mp, in xfs_dquot_buf_verify()
236 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_verify_struct() local
245 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_read_verify() local
262 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_readahead_verify() local
280 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_write_verify() local
362 struct xfs_mount *mp = tp->t_mountp; in xfs_dqinode_load() local
[all …]
H A Dxfs_trans_space.c21 struct xfs_mount *mp, in xfs_parent_calc_space_res()
34 struct xfs_mount *mp, in xfs_create_space_res()
48 struct xfs_mount *mp, in xfs_mkdir_space_res()
56 struct xfs_mount *mp, in xfs_link_space_res()
70 struct xfs_mount *mp, in xfs_symlink_space_res()
87 struct xfs_mount *mp, in xfs_remove_space_res()
100 struct xfs_mount *mp, in xfs_rename_space_res()
H A Dxfs_rtbitmap.c37 struct xfs_mount *mp = bp->b_mount; in xfs_rtbuf_verify() local
57 struct xfs_mount *mp = bp->b_mount; in xfs_rtbuf_verify_read() local
87 struct xfs_mount *mp = bp->b_mount; in xfs_rtbuf_verify_write() local
156 struct xfs_mount *mp = args->mp; in xfs_rtbuf_get() local
236 struct xfs_mount *mp = args->mp; in xfs_rtbitmap_read_buf() local
251 struct xfs_mount *mp = args->mp; in xfs_rtsummary_read_buf() local
270 struct xfs_mount *mp = args->mp; in xfs_rtfind_back() local
424 struct xfs_mount *mp = args->mp; in xfs_rtfind_forw() local
592 struct xfs_mount *mp = args->mp; in xfs_rtmodify_summary() local
628 struct xfs_mount *mp = args->mp; in xfs_rtget_summary() local
[all …]
H A Dxfs_bmap_btree.h19 #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()
/linux/fs/xfs/
H A Dxfs_mount.c65 struct xfs_mount *mp) in xfs_uuid_mount()
110 struct xfs_mount *mp) in xfs_uuid_unmount()
160 struct xfs_mount *mp, in xfs_readsb()
268 struct xfs_mount *mp, in xfs_check_new_dalign()
304 struct xfs_mount *mp) in xfs_validate_new_dalign()
353 struct xfs_mount *mp) in xfs_update_alignment()
385 struct xfs_mount *mp) in xfs_set_low_space_thresholds()
405 struct xfs_mount *mp) in xfs_check_sizes()
449 struct xfs_mount *mp) in xfs_mount_reset_sbqflags()
474 struct xfs_mount *mp, in xfs_default_resblks()
[all …]
H A Dxfs_super.c76 struct xfs_mount *mp, in xfs_mount_set_dax_mode()
194 struct xfs_mount *mp = XFS_M(root->d_sb); in xfs_fs_show_options() local
295 struct xfs_mount *mp, in xfs_set_inode_alloc()
351 struct xfs_mount *mp) in xfs_setup_dax_always()
382 xfs_mount_t *mp, in xfs_blkdev_get()
403 struct xfs_mount *mp) in xfs_shutdown_devices()
455 struct xfs_mount *mp) in xfs_open_devices()
540 struct xfs_mount *mp) in xfs_setup_devices()
578 struct xfs_mount *mp) in xfs_init_mount_workqueues()
633 struct xfs_mount *mp) in xfs_destroy_mount_workqueues()
[all …]
H A Dxfs_error.h28 #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 …]
H A Dxfs_qm.c55 struct xfs_mount *mp, in xfs_qm_dquot_walk()
206 struct xfs_mount *mp) in xfs_qm_dqpurge_all()
218 struct xfs_mount *mp) in xfs_qm_unmount()
228 struct xfs_mount *mp) in xfs_qm_unmount_rt()
268 xfs_mount_t *mp) in xfs_qm_unmount_quotas()
340 struct xfs_mount *mp = ip->i_mount; in xfs_qm_need_dqattach() local
365 xfs_mount_t *mp = ip->i_mount; in xfs_qm_dqattach_locked() local
585 struct xfs_mount *mp, in xfs_qm_set_defquota()
615 struct xfs_mount *mp, in xfs_qm_init_timelimits()
657 struct xfs_mount *mp, in xfs_qm_load_metadir_qinos()
[all …]
H A Dxfs_error.c95 struct xfs_mount *mp = to_mp(kobject); in xfs_errortag_attr_store() local
120 struct xfs_mount *mp = to_mp(kobject); in xfs_errortag_attr_show() local
245 struct xfs_mount *mp) in xfs_errortag_init()
263 struct xfs_mount *mp) in xfs_errortag_del()
284 struct xfs_mount *mp, in xfs_errortag_enabled()
297 struct xfs_mount *mp, in xfs_errortag_test()
331 struct xfs_mount *mp, in xfs_errortag_get()
342 struct xfs_mount *mp, in xfs_errortag_set()
355 struct xfs_mount *mp, in xfs_errortag_add()
369 struct xfs_mount *mp) in xfs_errortag_clearall()
[all …]
H A Dxfs_zone_alloc.c41 struct xfs_mount *mp, in xfs_zone_bucket()
74 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_account_reclaimable() local
142 struct xfs_mount *mp = rtg_mount(rtg); in xfs_open_zone_mark_full() local
174 struct xfs_mount *mp = tp->t_mountp; in xfs_zone_record_blocks() local
276 struct xfs_mount *mp = ip->i_mount; in xfs_zoned_end_io() local
331 struct xfs_mount *mp = tp->t_mountp; in xfs_zone_free_blocks() local
370 struct xfs_mount *mp = ip->i_mount; in xfs_last_used_zone() local
401 struct xfs_mount *mp, in xfs_find_free_zone()
458 struct xfs_mount *mp, in xfs_open_zone()
477 struct xfs_mount *mp, in xfs_try_open_zone()
[all …]
H A Dxfs_fsops.c51 struct xfs_mount *mp = tp->t_mountp; in xfs_resizefs_init_new_ags() local
91 struct xfs_mount *mp, /* mount point for filesystem */ in xfs_growfs_data_private()
251 struct xfs_mount *mp, /* mount point for filesystem */ in xfs_growfs_log_private()
273 struct xfs_mount *mp, in xfs_growfs_imaxpct()
301 struct xfs_mount *mp, in xfs_growfs_data()
353 xfs_mount_t *mp, in xfs_growfs_log()
374 struct xfs_mount *mp, in xfs_reserve_blocks()
460 xfs_mount_t *mp, in xfs_fs_goingdown()
498 struct xfs_mount *mp, in xfs_do_force_shutdown()
550 struct xfs_mount *mp) in xfs_fs_reserve_ag_blocks()
[all …]
H A Dxfs_qm_syscalls.c24 xfs_mount_t *mp, in xfs_qm_scall_quotaoff()
55 struct xfs_mount *mp, in xfs_qm_scall_trunc_qfile()
102 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles()
137 xfs_mount_t *mp, in xfs_qm_scall_quotaon()
227 struct xfs_mount *mp, in xfs_setqlim_limits()
253 struct xfs_mount *mp, in xfs_setqlim_timer()
273 struct xfs_mount *mp, in xfs_qm_scall_setqlim()
398 struct xfs_mount *mp, in xfs_qm_scall_getquota_fill_qc()
435 struct xfs_mount *mp, in xfs_qm_scall_getquota()
480 struct xfs_mount *mp, in xfs_qm_scall_getquota_next()
H A Dxfs_quotaops.c22 struct xfs_mount *mp, in xfs_qm_fill_state()
61 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_quota_state() local
121 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_info() local
170 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable() local
185 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable() local
200 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota() local
228 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk() local
246 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_nextdqblk() local
269 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk() local
H A Dxfs_zone_space_resv.c51 struct xfs_mount *mp, in xfs_zoned_default_resblks()
70 struct xfs_mount *mp) in xfs_zoned_resv_wake_all()
83 struct xfs_mount *mp, in xfs_zoned_add_available()
109 struct xfs_mount *mp) in xfs_zoned_space_wait_error()
120 struct xfs_mount *mp, in xfs_zoned_reserve_available()
200 struct xfs_mount *mp, in xfs_zoned_reserve_extents_greedy()
221 struct xfs_mount *mp, in xfs_zoned_space_reserve()
249 struct xfs_mount *mp, in xfs_zoned_space_unreserve()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c47 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/fs/jfs/
H A Djfs_metapage.c34 #define metapage_locked(mp) test_bit(META_locked, &(mp)->flag) argument
35 #define trylock_metapage(mp) test_and_set_bit_lock(META_locked, &(mp)->flag) argument
37 static inline void unlock_metapage(struct metapage *mp) in unlock_metapage()
43 static inline void __lock_metapage(struct metapage *mp) in __lock_metapage()
63 static inline void lock_metapage(struct metapage *mp) in lock_metapage()
81 struct metapage *mp[MPS_PER_PAGE]; member
93 static inline int insert_metapage(struct folio *folio, struct metapage *mp) in insert_metapage()
118 static inline void remove_metapage(struct folio *folio, struct metapage *mp) in remove_metapage()
162 struct metapage *mp; in __metapage_migrate_folio() local
213 static inline int insert_metapage(struct folio *folio, struct metapage *mp) in insert_metapage()
[all …]
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c30 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 Dpci-meson.c75 static struct reset_control *meson_pcie_get_reset(struct meson_pcie *mp, in meson_pcie_get_reset()
90 static int meson_pcie_get_resets(struct meson_pcie *mp) in meson_pcie_get_resets()
108 struct meson_pcie *mp) in meson_pcie_get_mems()
123 static int meson_pcie_power_on(struct meson_pcie *mp) in meson_pcie_power_on()
140 static void meson_pcie_power_off(struct meson_pcie *mp) in meson_pcie_power_off()
146 static int meson_pcie_reset(struct meson_pcie *mp) in meson_pcie_reset()
201 static int meson_pcie_probe_clocks(struct meson_pcie *mp) in meson_pcie_probe_clocks()
221 static inline u32 meson_cfg_readl(struct meson_pcie *mp, u32 reg) in meson_cfg_readl()
226 static inline void meson_cfg_writel(struct meson_pcie *mp, u32 val, u32 reg) in meson_cfg_writel()
231 static void meson_pcie_assert_reset(struct meson_pcie *mp) in meson_pcie_assert_reset()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dapply.c132 struct mgr_priv_data *mp; in apply_init_priv() local
184 struct mgr_priv_data *mp = get_mgr_priv(ovl->manager); in ovl_manual_update() local
191 struct mgr_priv_data *mp = get_mgr_priv(mgr); in mgr_manual_update() local
204 struct mgr_priv_data *mp; in dss_check_settings_low() local
257 struct mgr_priv_data *mp; in need_isr() local
336 struct mgr_priv_data *mp; in need_go() local
362 struct mgr_priv_data *mp; in extra_info_update_ongoing() local
471 struct mgr_priv_data *mp = get_mgr_priv(mgr); in dss_mgr_wait_for_go() local
542 struct mgr_priv_data *mp; in dss_mgr_wait_for_go_ovl() local
620 struct mgr_priv_data *mp; in dss_ovl_write_regs() local
[all …]

12345678910>>...12