Home
last modified time | relevance | path

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

12345678910

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_trans_resv.c70 struct xfs_mount *mp, in xfs_allocfree_log_count()
115 struct xfs_mount *mp, in xfs_calc_inode_res()
137 struct xfs_mount *mp) in xfs_calc_inobt_res()
157 struct xfs_mount *mp) in xfs_calc_finobt_res()
182 struct xfs_mount *mp, in xfs_calc_inode_chunk_res()
236 struct xfs_mount *mp) in xfs_calc_write_reservation()
263 struct xfs_mount *mp) in xfs_calc_itruncate_reservation()
288 struct xfs_mount *mp) in xfs_calc_rename_reservation()
307 struct xfs_mount *mp) in xfs_calc_iunlink_remove_reservation()
327 struct xfs_mount *mp) in xfs_calc_link_reservation()
[all …]
Dxfs_trans_space.h14 #define XFS_MAX_CONTIG_RMAPS_PER_BLOCK(mp) \ argument
18 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels) argument
21 #define XFS_NRMAPADD_SPACE_RES(mp, b)\ argument
26 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \ argument
28 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument
29 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument
35 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument
39 #define XFS_DAENTER_1B(mp,w) \ argument
41 #define XFS_DAENTER_DBS(mp,w) \ argument
43 #define XFS_DAENTER_BLOCKS(mp,w) \ argument
[all …]
Dxfs_quota_defs.h60 #define XFS_DQUOT_LOGRES(mp) \ argument
63 #define XFS_IS_QUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT) argument
64 #define XFS_IS_UQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT) argument
65 #define XFS_IS_PQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_PQUOTA_ACCT) argument
66 #define XFS_IS_GQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_GQUOTA_ACCT) argument
67 #define XFS_IS_UQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_UQUOTA_ENFD) argument
68 #define XFS_IS_GQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_GQUOTA_ENFD) argument
69 #define XFS_IS_PQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_PQUOTA_ENFD) argument
86 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & (XFS_UQUOTA_ACTIVE | \ argument
89 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACTIVE) argument
[all …]
Dxfs_types.c27 struct xfs_mount *mp, in xfs_ag_block_count()
43 struct xfs_mount *mp, in xfs_verify_agbno()
63 struct xfs_mount *mp, in xfs_verify_fsbno()
76 struct xfs_mount *mp, in xfs_agino_range()
108 struct xfs_mount *mp, in xfs_verify_agino()
125 struct xfs_mount *mp, in xfs_verify_ino()
141 struct xfs_mount *mp, in xfs_internal_inum()
155 struct xfs_mount *mp, in xfs_verify_dir_ino()
169 struct xfs_mount *mp, in xfs_verify_rtbno()
178 struct xfs_mount *mp, in xfs_icount_range()
[all …]
Dxfs_dquot_buf.c40 struct xfs_mount *mp, in xfs_dquot_verify()
98 struct xfs_mount *mp, in xfs_dqblk_verify()
115 struct xfs_mount *mp, in xfs_dqblk_repair()
142 struct xfs_mount *mp, in xfs_dquot_buf_verify_crc()
177 struct xfs_mount *mp, in xfs_dquot_buf_verify()
229 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_verify_struct() local
238 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_read_verify() local
255 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_readahead_verify() local
273 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_write_verify() local
Dxfs_sb.c45 struct xfs_mount *mp, in xfs_perag_get()
67 struct xfs_mount *mp, in xfs_perag_get_tag()
102 struct xfs_mount *mp, in xfs_validate_sb_read()
150 struct xfs_mount *mp, in xfs_validate_sb_write()
224 struct xfs_mount *mp, in xfs_validate_sb_common()
687 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_read_verify() local
753 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_write_verify() local
803 struct xfs_mount *mp, in xfs_sb_mount_common()
865 struct xfs_mount *mp, in xfs_initialize_perag_data()
937 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb() local
[all …]
Dxfs_ag.c25 struct xfs_mount *mp, in xfs_get_aghdr_buf()
50 struct xfs_mount *mp, in xfs_btroot_init()
62 struct xfs_mount *mp, in xfs_bnoroot_init()
77 struct xfs_mount *mp, in xfs_cntroot_init()
95 struct xfs_mount *mp, in xfs_rmaproot_init()
162 struct xfs_mount *mp, in xfs_sbblock_init()
174 struct xfs_mount *mp, in xfs_agfblock_init()
214 struct xfs_mount *mp, in xfs_agflblock_init()
235 struct xfs_mount *mp, in xfs_agiblock_init()
266 struct xfs_mount *mp, in xfs_ag_init_hdr()
[all …]
Dxfs_bmap_btree.h18 #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
Dxfs_ialloc_btree.h20 #define XFS_INOBT_BLOCK_LEN(mp) \ argument
29 #define XFS_INOBT_REC_ADDR(mp, block, index) \ argument
35 #define XFS_INOBT_KEY_ADDR(mp, block, index) \ argument
41 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument
60 #define xfs_inobt_rec_check_count(mp, rec) 0 argument
Dxfs_inode_buf.c32 xfs_mount_t *mp, in xfs_inobp_check()
54 struct xfs_mount *mp, in xfs_dinode_good_version()
83 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_inode_buf_verify() local
172 struct xfs_mount *mp, in xfs_imap_to_bp()
380 struct xfs_mount *mp, in xfs_dinode_verify_fork()
421 struct xfs_mount *mp) in xfs_dinode_verify_forkoff()
445 struct xfs_mount *mp, in xfs_dinode_verify()
588 struct xfs_mount *mp, in xfs_dinode_calc_crc()
616 xfs_mount_t *mp, in xfs_iread()
731 struct xfs_mount *mp, in xfs_inode_validate_extsize()
[all …]
/Linux-v4.19/fs/xfs/
Dxfs_mount.c59 struct xfs_mount *mp) in xfs_uuid_mount()
104 struct xfs_mount *mp) in xfs_uuid_unmount()
141 xfs_mount_t *mp) in xfs_free_perag()
178 xfs_mount_t *mp, in xfs_initialize_perag()
265 struct xfs_mount *mp, in xfs_readsb()
363 xfs_update_alignment(xfs_mount_t *mp) in xfs_update_alignment()
429 xfs_set_maxicount(xfs_mount_t *mp) in xfs_set_maxicount()
456 xfs_set_rw_sizes(xfs_mount_t *mp) in xfs_set_rw_sizes()
493 struct xfs_mount *mp) in xfs_set_low_space_thresholds()
510 xfs_set_inoalignment(xfs_mount_t *mp) in xfs_set_inoalignment()
[all …]
Dxfs_error.h27 #define XFS_ERROR_REPORT(e, lvl, mp) \ argument
29 #define XFS_CORRUPTION_ERROR(e, lvl, mp, buf, bufsize) \ argument
43 #define XFS_WANT_CORRUPTED_GOTO(mp, x, l) \ argument
55 #define XFS_WANT_CORRUPTED_RETURN(mp, x) \ argument
71 #define XFS_TEST_ERROR(expr, mp, tag) \ argument
80 #define xfs_errortag_init(mp) (0) argument
81 #define xfs_errortag_del(mp) argument
82 #define XFS_TEST_ERROR(expr, mp, tag) (expr) argument
83 #define xfs_errortag_set(mp, tag, val) (ENOSYS) argument
84 #define xfs_errortag_add(mp, tag) (ENOSYS) argument
[all …]
Dxfs_icache.c35 struct xfs_mount *mp, in xfs_inode_alloc()
147 struct xfs_mount *mp) in xfs_reclaim_work_queue()
169 struct xfs_mount *mp = container_of(to_delayed_work(work), in xfs_reclaim_worker() local
180 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_set_reclaim_tag() local
202 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_clear_reclaim_tag() local
226 struct xfs_mount *mp = ip->i_mount; in xfs_inode_set_reclaim_tag() local
280 struct xfs_mount *mp, in xfs_reinit_inode()
352 struct xfs_mount *mp = ip->i_mount; in xfs_iget_cache_hit() local
487 struct xfs_mount *mp, in xfs_iget_cache_miss()
611 xfs_mount_t *mp, in xfs_iget()
[all …]
Dxfs_fsops.c32 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_data_private()
178 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_log_private()
200 struct xfs_mount *mp, in xfs_growfs_imaxpct()
228 struct xfs_mount *mp, in xfs_growfs_data()
275 xfs_mount_t *mp, in xfs_growfs_log()
295 xfs_mount_t *mp, in xfs_fs_counts()
326 xfs_mount_t *mp, in xfs_reserve_blocks()
437 xfs_mount_t *mp, in xfs_fs_goingdown()
473 xfs_mount_t *mp, in xfs_do_force_shutdown()
530 struct xfs_mount *mp) in xfs_fs_reserve_ag_blocks()
[all …]
Dxfs_error.c82 struct xfs_mount *mp = to_mp(kobject); in xfs_errortag_attr_store() local
107 struct xfs_mount *mp = to_mp(kobject); in xfs_errortag_attr_show() local
209 struct xfs_mount *mp) in xfs_errortag_init()
222 struct xfs_mount *mp) in xfs_errortag_del()
230 struct xfs_mount *mp, in xfs_errortag_test()
262 struct xfs_mount *mp, in xfs_errortag_get()
273 struct xfs_mount *mp, in xfs_errortag_set()
286 struct xfs_mount *mp, in xfs_errortag_add()
298 struct xfs_mount *mp) in xfs_errortag_clearall()
309 struct xfs_mount *mp, in xfs_error_report()
[all …]
Dxfs_super.c170 struct xfs_mount *mp, in xfs_parseargs()
451 struct xfs_mount *mp, in xfs_showargs()
582 struct xfs_mount *mp, in xfs_set_inode_alloc()
654 xfs_mount_t *mp, in xfs_blkdev_get()
687 struct xfs_mount *mp) in xfs_close_devices()
723 struct xfs_mount *mp) in xfs_open_devices()
802 struct xfs_mount *mp) in xfs_setup_devices()
832 struct xfs_mount *mp) in xfs_init_mount_workqueues()
897 struct xfs_mount *mp) in xfs_destroy_mount_workqueues()
917 struct xfs_mount *mp) in xfs_flush_inodes()
[all …]
Dxfs_qm_syscalls.c41 xfs_mount_t *mp, in xfs_qm_scall_quotaoff()
212 struct xfs_mount *mp, in xfs_qm_scall_trunc_qfile()
260 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles()
295 xfs_mount_t *mp, in xfs_qm_scall_quotaon()
385 struct xfs_mount *mp, in xfs_qm_scall_setqlim()
548 xfs_mount_t *mp, in xfs_qm_log_quotaoff_end()
576 xfs_mount_t *mp, in xfs_qm_log_quotaoff()
617 struct xfs_mount *mp, in xfs_qm_scall_getquota_fill_qc()
679 struct xfs_mount *mp, in xfs_qm_scall_getquota()
717 struct xfs_mount *mp, in xfs_qm_scall_getquota_next()
[all …]
Dxfs_quotaops.c23 struct xfs_mount *mp, in xfs_qm_fill_state()
60 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_quota_state() local
113 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_info() local
164 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable() local
179 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable() local
196 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota() local
221 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk() local
241 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_nextdqblk() local
266 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk() local
Dxfs_qm.c52 struct xfs_mount *mp, in xfs_qm_dquot_walk()
125 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqpurge() local
187 struct xfs_mount *mp, in xfs_qm_dqpurge_all()
203 struct xfs_mount *mp) in xfs_qm_unmount()
216 xfs_mount_t *mp) in xfs_qm_unmount_quotas()
298 struct xfs_mount *mp = ip->i_mount; in xfs_qm_need_dqattach() local
323 xfs_mount_t *mp = ip->i_mount; in xfs_qm_dqattach_locked() local
546 xfs_mount_t *mp, in xfs_qm_set_defquota()
578 struct xfs_mount *mp, in xfs_qm_init_timelimits()
642 struct xfs_mount *mp) in xfs_qm_init_quotainfo()
[all …]
Dxfs_dquot.c73 struct xfs_mount *mp, in xfs_qm_adjust_dqlimits()
120 xfs_mount_t *mp, in xfs_qm_adjust_dqtimers()
213 xfs_mount_t *mp, in xfs_qm_init_dquot_blk()
290 struct xfs_mount *mp = tp->t_mountp; in xfs_dquot_disk_alloc() local
377 struct xfs_mount *mp, in xfs_dquot_disk_read()
439 struct xfs_mount *mp, in xfs_dquot_alloc()
519 struct xfs_mount *mp, in xfs_qm_dqread_alloc()
561 struct xfs_mount *mp, in xfs_qm_dqread()
608 struct xfs_mount *mp, in xfs_dq_get_next_id()
660 struct xfs_mount *mp, in xfs_qm_dqget_cache_lookup()
[all …]
/Linux-v4.19/fs/jfs/
Djfs_metapage.c44 #define metapage_locked(mp) test_bit(META_locked, &(mp)->flag) argument
45 #define trylock_metapage(mp) test_and_set_bit_lock(META_locked, &(mp)->flag) argument
47 static inline void unlock_metapage(struct metapage *mp) in unlock_metapage()
53 static inline void __lock_metapage(struct metapage *mp) in __lock_metapage()
73 static inline void lock_metapage(struct metapage *mp) in lock_metapage()
90 struct metapage *mp[MPS_PER_PAGE]; member
101 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage()
128 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage()
164 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage()
174 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage()
[all …]
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c60 static void *___sym_malloc(m_pool_p mp, int size) in ___sym_malloc()
106 static void ___sym_mfree(m_pool_p mp, void *ptr, int size) in ___sym_mfree()
158 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) in __sym_calloc2()
174 #define __sym_calloc(mp, s, n) __sym_calloc2(mp, s, n, SYM_MEM_WARN) argument
179 static void __sym_mfree(m_pool_p mp, void *ptr, int size, char *name) in __sym_mfree()
193 static void *___mp0_get_mem_cluster(m_pool_p mp) in ___mp0_get_mem_cluster()
202 static void ___mp0_free_mem_cluster(m_pool_p mp, void *m) in ___mp0_free_mem_cluster()
223 static void * ___get_dma_mem_cluster(m_pool_p mp) in ___get_dma_mem_cluster()
246 static void ___free_dma_mem_cluster(m_pool_p mp, void *m) in ___free_dma_mem_cluster()
267 m_pool_p mp; in ___get_dma_pool() local
[all …]
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-context.c39 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl) in pvr2_context_set_notify()
76 static void pvr2_context_destroy(struct pvr2_context *mp) in pvr2_context_destroy()
102 static void pvr2_context_notify(struct pvr2_context *mp) in pvr2_context_notify()
108 static void pvr2_context_check(struct pvr2_context *mp) in pvr2_context_check()
160 struct pvr2_context *mp; in pvr2_context_thread_func() local
215 struct pvr2_context *mp = NULL; in pvr2_context_create() local
243 static void pvr2_context_reset_input_limits(struct pvr2_context *mp) in pvr2_context_reset_input_limits()
259 static void pvr2_context_enter(struct pvr2_context *mp) in pvr2_context_enter()
265 static void pvr2_context_exit(struct pvr2_context *mp) in pvr2_context_exit()
276 void pvr2_context_disconnect(struct pvr2_context *mp) in pvr2_context_disconnect()
[all …]
/Linux-v4.19/drivers/isdn/capi/
Dcapi.c142 static int capiminor_add_ack(struct capiminor *mp, u16 datahandle) in capiminor_add_ack()
160 static int capiminor_del_ack(struct capiminor *mp, u16 datahandle) in capiminor_del_ack()
178 static void capiminor_del_all_ack(struct capiminor *mp) in capiminor_del_all_ack()
194 struct capiminor *mp = container_of(port, struct capiminor, port); in capiminor_destroy() local
209 struct capiminor *mp; in capiminor_alloc() local
266 struct capiminor *mp; in capiminor_get() local
277 static inline void capiminor_put(struct capiminor *mp) in capiminor_put()
282 static void capiminor_free(struct capiminor *mp) in capiminor_free()
303 struct capiminor *mp = np->minorp; in capincci_free_minor() local
319 struct capiminor *mp = np->minorp; in capincci_minor_opencount() local
[all …]
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dapply.c142 struct mgr_priv_data *mp; in apply_init_priv() local
196 struct mgr_priv_data *mp = get_mgr_priv(ovl->manager); in ovl_manual_update() local
203 struct mgr_priv_data *mp = get_mgr_priv(mgr); in mgr_manual_update() local
216 struct mgr_priv_data *mp; in dss_check_settings_low() local
269 struct mgr_priv_data *mp; in need_isr() local
348 struct mgr_priv_data *mp; in need_go() local
374 struct mgr_priv_data *mp; in extra_info_update_ongoing() local
483 struct mgr_priv_data *mp = get_mgr_priv(mgr); in dss_mgr_wait_for_go() local
554 struct mgr_priv_data *mp; in dss_mgr_wait_for_go_ovl() local
632 struct mgr_priv_data *mp; in dss_ovl_write_regs() local
[all …]

12345678910