Searched refs:mp (Results 76 - 100 of 376) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_planes.c262 static int malidp_se_check_scaling(struct malidp_plane *mp, argument
291 mc->scaled_planes_mask &= ~(mp->layer->id);
295 if (mp->layer->id & (DE_SMART | DE_GRAPHICS2))
298 mc->scaled_planes_mask |= mp->layer->id;
303 static u32 malidp_get_pgsize_bitmap(struct malidp_plane *mp) argument
307 mmu_dom = iommu_get_domain_for_dev(mp->base.dev->dev);
480 static void malidp_de_prefetch_settings(struct malidp_plane *mp, argument
483 if (!mp->layer->mmu_ctrl_offset)
487 ms->mmu_prefetch_pgsize = malidp_get_pgsize_bitmap(mp);
497 struct malidp_plane *mp local
605 malidp_de_set_plane_pitches(struct malidp_plane *mp, int num_planes, unsigned int pitches[3]) argument
686 malidp_de_set_mmu_control(struct malidp_plane *mp, struct malidp_plane_state *ms) argument
704 malidp_set_plane_base_addr(struct drm_framebuffer *fb, struct malidp_plane *mp, int plane_index) argument
741 struct malidp_plane *mp; local
786 struct malidp_plane *mp; local
905 struct malidp_plane *mp = to_malidp_plane(plane); local
[all...]
/linux-master/fs/xfs/
H A Dxfs_iwalk.c54 struct xfs_mount *mp; member in struct:xfs_iwalk_ag
98 struct xfs_mount *mp,
102 struct xfs_ino_geometry *igeo = M_IGEO(mp);
108 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino);
116 xfs_buf_readahead(mp->m_ddev_targp,
117 XFS_AGB_TO_DADDR(mp, agno, agbno),
118 igeo->blocks_per_cluster * mp->m_bsize,
177 struct xfs_mount *mp = iwag->mp; local
187 trace_xfs_iwalk_ag_rec(mp, pa
97 xfs_iwalk_ichunk_ra( struct xfs_mount *mp, struct xfs_perag *pag, struct xfs_inobt_rec_incore *irec) argument
263 struct xfs_mount *mp = iwag->mp; local
353 struct xfs_mount *mp = iwag->mp; local
401 struct xfs_mount *mp = iwag->mp; local
546 xfs_iwalk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t startino, unsigned int flags, xfs_iwalk_fn iwalk_fn, unsigned int inode_records, void *data) argument
597 xfs_iwalk_ag_work( struct xfs_mount *mp, struct xfs_pwork *pwork) argument
635 xfs_iwalk_threaded( struct xfs_mount *mp, xfs_ino_t startino, unsigned int flags, xfs_iwalk_fn iwalk_fn, unsigned int inode_records, bool polled, void *data) argument
733 xfs_inobt_walk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t startino, unsigned int flags, xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records, void *data) argument
[all...]
H A Dxfs_pwork.c47 error = pctl->work_fn(pctl->mp, pwork);
61 struct xfs_mount *mp,
72 trace_xfs_pwork_init(mp, nr_threads, current->pid);
81 pctl->mp = mp;
60 xfs_pwork_init( struct xfs_mount *mp, struct xfs_pwork_ctl *pctl, xfs_pwork_work_fn work_fn, const char *tag) argument
H A Dxfs_pwork.h12 typedef int (*xfs_pwork_work_fn)(struct xfs_mount *mp, struct xfs_pwork *pwork);
19 struct xfs_mount *mp; member in struct:xfs_pwork_ctl
53 int xfs_pwork_init(struct xfs_mount *mp, struct xfs_pwork_ctl *pctl,
H A Dxfs_drain.h64 struct xfs_perag *xfs_perag_intent_get(struct xfs_mount *mp,
79 #define xfs_perag_intent_get(mp, agno) xfs_perag_get((mp), (agno))
H A Dxfs_log.c29 struct xfs_mount *mp,
378 struct xfs_mount *mp)
386 if (xfs_has_norecovery(mp))
388 if (xfs_readonly_buftarg(mp->m_ddev_targp))
390 if (xfs_readonly_buftarg(mp->m_log->l_targ))
392 if (xlog_is_shutdown(mp->m_log))
402 struct xfs_mount *mp,
405 struct xlog *log = mp->m_log;
412 XFS_STATS_INC(mp, xs_try_logspace);
461 struct xfs_mount *mp,
377 xfs_log_writable( struct xfs_mount *mp) argument
401 xfs_log_regrant( struct xfs_mount *mp, struct xlog_ticket *tic) argument
460 xfs_log_reserve( struct xfs_mount *mp, int unit_bytes, int cnt, struct xlog_ticket **ticp, bool permanent) argument
635 xfs_log_mount( xfs_mount_t *mp, struct xfs_buftarg *log_target, xfs_daddr_t blk_offset, int num_bblks) argument
763 xfs_log_mount_finish( struct xfs_mount *mp) argument
835 xfs_log_mount_cancel( struct xfs_mount *mp) argument
955 struct xfs_mount *mp = log->l_mp; local
1004 xfs_log_unmount_write( struct xfs_mount *mp) argument
1043 xfs_log_quiesce( struct xfs_mount *mp) argument
1079 xfs_log_clean( struct xfs_mount *mp) argument
1094 xfs_log_unmount( struct xfs_mount *mp) argument
1117 xfs_log_item_init( struct xfs_mount *mp, struct xfs_log_item *item, int type, const struct xfs_item_ops *ops) argument
1139 xfs_log_space_wake( struct xfs_mount *mp) argument
1185 xfs_log_need_covered( struct xfs_mount *mp) argument
1228 xfs_log_cover( struct xfs_mount *mp) argument
1279 xlog_assign_tail_lsn_locked( struct xfs_mount *mp) argument
1304 xlog_assign_tail_lsn( struct xfs_mount *mp) argument
1419 xlog_get_iclog_buffer_size( struct xfs_mount *mp, struct xlog *log) argument
1440 xfs_log_work_queue( struct xfs_mount *mp) argument
1457 struct xfs_mount *mp = log->l_mp; local
1484 struct xfs_mount *mp = log->l_mp; local
1517 xlog_alloc_log( struct xfs_mount *mp, struct xfs_buftarg *log_target, xfs_daddr_t blk_offset, int num_bblks) argument
2153 xlog_print_tic_res( struct xfs_mount *mp, struct xlog_ticket *ticket) argument
2171 struct xfs_mount *mp = tp->t_mountp; local
3182 xfs_log_force( struct xfs_mount *mp, uint flags) argument
3360 xfs_log_force_seq( struct xfs_mount *mp, xfs_csn_t seq, uint flags, int *log_flushed) argument
3501 xfs_log_calc_unit_res( struct xfs_mount *mp, int unit_bytes) argument
3837 xfs_log_check_lsn( struct xfs_mount *mp, xfs_lsn_t lsn) argument
[all...]
H A Dxfs_itable.c57 struct xfs_mount *mp,
63 struct user_namespace *sb_userns = mp->m_super->s_user_ns;
72 if (xfs_internal_inum(mp, ino))
75 error = xfs_iget(mp, tp, ino,
88 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
133 if (xfs_has_v3inodes(mp)) {
148 buf->bs_blksize = mp->m_sb.sb_blocksize;
154 buf->bs_blksize = mp->m_sb.sb_blocksize;
193 xfs_warn_ratelimited(breq->mp,
209 error = xfs_trans_alloc_empty(breq->mp,
56 xfs_bulkstat_one_int( struct xfs_mount *mp, struct mnt_idmap *idmap, struct xfs_trans *tp, xfs_ino_t ino, struct xfs_bstat_chunk *bc) argument
230 xfs_bulkstat_iwalk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino, void *data) argument
259 xfs_bulkstat_already_done( struct xfs_mount *mp, xfs_ino_t startino) argument
329 xfs_bulkstat_to_bstat( struct xfs_mount *mp, struct xfs_bstat *bs1, const struct xfs_bulkstat *bstat) argument
387 xfs_inumbers_walk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_agnumber_t agno, const struct xfs_inobt_rec_incore *irec, void *data) argument
[all...]
/linux-master/fs/xfs/scrub/
H A Dnlinks_repair.c49 struct xfs_mount *mp = sc->mp; local
58 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, &sc->tp);
96 trace_xrep_nlinks_unfixable_inode(mp, ip, &obs);
110 trace_xrep_nlinks_unfixable_inode(mp, ip, &obs);
117 trace_xrep_nlinks_unfixable_inode(mp, ip, &obs);
121 trace_xrep_nlinks_update_inode(mp, ip, &obs);
180 if (!xfs_has_ftype(sc->mp))
H A Dagheader_repair.c39 struct xfs_mount *mp = sc->mp; local
49 error = xfs_sb_get_secondary(mp, sc->tp, agno, &bp);
59 xfs_sb_to_disk(bp->b_addr, &mp->m_sb);
65 if (xfs_has_crc(mp)) {
109 struct xfs_mount *mp,
181 if (xfs_has_reflink(sc->mp) &&
198 struct xfs_mount *mp = sc->mp; local
211 if (xfs_has_crc(mp))
108 xrep_agf_check_agfl_block( struct xfs_mount *mp, xfs_agblock_t agbno, void *priv) argument
252 struct xfs_mount *mp = sc->mp; local
367 struct xfs_mount *mp = sc->mp; local
533 struct xfs_mount *mp = sc->mp; local
672 struct xfs_mount *mp = sc->mp; local
713 struct xfs_mount *mp = sc->mp; local
809 struct xfs_mount *mp = sc->mp; local
846 struct xfs_mount *mp = sc->mp; local
892 struct xfs_mount *mp = sc->mp; local
977 struct xfs_mount *mp = sc->mp; local
[all...]
H A Drcbag.c25 struct xfs_mount *mp; member in struct:rcbag
32 struct xfs_mount *mp,
44 bag->mp = mp;
46 error = rcbagbt_mem_init(mp, &bag->xfbtree, btp);
77 struct xfs_mount *mp = bag->mp; local
82 cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree);
155 struct xfs_mount *mp = bag->mp; local
31 rcbag_init( struct xfs_mount *mp, struct xfs_buftarg *btp, struct rcbag **bagp) argument
216 struct xfs_mount *mp = bag->mp; local
272 struct xfs_mount *mp = bag->mp; local
[all...]
H A Dquota.c48 if (!XFS_IS_QUOTA_ON(sc->mp))
55 if (!xfs_this_quota_on(sc->mp, dqtype))
65 error = xchk_install_live_inode(sc, xfs_quota_inode(sc->mp, dqtype));
88 struct xfs_mount *mp = sc->mp; local
92 if (!xfs_verify_fileoff(mp, offset)) {
111 if (!xfs_verify_fsbno(mp, irec.br_startblock))
113 if (XFS_FSB_TO_DADDR(mp, irec.br_startblock) != dq->q_blkno)
145 struct xfs_mount *mp = sc->mp; local
301 struct xfs_mount *mp = sc->mp; local
[all...]
H A Dialloc_repair.c147 struct xfs_mount *mp = sc->mp; local
157 fsino = XFS_AGINO_TO_INO(mp, agno, agino);
160 cluster_buf_base = XFS_INO_TO_OFFSET(mp, cluster_ag_base);
161 offset = (cluster_buf_base + cluster_index) * mp->m_sb.sb_inodesize;
197 trace_xrep_ibt_found(ri->sc->mp, ri->sc->sa.pag->pag_agno, &ri->rie);
227 struct xfs_mount *mp = sc->mp; local
234 if (xfs_has_sparseinodes(mp))
295 struct xfs_mount *mp local
344 struct xfs_mount *mp = sc->mp; local
416 struct xfs_mount *mp = ri->sc->mp; local
806 struct xfs_mount *mp = sc->mp; local
[all...]
/linux-master/arch/powerpc/mm/book3s32/
H A Dtlb.c83 struct vm_area_struct *mp; local
92 for_each_vma(vmi, mp)
93 hash__flush_range(mp->vm_mm, mp->vm_start, mp->vm_end);
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.h48 extern struct xfs_btree_cur *xfs_refcountbt_init_cursor(struct xfs_mount *mp,
52 extern void xfs_refcountbt_compute_maxlevels(struct xfs_mount *mp);
54 extern xfs_extlen_t xfs_refcountbt_calc_size(struct xfs_mount *mp,
56 extern xfs_extlen_t xfs_refcountbt_max_size(struct xfs_mount *mp,
59 extern int xfs_refcountbt_calc_reserves(struct xfs_mount *mp,
H A Dxfs_dir2_sf.c42 struct xfs_mount *mp,
51 if (xfs_has_ftype(mp))
58 struct xfs_mount *mp,
62 return (void *)sfep + xfs_dir2_sf_entsize(mp, hdr, sfep->namelen);
73 struct xfs_mount *mp,
79 if (xfs_has_ftype(mp))
89 struct xfs_mount *mp,
98 if (xfs_has_ftype(mp))
135 struct xfs_mount *mp,
138 if (xfs_has_ftype(mp)) {
41 xfs_dir2_sf_entsize( struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr, int len) argument
57 xfs_dir2_sf_nextentry( struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep) argument
72 xfs_dir2_sf_get_ino( struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep) argument
88 xfs_dir2_sf_put_ino( struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino) argument
134 xfs_dir2_sf_get_ftype( struct xfs_mount *mp, struct xfs_dir2_sf_entry *sfep) argument
149 xfs_dir2_sf_put_ftype( struct xfs_mount *mp, struct xfs_dir2_sf_entry *sfep, uint8_t ftype) argument
181 xfs_mount_t *mp; /* mount structure pointer */ local
264 struct xfs_mount *mp = dp->i_mount; local
462 struct xfs_mount *mp = dp->i_mount; local
510 struct xfs_mount *mp = dp->i_mount; local
599 struct xfs_mount *mp = dp->i_mount; local
665 struct xfs_mount *mp = dp->i_mount; local
698 xfs_dir2_sf_verify( struct xfs_mount *mp, struct xfs_dir2_sf_hdr *sfp, int64_t size) argument
846 struct xfs_mount *mp = dp->i_mount; local
921 struct xfs_mount *mp = dp->i_mount; local
1021 struct xfs_mount *mp = dp->i_mount; local
1136 struct xfs_mount *mp = dp->i_mount; local
1208 struct xfs_mount *mp = dp->i_mount; local
[all...]
H A Dxfs_inode_buf.c45 struct xfs_mount *mp = bp->b_mount; local
52 ni = XFS_BB_TO_FSB(mp, bp->b_length) * mp->m_sb.sb_inopblock;
58 dip = xfs_buf_offset(bp, (i << mp->m_sb.sb_inodelog));
61 xfs_dinode_good_version(mp, dip->di_version) &&
63 if (unlikely(XFS_TEST_ERROR(!di_ok, mp,
72 xfs_alert(mp,
131 struct xfs_mount *mp,
138 error = xfs_trans_read_buf(mp, tp, mp
130 xfs_imap_to_bp( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_imap *imap, struct xfs_buf **bpp) argument
361 xfs_dinode_verify_fork( struct xfs_dinode *dip, struct xfs_mount *mp, int whichfork) argument
421 xfs_dinode_verify_forkoff( struct xfs_dinode *dip, struct xfs_mount *mp) argument
446 xfs_dinode_verify_nrext64( struct xfs_mount *mp, struct xfs_dinode *dip) argument
464 xfs_dinode_verify( struct xfs_mount *mp, xfs_ino_t ino, struct xfs_dinode *dip) argument
623 xfs_dinode_calc_crc( struct xfs_mount *mp, struct xfs_dinode *dip) argument
654 xfs_inode_validate_extsize( struct xfs_mount *mp, uint32_t extsize, uint16_t mode, uint16_t flags) argument
744 xfs_inode_validate_cowextsize( struct xfs_mount *mp, uint32_t cowextsize, uint16_t mode, uint16_t flags, uint64_t flags2) argument
[all...]
H A Dxfs_types.h220 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
221 bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno,
224 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
225 bool xfs_internal_inum(struct xfs_mount *mp, xfs_ino_t ino);
226 bool xfs_verify_dir_ino(struct xfs_mount *mp, xfs_ino_t ino);
227 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
228 bool xfs_verify_rtbext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
230 bool xfs_verify_icount(struct xfs_mount *mp, unsigned long long icount);
231 bool xfs_verify_dablk(struct xfs_mount *mp, xfs_fileoff_t off);
232 void xfs_icount_range(struct xfs_mount *mp, unsigne
[all...]
H A Dxfs_dir2_priv.h63 struct xfs_dir2_data_free *xfs_dir2_data_bestfree_p(struct xfs_mount *mp,
65 __be16 *xfs_dir2_data_entry_tag_p(struct xfs_mount *mp,
67 uint8_t xfs_dir2_data_get_ftype(struct xfs_mount *mp,
69 void xfs_dir2_data_put_ftype(struct xfs_mount *mp,
93 void xfs_dir2_leaf_hdr_from_disk(struct xfs_mount *mp,
95 void xfs_dir2_leaf_hdr_to_disk(struct xfs_mount *mp, struct xfs_dir2_leaf *to,
129 extern xfs_failaddr_t xfs_dir3_leaf_check_int(struct xfs_mount *mp,
134 void xfs_dir2_free_hdr_from_disk(struct xfs_mount *mp,
161 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
165 uint8_t xfs_dir2_sf_get_ftype(struct xfs_mount *mp,
192 xfs_dir2_data_entsize( struct xfs_mount *mp, unsigned int namelen) argument
[all...]
H A Dxfs_symlink_remote.h13 int xfs_symlink_blocks(struct xfs_mount *mp, int pathlen);
14 int xfs_symlink_hdr_set(struct xfs_mount *mp, xfs_ino_t ino, uint32_t offset,
H A Dxfs_attr_remote.c52 struct xfs_mount *mp,
55 if (xfs_has_crc(mp)) {
56 int buflen = XFS_ATTR3_RMT_BUF_SPACE(mp, mp->m_sb.sb_blocksize);
59 return XFS_B_TO_FSB(mp, attrlen);
92 struct xfs_mount *mp,
102 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_meta_uuid))
123 struct xfs_mount *mp = bp->b_mount; local
127 int blksize = mp->m_attr_geo->blksize;
130 if (!xfs_has_crc(mp))
51 xfs_attr3_rmt_blocks( struct xfs_mount *mp, int attrlen) argument
91 xfs_attr3_rmt_verify( struct xfs_mount *mp, struct xfs_buf *bp, void *ptr, int fsbsize, xfs_daddr_t bno) argument
187 struct xfs_mount *mp = bp->b_mount; local
240 xfs_attr3_rmt_hdr_set( struct xfs_mount *mp, void *ptr, xfs_ino_t ino, uint32_t offset, uint32_t size, xfs_daddr_t bno) argument
279 xfs_attr_rmtval_copyout( struct xfs_mount *mp, struct xfs_buf *bp, struct xfs_inode *dp, int *offset, int *valuelen, uint8_t **dst) argument
329 xfs_attr_rmtval_copyin( struct xfs_mount *mp, struct xfs_buf *bp, xfs_ino_t ino, int *offset, int *valuelen, uint8_t **src) argument
388 struct xfs_mount *mp = args->dp->i_mount; local
454 struct xfs_mount *mp = dp->i_mount; local
481 struct xfs_mount *mp = dp->i_mount; local
549 struct xfs_mount *mp = ip->i_mount; local
[all...]
H A Dxfs_refcount_btree.c70 args.mp = cur->bc_mp;
77 XFS_AGB_TO_FSB(args.mp, args.pag->pag_agno,
78 xfs_refc_block(args.mp)));
104 struct xfs_mount *mp = cur->bc_mp; local
107 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, xfs_buf_daddr(bp));
209 struct xfs_mount *mp = bp->b_mount; local
218 if (!xfs_has_reflink(mp))
239 } else if (level >= mp->m_refc_maxlevels)
242 return xfs_btree_agblock_verify(bp, mp->m_refc_mxr[level != 0]);
358 struct xfs_mount *mp,
357 xfs_refcountbt_init_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_perag *pag) argument
446 xfs_refcountbt_compute_maxlevels( struct xfs_mount *mp) argument
461 xfs_refcountbt_calc_size( struct xfs_mount *mp, unsigned long long len) argument
472 xfs_refcountbt_max_size( struct xfs_mount *mp, xfs_agblock_t agblocks) argument
487 xfs_refcountbt_calc_reserves( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used) argument
[all...]
/linux-master/arch/arm/boot/dts/arm/
H A DMakefile14 arm-realview-eb-11mp.dtb \
15 arm-realview-eb-11mp-bbrevd.dtb \
16 arm-realview-eb-11mp-ctrevb.dtb \
17 arm-realview-eb-11mp-bbrevd-ctrevb.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/arm/
H A DMakefile14 arm-realview-eb-11mp.dtb \
15 arm-realview-eb-11mp-bbrevd.dtb \
16 arm-realview-eb-11mp-ctrevb.dtb \
17 arm-realview-eb-11mp-bbrevd-ctrevb.dtb \
/linux-master/fs/gfs2/
H A Dbmap.c178 * @mp: The metapath to return the result in
234 struct metapath *mp, unsigned int height)
238 mp->mp_fheight = height;
240 mp->mp_list[i] = do_div(block, sdp->sd_inptrs);
243 static inline unsigned int metapath_branch_start(const struct metapath *mp) argument
245 if (mp->mp_list[0] == 0)
253 * @mp: The metapath
255 static inline __be64 *metaptr1(unsigned int height, const struct metapath *mp) argument
257 struct buffer_head *bh = mp->mp_bh[height];
266 * @mp
233 find_metapath(const struct gfs2_sbd *sdp, u64 block, struct metapath *mp, unsigned int height) argument
273 metapointer(unsigned int height, const struct metapath *mp) argument
279 metaend(unsigned int height, const struct metapath *mp) argument
285 clone_metapath(struct metapath *clone, struct metapath *mp) argument
319 metapath_dibh(struct metapath *mp) argument
324 __fillup_metapath(struct gfs2_inode *ip, struct metapath *mp, unsigned int x, unsigned int h) argument
359 lookup_metapath(struct gfs2_inode *ip, struct metapath *mp) argument
375 fillup_metapath(struct gfs2_inode *ip, struct metapath *mp, int h) argument
393 metapath_to_block(struct gfs2_sbd *sdp, struct metapath *mp) argument
406 release_metapath(struct metapath *mp) argument
469 gfs2_walk_metadata(struct inode *inode, struct metapath *mp, u64 max_len, gfs2_metadata_walker walker) argument
551 gfs2_hole_walker(struct metapath *mp, unsigned int ptrs) argument
584 gfs2_hole_size(struct inode *inode, sector_t lblock, u64 len, struct metapath *mp, struct iomap *iomap) argument
608 gfs2_indirect_init(struct metapath *mp, struct gfs2_glock *gl, unsigned int i, unsigned offset, u64 bn) argument
661 __gfs2_iomap_alloc(struct inode *inode, struct iomap *iomap, struct metapath *mp) argument
795 gfs2_alloc_size(struct inode *inode, struct metapath *mp, u64 size) argument
840 __gfs2_iomap_get(struct inode *inode, loff_t pos, loff_t length, unsigned flags, struct iomap *iomap, struct metapath *mp) argument
1008 gfs2_iomap_begin_write(struct inode *inode, loff_t pos, loff_t length, unsigned flags, struct iomap *iomap, struct metapath *mp) argument
1098 struct metapath mp = { .mp_aheight = 1, }; local
1410 struct metapath mp = { .mp_aheight = 1, }; local
1421 struct metapath mp = { .mp_aheight = 1, }; local
1605 mp_eq_to_hgt(struct metapath *mp, __u16 *list, unsigned int h) argument
1624 find_nonnull_ptr(struct gfs2_sbd *sdp, struct metapath *mp, unsigned int h, __u16 *end_list, unsigned int end_aligned) argument
1660 metapointer_range(struct metapath *mp, int height, __u16 *start_list, unsigned int start_aligned, __u16 *end_list, unsigned int end_aligned, __be64 **start, __be64 **end) argument
1681 walk_done(struct gfs2_sbd *sdp, struct metapath *mp, int height, __u16 *end_list, unsigned int end_aligned) argument
1717 struct metapath mp = {}; local
[all...]
/linux-master/lib/crypto/mpi/
H A Dmpi-pow.c30 mpi_ptr_t rp, ep, mp, bp; local
70 mp = mp_marker = mpi_alloc_limb_space(msize);
71 if (!mp)
75 mpihelp_lshift(mp, mod->d, msize, mod_shift_cnt);
77 MPN_COPY(mp, mod->d, msize);
90 mpihelp_divrem(bp + msize, 0, bp, bsize, mp, msize);
108 if (rp == ep || rp == mp || rp == bp) {
134 if (rp == mp) {
137 mp = mp_marker = mpi_alloc_limb_space(msize);
138 if (!mp)
[all...]

Completed in 172 milliseconds

1234567891011>>