Searched defs:mp (Results 151 - 175 of 289) sorted by relevance

1234567891011>>

/linux-master/fs/jfs/
H A Djfs_txnmgr.h91 struct metapage *mp; /* 4/8: object page buffer locked */ member in struct:tlock
H A Djfs_metapage.c35 static inline void unlock_metapage(struct metapage *mp) argument
41 static inline void __lock_metapage(struct metapage *mp) argument
61 lock_metapage(struct metapage *mp) argument
78 struct metapage *mp[MPS_PER_PAGE]; member in struct:meta_anchor
89 insert_metapage(struct page *page, struct metapage *mp) argument
116 remove_metapage(struct page *page, struct metapage *mp) argument
152 insert_metapage(struct page *page, struct metapage *mp) argument
162 remove_metapage(struct page *page, struct metapage *mp) argument
176 struct metapage *mp = mempool_alloc(metapage_mempool, gfp_mask); local
189 free_metapage(struct metapage *mp) argument
221 drop_metapage(struct page *page, struct metapage *mp) argument
280 remove_from_logsync(struct metapage *mp) argument
304 struct metapage *mp; local
344 struct metapage *mp; local
529 struct metapage *mp; local
581 struct metapage *mp = NULL; local
684 grab_metapage(struct metapage * mp) argument
723 force_metapage(struct metapage *mp) argument
738 hold_metapage(struct metapage *mp) argument
743 put_metapage(struct metapage *mp) argument
757 release_metapage(struct metapage * mp) argument
800 struct metapage *mp; local
[all...]
H A Dxattr.c63 struct metapage *mp; /* metapage containing ea list */ member in struct:ea_buffer
213 struct metapage *mp; local
362 struct metapage *mp; local
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dapply.c131 struct mgr_priv_data *mp; local
183 struct mgr_priv_data *mp = get_mgr_priv(ovl->manager); local
190 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
203 struct mgr_priv_data *mp; local
256 struct mgr_priv_data *mp; local
335 struct mgr_priv_data *mp; local
361 struct mgr_priv_data *mp; local
470 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
541 struct mgr_priv_data *mp; local
619 struct mgr_priv_data *mp; local
655 struct mgr_priv_data *mp; local
677 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
704 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
729 struct mgr_priv_data *mp; local
757 struct mgr_priv_data *mp; local
781 struct mgr_priv_data *mp; local
809 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
888 struct mgr_priv_data *mp; local
917 struct mgr_priv_data *mp; local
951 struct mgr_priv_data *mp; local
1039 struct mgr_priv_data *mp; local
1064 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1114 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1141 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1162 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1207 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1245 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1255 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1273 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1283 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1547 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1561 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
[all...]
/linux-master/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c178 u8 *mp; local
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c748 void pvr2_sysfs_create(struct pvr2_context *mp) argument
/linux-master/drivers/watchdog/
H A Dcpwd.c573 struct miscdevice *mp = &p->devs[i].misc; local
/linux-master/drivers/net/ethernet/apple/
H A Dmacmace.c103 struct mace_data *mp = netdev_priv(dev); local
118 struct mace_data *mp = netdev_priv(dev); local
145 struct mace_data *mp = netdev_priv(dev); local
196 struct mace_data *mp; local
265 struct mace_data *mp = netdev_priv(dev); local
322 struct mace_data *mp = netdev_priv(dev); local
345 struct mace_data *mp = netdev_priv(dev); local
370 struct mace_data *mp = netdev_priv(dev); local
433 struct mace_data *mp = netdev_priv(dev); local
449 struct mace_data *mp = netdev_priv(dev); local
485 struct mace_data *mp = netdev_priv(dev); local
536 struct mace_data *mp = netdev_priv(dev); local
559 struct mace_data *mp = netdev_priv(dev); local
609 struct mace_data *mp = netdev_priv(dev); local
679 struct mace_data *mp = netdev_priv(dev); local
745 struct mace_data *mp = netdev_priv(dev); local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.h131 struct xfs_mount *mp; /* filesystem mount point */ member in struct:xfs_da_state
H A Dxfs_ialloc_btree.c293 struct xfs_mount *mp = bp->b_mount; local
481 struct xfs_mount *mp = pag->pag_mount; local
507 struct xfs_mount *mp = pag->pag_mount; local
576 xfs_inobt_maxrecs( struct xfs_mount *mp, int blocklen, int leaf) argument
688 xfs_inobt_rec_check_count( struct xfs_mount *mp, struct xfs_inobt_rec_incore *rec) argument
718 struct xfs_mount *mp = pag->pag_mount; local
811 xfs_iallocbt_calc_size( struct xfs_mount *mp, unsigned long long len) argument
[all...]
H A Dxfs_bmap_btree.c56 struct xfs_mount *mp = ip->i_mount; local
276 struct xfs_mount *mp local
144 xfs_bmbt_to_bmdr( struct xfs_mount *mp, struct xfs_btree_block *rblock, int rblocklen, xfs_bmdr_block_t *dblock, int dblocklen) argument
410 struct xfs_mount *mp = bp->b_mount; local
554 xfs_bmbt_init_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
649 xfs_bmbt_maxrecs( struct xfs_mount *mp, int blocklen, int leaf) argument
737 xfs_bmbt_calc_size( struct xfs_mount *mp, unsigned long long len) argument
[all...]
H A Dxfs_ag.c42 xfs_perag_get( struct xfs_mount *mp, xfs_agnumber_t agno) argument
63 xfs_perag_get_tag( struct xfs_mount *mp, xfs_agnumber_t first, unsigned int tag) argument
113 xfs_perag_grab( struct xfs_mount *mp, xfs_agnumber_t agno) argument
134 xfs_perag_grab_tag( struct xfs_mount *mp, xfs_agnumber_t first, int tag) argument
174 xfs_initialize_perag_data( struct xfs_mount *mp, xfs_agnumber_t agcount) argument
252 xfs_free_perag( struct xfs_mount *mp) argument
279 __xfs_ag_block_count( struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agnumber_t agcount, xfs_rfsblock_t dblocks) argument
293 xfs_ag_block_count( struct xfs_mount *mp, xfs_agnumber_t agno) argument
303 __xfs_agino_range( struct xfs_mount *mp, xfs_agblock_t eoag, xfs_agino_t *first, xfs_agino_t *last) argument
327 xfs_agino_range( struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t *first, xfs_agino_t *last) argument
341 xfs_free_unused_perag_range( struct xfs_mount *mp, xfs_agnumber_t agstart, xfs_agnumber_t agend) argument
362 xfs_initialize_perag( struct xfs_mount *mp, xfs_agnumber_t agcount, xfs_rfsblock_t dblocks, xfs_agnumber_t *maxagi) argument
466 xfs_get_aghdr_buf( struct xfs_mount *mp, xfs_daddr_t blkno, size_t numblks, struct xfs_buf **bpp, const struct xfs_buf_ops *ops) argument
491 xfs_btroot_init( struct xfs_mount *mp, struct xfs_buf *bp, struct aghdr_init_data *id) argument
501 xfs_freesp_init_recs( struct xfs_mount *mp, struct xfs_buf *bp, struct aghdr_init_data *id) argument
557 xfs_bnoroot_init( struct xfs_mount *mp, struct xfs_buf *bp, struct aghdr_init_data *id) argument
570 xfs_rmaproot_init( struct xfs_mount *mp, struct xfs_buf *bp, struct aghdr_init_data *id) argument
649 xfs_sbblock_init( struct xfs_mount *mp, struct xfs_buf *bp, struct aghdr_init_data *id) argument
661 xfs_agfblock_init( struct xfs_mount *mp, struct xfs_buf *bp, struct aghdr_init_data *id) argument
708 xfs_agflblock_init( struct xfs_mount *mp, struct xfs_buf *bp, struct aghdr_init_data *id) argument
729 xfs_agiblock_init( struct xfs_mount *mp, struct xfs_buf *bp, struct aghdr_init_data *id) argument
765 xfs_ag_init_hdr( struct xfs_mount *mp, struct aghdr_init_data *id, aghdr_init_work_f work, const struct xfs_buf_ops *ops) argument
805 xfs_ag_init_headers( struct xfs_mount *mp, struct aghdr_init_data *id) argument
916 struct xfs_mount *mp = pag->pag_mount; local
[all...]
H A Dxfs_ag.h229 xfs_ag_contains_log(struct xfs_mount *mp, xfs_agnumber_t agno) argument
244 struct xfs_mount *mp = pag->pag_mount; local
284 struct xfs_mount *mp = pag->pag_mount; local
[all...]
H A Dxfs_dir2_block.c51 struct xfs_mount *mp = bp->b_mount; local
72 struct xfs_mount *mp = bp->b_mount; local
89 struct xfs_mount *mp = bp->b_mount; local
123 struct xfs_mount *mp = dp->i_mount; local
141 struct xfs_mount *mp = dp->i_mount; local
165 xfs_dir3_block_init( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *bp, struct xfs_inode *dp) argument
939 xfs_mount_t *mp; /* file system mount point */ local
1075 struct xfs_mount *mp = dp->i_mount; local
[all...]
H A Dxfs_rmap_btree.c318 struct xfs_mount *mp = bp->b_mount; local
645 struct xfs_mount *mp = pag->pag_mount; local
526 xfs_rmapbt_init_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_perag *pag) argument
658 xfs_rmapbt_mem_init( struct xfs_mount *mp, struct xfbtree *xfbt, struct xfs_buftarg *btp, xfs_agnumber_t agno) argument
767 xfs_rmapbt_compute_maxlevels( struct xfs_mount *mp) argument
804 xfs_rmapbt_calc_size( struct xfs_mount *mp, unsigned long long len) argument
815 xfs_rmapbt_max_size( struct xfs_mount *mp, xfs_agblock_t agblocks) argument
830 xfs_rmapbt_calc_reserves( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used) argument
[all...]
H A Dxfs_rtbitmap.c78 struct xfs_mount *mp = args->mp; local
152 struct xfs_mount *mp = args->mp; local
306 struct xfs_mount *mp = args->mp; local
472 struct xfs_mount *mp = args->mp; local
507 struct xfs_mount *mp = args->mp; local
544 struct xfs_mount *mp = args->mp; local
682 struct xfs_mount *mp = args->mp; local
758 struct xfs_mount *mp = args->mp; local
935 struct xfs_mount *mp = tp->t_mountp; local
992 struct xfs_mount *mp = tp->t_mountp; local
1016 xfs_rtalloc_query_range( struct xfs_mount *mp, struct xfs_trans *tp, const struct xfs_rtalloc_rec *low_rec, const struct xfs_rtalloc_rec *high_rec, xfs_rtalloc_query_range_fn fn, void *priv) argument
1075 xfs_rtalloc_query_all( struct xfs_mount *mp, struct xfs_trans *tp, xfs_rtalloc_query_range_fn fn, void *priv) argument
1092 xfs_rtalloc_extent_is_free( struct xfs_mount *mp, struct xfs_trans *tp, xfs_rtxnum_t start, xfs_rtxlen_t len, bool *is_free) argument
1121 xfs_rtbitmap_blockcount( struct xfs_mount *mp, xfs_rtbxlen_t rtextents) argument
1133 xfs_rtbitmap_wordcount( struct xfs_mount *mp, xfs_rtbxlen_t rtextents) argument
1145 xfs_rtsummary_blockcount( struct xfs_mount *mp, unsigned int rsumlevels, xfs_extlen_t rbmblocks) argument
1161 xfs_rtsummary_wordcount( struct xfs_mount *mp, unsigned int rsumlevels, xfs_extlen_t rbmblocks) argument
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c318 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; local
351 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; local
447 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; local
[all...]
/linux-master/drivers/tee/optee/
H A Dffa_abi.c163 const struct optee_msg_param *mp = msg_params + n; local
123 from_msg_param_ffa_mem(struct optee *optee, struct tee_param *p, u32 attr, const struct optee_msg_param *mp) argument
189 to_msg_param_ffa_mem(struct optee_msg_param *mp, const struct tee_param *p) argument
236 struct optee_msg_param *mp = msg_params + n; local
[all...]
H A Doptee_private.h313 static inline void optee_to_msg_param_value(struct optee_msg_param *mp, argument
303 optee_from_msg_param_value(struct tee_param *p, u32 attr, const struct optee_msg_param *mp) argument
/linux-master/drivers/pci/controller/dwc/
H A Dpci-meson.c76 static struct reset_control *meson_pcie_get_reset(struct meson_pcie *mp, argument
91 static int meson_pcie_get_resets(struct meson_pcie *mp) argument
108 meson_pcie_get_mems(struct platform_device *pdev, struct meson_pcie *mp) argument
124 meson_pcie_power_on(struct meson_pcie *mp) argument
141 meson_pcie_power_off(struct meson_pcie *mp) argument
147 meson_pcie_reset(struct meson_pcie *mp) argument
202 meson_pcie_probe_clocks(struct meson_pcie *mp) argument
222 meson_cfg_readl(struct meson_pcie *mp, u32 reg) argument
227 meson_cfg_writel(struct meson_pcie *mp, u32 val, u32 reg) argument
232 meson_pcie_assert_reset(struct meson_pcie *mp) argument
239 meson_pcie_ltssm_enable(struct meson_pcie *mp) argument
248 meson_size_to_payload(struct meson_pcie *mp, int size) argument
265 meson_set_max_payload(struct meson_pcie *mp, int size) argument
281 meson_set_max_rd_req_size(struct meson_pcie *mp, int size) argument
299 struct meson_pcie *mp = to_meson_pcie(pci); local
341 struct meson_pcie *mp = to_meson_pcie(pci); local
381 struct meson_pcie *mp = to_meson_pcie(pci); local
404 struct meson_pcie *mp; local
[all...]
/linux-master/net/bridge/
H A Dbr_switchdev.c504 struct net_bridge_mdb_entry *mp; local
527 br_switchdev_mdb_populate(struct switchdev_obj_port_mdb *mdb, const struct net_bridge_mdb_entry *mp) argument
542 br_switchdev_host_mdb_one(struct net_device *dev, struct net_device *lower_dev, struct net_bridge_mdb_entry *mp, int type) argument
567 br_switchdev_host_mdb(struct net_device *dev, struct net_bridge_mdb_entry *mp, int type) argument
597 br_switchdev_mdb_queue_one(struct list_head *mdb_list, struct net_device *dev, unsigned long action, enum switchdev_obj_id id, const struct net_bridge_mdb_entry *mp, struct net_device *orig_dev) argument
635 br_switchdev_mdb_notify(struct net_device *dev, struct net_bridge_mdb_entry *mp, struct net_bridge_port_group *pg, int type) argument
679 const struct net_bridge_mdb_entry *mp; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_bmap_util.c61 struct xfs_mount *mp = ip->i_mount; local
111 struct xfs_mount *mp = ip->i_mount; local
261 struct xfs_mount *mp = ip->i_mount; local
449 struct xfs_mount *mp = ip->i_mount; local
501 struct xfs_mount *mp = ip->i_mount; local
579 struct xfs_mount *mp = ip->i_mount; local
634 xfs_mount_t *mp = ip->i_mount; local
768 struct xfs_mount *mp = ip->i_mount; local
806 struct xfs_mount *mp = ip->i_mount; local
828 struct xfs_mount *mp = ip->i_mount; local
896 struct xfs_mount *mp = ip->i_mount; local
961 struct xfs_mount *mp = ip->i_mount; local
1029 struct xfs_mount *mp = ip->i_mount; local
1490 struct xfs_mount *mp = ip->i_mount; local
[all...]
H A Dxfs_extfree_item.c379 struct xfs_mount *mp = tp->t_mountp; local
452 struct xfs_mount *mp = tp->t_mountp; local
141 xfs_efi_init( struct xfs_mount *mp, uint nextents) argument
423 xfs_extent_free_get_group( struct xfs_mount *mp, struct xfs_extent_free_item *xefi) argument
531 struct xfs_mount *mp = tp->t_mountp; local
567 xfs_efi_validate_ext( struct xfs_mount *mp, struct xfs_extent *extp) argument
575 xfs_efi_recover_work( struct xfs_mount *mp, struct xfs_defer_pending *dfp, struct xfs_extent *extp) argument
605 struct xfs_mount *mp = lip->li_log->l_mp; local
728 struct xfs_mount *mp = log->l_mp; local
[all...]
H A Dxfs_attr_item.c343 struct xfs_mount *mp = tp->t_mountp; local
223 xfs_attri_init( struct xfs_mount *mp, struct xfs_attri_log_nameval *nv) argument
465 xfs_attri_validate( struct xfs_mount *mp, struct xfs_attri_log_format *attrp) argument
502 xfs_attri_recover_work( struct xfs_mount *mp, struct xfs_defer_pending *dfp, struct xfs_attri_log_format *attrp, struct xfs_inode **ipp, struct xfs_attri_log_nameval *nv) argument
578 struct xfs_mount *mp = lip->li_log->l_mp; local
701 struct xfs_mount *mp = log->l_mp; local
[all...]
H A Dxfs_fsmap.c207 struct xfs_mount *mp = tp->t_mountp; local
276 struct xfs_mount *mp = tp->t_mountp; local
236 xfs_getfsmap_format( struct xfs_mount *mp, struct xfs_fsmap *xfm, struct xfs_getfsmap_info *info) argument
380 struct xfs_mount *mp = cur->bc_mp; local
398 struct xfs_mount *mp = cur->bc_mp; local
437 struct xfs_mount *mp = tp->t_mountp; local
475 xfs_getfsmap_rtdev_rtbitmap_helper( struct xfs_mount *mp, struct xfs_trans *tp, const struct xfs_rtalloc_rec *rec, void *priv) argument
511 struct xfs_mount *mp = tp->t_mountp; local
566 rmap_not_shareable(struct xfs_mount *mp, const struct xfs_rmap_irec *r) argument
590 struct xfs_mount *mp = tp->t_mountp; local
791 xfs_getfsmap_is_valid_device( struct xfs_mount *mp, struct xfs_fsmap *fm) argument
880 xfs_getfsmap( struct xfs_mount *mp, struct xfs_fsmap_head *head, struct fsmap *fsmap_recs) argument
[all...]

Completed in 438 milliseconds

1234567891011>>