| /linux/fs/xfs/ |
| A D | xfs_mount.c | 310 if ((BBTOB(mp->m_dalign) & mp->m_blockmask) || in xfs_validate_new_dalign() 311 (BBTOB(mp->m_swidth) & mp->m_blockmask)) { in xfs_validate_new_dalign() 321 mp->m_dalign = XFS_BB_TO_FSBT(mp, mp->m_dalign); in xfs_validate_new_dalign() 322 if (mp->m_dalign && (mp->m_sb.sb_agblocks % mp->m_dalign)) { in xfs_validate_new_dalign() 332 mp->m_dalign, mp->m_sb.sb_blocksize); in xfs_validate_new_dalign() 336 mp->m_swidth = XFS_BB_TO_FSBT(mp, mp->m_swidth); in xfs_validate_new_dalign() 422 if (mp->m_logdev_targp == mp->m_ddev_targp) in xfs_check_sizes() 512 mp->m_sb.sb_ifree > mp->m_sb.sb_icount)) in xfs_check_summary_counts() 814 mp->m_sb.sb_dblocks, &mp->m_maxagi); in xfs_mountfs() 1047 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) in xfs_mountfs() [all …]
|
| A D | xfs_super.c | 209 (int)XFS_FSB_TO_BB(mp, mp->m_dalign)); in xfs_fs_show_options() 413 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) { in xfs_shutdown_devices() 522 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) { in xfs_setup_devices() 754 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) in xfs_mount_free() 897 mp->m_resblks_save = mp->m_resblks; in xfs_save_resvblks() 1119 gc->mp = mp; in xfs_inodegc_init_percpu() 1427 if (xfs_has_noalign(mp) && (mp->m_dalign || mp->m_swidth)) { in xfs_fs_validate_params() 1444 if (mp->m_dalign && (mp->m_swidth % mp->m_dalign != 0)) { in xfs_fs_validate_params() 1447 mp->m_swidth, mp->m_dalign); in xfs_fs_validate_params() 1960 mp->m_maxagi = xfs_set_inode_alloc(mp, mp->m_sb.sb_agcount); in xfs_fs_reconfigure() [all …]
|
| A D | xfs_fsops.c | 109 XFS_FSB_TO_BB(mp, nb) - XFS_FSS_TO_BB(mp, 1), in xfs_growfs_data_private() 151 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, in xfs_growfs_data_private() 155 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, -delta, 0, in xfs_growfs_data_private() 203 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_growfs_data_private() 270 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, in xfs_growfs_imaxpct() 313 uint64_t icount = mp->m_sb.sb_dblocks * mp->m_sb.sb_imax_pct; in xfs_growfs_data() 315 M_IGEO(mp)->maxicount = XFS_FSB_TO_INO(mp, icount); in xfs_growfs_data() 439 xfs_mount_t *mp, in xfs_fs_goingdown() argument 490 if (mp->m_sb_bp) in xfs_do_force_shutdown() 518 xfs_alert(mp, in xfs_do_force_shutdown() [all …]
|
| A D | xfs_rtalloc.c | 41 struct xfs_mount *mp = args->mp; in xfs_rtany_summary() local 133 struct xfs_mount *mp = args->mp; in xfs_rtallocate_range() local 242 struct xfs_mount *mp = args->mp; in xfs_rtallocate_extent_block() local 344 struct xfs_mount *mp = args->mp; in xfs_rtallocate_extent_exact() local 403 struct xfs_mount *mp = args->mp; in xfs_rtallocate_extent_near() local 711 .mp = mp, in xfs_growfs_rt_bmblock() 723 nmp = nargs.mp = kmemdup(mp, sizeof(*mp), GFP_KERNEL); in xfs_growfs_rt_bmblock() 897 if (!mp->m_rbmip || !mp->m_rsumip) in xfs_growfs_rt() 914 if (xfs_has_rmapbt(mp) || xfs_has_reflink(mp) || xfs_has_quota(mp)) in xfs_growfs_rt() 1035 mp->m_rsumblocks = xfs_rtsummary_blockcount(mp, mp->m_rsumlevels, in xfs_rtmount_init() [all …]
|
| A D | xfs_qm.c | 216 xfs_mount_t *mp) in xfs_qm_unmount_quotas() argument 224 if (mp->m_rbmip) in xfs_qm_unmount_quotas() 670 mp->m_qflags |= (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_CHKD); in xfs_qm_init_quotainfo() 789 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_create, in xfs_qm_qino_alloc() 826 mp->m_sb.sb_qflags = mp->m_qflags & XFS_ALL_QUOTA_ACCT; in xfs_qm_qino_alloc() 944 error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp, in xfs_qm_reset_dqcounts_all() 957 error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp, in xfs_qm_reset_dqcounts_all() 1017 maxlblkcnt = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_qm_reset_dqcounts_buf() 1412 xfs_warn(mp, in xfs_qm_quotacheck() 1421 xfs_warn(mp, in xfs_qm_quotacheck() [all …]
|
| A D | xfs_qm_syscalls.c | 24 xfs_mount_t *mp, in xfs_qm_scall_quotaoff() argument 45 mp->m_sb.sb_qflags = mp->m_qflags; in xfs_qm_scall_quotaoff() 55 struct xfs_mount *mp, in xfs_qm_scall_trunc_qfile() argument 70 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_qm_scall_trunc_qfile() 102 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles() argument 137 xfs_mount_t *mp, in xfs_qm_scall_quotaon() argument 166 xfs_debug(mp, in xfs_qm_scall_quotaon() 227 struct xfs_mount *mp, in xfs_setqlim_limits() argument 253 struct xfs_mount *mp, in xfs_setqlim_timer() argument 273 struct xfs_mount *mp, in xfs_qm_scall_setqlim() argument [all …]
|
| A D | xfs_notify_failure.c | 36 struct xfs_mount *mp, in xfs_failure_pgoff() argument 43 pos += XFS_FSB_TO_B(mp, in xfs_failure_pgoff() 50 struct xfs_mount *mp, in xfs_failure_pgcnt() argument 122 struct xfs_mount *mp) in xfs_dax_notify_failure_freeze() argument 136 struct xfs_mount *mp, in xfs_dax_notify_failure_thaw() argument 158 struct xfs_mount *mp, in xfs_dax_notify_ddev_failure() argument 274 if (mp->m_rtdev_targp && mp->m_rtdev_targp->bt_daxdev == dax_dev) { in xfs_dax_notify_failure() 275 xfs_debug(mp, in xfs_dax_notify_failure() 280 if (mp->m_logdev_targp && mp->m_logdev_targp->bt_daxdev == dax_dev && in xfs_dax_notify_failure() 281 mp->m_logdev_targp != mp->m_ddev_targp) { in xfs_dax_notify_failure() [all …]
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_trans_resv.c | 70 struct xfs_mount *mp, in xfs_allocfree_block_count() argument 76 if (xfs_has_rmapbt(mp)) in xfs_allocfree_block_count() 89 struct xfs_mount *mp, in xfs_refcountbt_block_count() argument 126 struct xfs_mount *mp, in xfs_calc_inode_res() argument 148 struct xfs_mount *mp) in xfs_calc_inobt_res() argument 169 struct xfs_mount *mp) in xfs_calc_finobt_res() argument 586 xfs_calc_buf_res(XFS_DIROP_LOG_COUNT(mp), XFS_FSB_TO_B(mp, 1)); in xfs_calc_link_reservation() 651 xfs_calc_buf_res(XFS_DIROP_LOG_COUNT(mp), XFS_FSB_TO_B(mp, 1)); in xfs_calc_remove_reservation() 687 xfs_calc_buf_res(XFS_DIROP_LOG_COUNT(mp), XFS_FSB_TO_B(mp, 1)) + in xfs_calc_create_resv_modify() 921 xfs_calc_buf_res(1, XFS_FSB_TO_B(mp, mp->m_rsumblocks)); in xfs_calc_growrtfree_reservation() [all …]
|
| A D | xfs_trans_space.h | 15 (((mp)->m_bmap_dmxr[0]) - ((mp)->m_bmap_dmnr[0])) 19 (((mp)->m_rmap_mxr[0]) - ((mp)->m_rmap_mnr[0])) 22 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels) argument 38 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0])) 39 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument 55 (XFS_DAENTER_1B(mp,w) * XFS_DAENTER_DBS(mp,w)) 57 XFS_NEXTENTADD_SPACE_RES(mp, XFS_DAENTER_1B(mp, w), w) 59 (XFS_DAENTER_DBS(mp,w) * XFS_DAENTER_BMAP1B(mp,w)) 61 (XFS_DAENTER_BLOCKS(mp,w) + XFS_DAENTER_BMAPS(mp,w)) 62 #define XFS_DAREMOVE_SPACE_RES(mp,w) XFS_DAENTER_BMAPS(mp,w) argument [all …]
|
| A D | xfs_types.c | 23 struct xfs_mount *mp, in xfs_verify_agno_agbno() argument 43 struct xfs_mount *mp, in xfs_verify_fsbno() argument 50 return xfs_verify_agno_agbno(mp, agno, XFS_FSB_TO_AGBNO(mp, fsbno)); in xfs_verify_fsbno() 59 struct xfs_mount *mp, in xfs_verify_fsbext() argument 82 struct xfs_mount *mp, in xfs_verify_agno_agino() argument 99 struct xfs_mount *mp, in xfs_verify_ino() argument 115 struct xfs_mount *mp, in xfs_internal_inum() argument 118 return ino == mp->m_sb.sb_rbmino || ino == mp->m_sb.sb_rsumino || in xfs_internal_inum() 129 struct xfs_mount *mp, in xfs_verify_dir_ino() argument 143 struct xfs_mount *mp, in xfs_verify_rtbno() argument [all …]
|
| A D | xfs_trans_space.c | 21 struct xfs_mount *mp, in xfs_parent_calc_space_res() argument 34 struct xfs_mount *mp, in xfs_create_space_res() argument 39 ret = XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp, namelen); in xfs_create_space_res() 40 if (xfs_has_parent(mp)) in xfs_create_space_res() 48 struct xfs_mount *mp, in xfs_mkdir_space_res() argument 56 struct xfs_mount *mp, in xfs_link_space_res() argument 62 if (xfs_has_parent(mp)) in xfs_link_space_res() 70 struct xfs_mount *mp, in xfs_symlink_space_res() argument 76 ret = XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp, namelen) + in xfs_symlink_space_res() 87 struct xfs_mount *mp, in xfs_remove_space_res() argument [all …]
|
| A D | xfs_rtbitmap.h | 10 struct xfs_mount *mp; member 22 struct xfs_mount *mp, in xfs_rtx_to_rtb() argument 33 struct xfs_mount *mp, in xfs_rtxlen_to_extlen() argument 45 struct xfs_mount *mp, in xfs_extlen_to_rtxmod() argument 56 struct xfs_mount *mp, in xfs_extlen_to_rtxlen() argument 68 struct xfs_mount *mp, in xfs_rtb_to_rtx() argument 80 struct xfs_mount *mp, in xfs_rtb_to_rtxoff() argument 95 struct xfs_mount *mp, in xfs_rtb_to_rtxup() argument 112 struct xfs_mount *mp, in xfs_rtb_roundup_rtx() argument 121 struct xfs_mount *mp, in xfs_rtb_rounddown_rtx() argument [all …]
|
| A D | xfs_ag.c | 237 return __xfs_ag_block_count(mp, agno, mp->m_sb.sb_agcount, in xfs_ag_block_count() 286 mp->m_sb.sb_agcount, mp->m_sb.sb_dblocks); in xfs_update_last_ag_size() 357 mp->m_ag_prealloc_blocks = xfs_prealloc_blocks(mp); in xfs_initialize_perag() 537 XFS_FSB_TO_AGBNO(mp, mp->m_sb.sb_logstart)); in xfs_rmaproot_init() 608 XFS_FSB_TO_AGBNO(mp, mp->m_sb.sb_logstart) - logblocks); in xfs_agfblock_init() 724 .daddr = XFS_AG_DADDR(mp, id->agno, XFS_AGF_DADDR(mp)), in xfs_ag_init_headers() 731 .daddr = XFS_AG_DADDR(mp, id->agno, XFS_AGFL_DADDR(mp)), in xfs_ag_init_headers() 738 .daddr = XFS_AG_DADDR(mp, id->agno, XFS_AGI_DADDR(mp)), in xfs_ag_init_headers() 745 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_BNO_BLOCK(mp)), in xfs_ag_init_headers() 753 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_CNT_BLOCK(mp)), in xfs_ag_init_headers() [all …]
|
| A D | xfs_log_rlimit.c | 53 struct xfs_mount *mp) in xfs_log_calc_max_attrsetm_res() argument 61 nblks += XFS_B_TO_FSB(mp, size); in xfs_log_calc_max_attrsetm_res() 69 size = XFS_B_TO_FSB(mp, size); in xfs_log_calc_max_attrsetm_res() 83 struct xfs_mount *mp, in xfs_log_calc_trans_resv_for_minlogblocks() argument 93 xfs_trans_resv_calc(mp, resv); in xfs_log_calc_trans_resv_for_minlogblocks() 105 if (xfs_has_rmapbt(mp) && xfs_has_reflink(mp)) in xfs_log_calc_trans_resv_for_minlogblocks() 108 xfs_trans_resv_calc(mp, resv); in xfs_log_calc_trans_resv_for_minlogblocks() 110 if (xfs_has_reflink(mp)) { in xfs_log_calc_trans_resv_for_minlogblocks() 152 struct xfs_mount *mp, in xfs_log_get_max_trans_res() argument 195 struct xfs_mount *mp) in xfs_log_calc_minimum_size() argument [all …]
|
| A D | xfs_sb.c | 993 mp->m_maxagi = mp->m_sb.sb_agcount; in xfs_sb_mount_common() 1000 mp->m_blockwmask = mp->m_blockwsize - 1; in xfs_sb_mount_common() 1005 mp->m_alloc_mnr[0] = mp->m_alloc_mxr[0] / 2; in xfs_sb_mount_common() 1006 mp->m_alloc_mnr[1] = mp->m_alloc_mxr[1] / 2; in xfs_sb_mount_common() 1015 mp->m_rmap_mnr[0] = mp->m_rmap_mxr[0] / 2; in xfs_sb_mount_common() 1016 mp->m_rmap_mnr[1] = mp->m_rmap_mxr[1] / 2; in xfs_sb_mount_common() 1020 mp->m_refc_mnr[0] = mp->m_refc_mxr[0] / 2; in xfs_sb_mount_common() 1021 mp->m_refc_mnr[1] = mp->m_refc_mxr[1] / 2; in xfs_sb_mount_common() 1023 mp->m_bsize = XFS_FSB_TO_BB(mp, 1); in xfs_sb_mount_common() 1316 XFS_AG_DADDR(mp, agno, XFS_SB_BLOCK(mp)), in xfs_sb_read_secondary() [all …]
|
| A D | xfs_rtbitmap.c | 80 struct xfs_mount *mp = args->mp; in xfs_rtbuf_get() local 148 struct xfs_mount *mp = args->mp; in xfs_rtbitmap_read_buf() local 163 struct xfs_mount *mp = args->mp; in xfs_rtsummary_read_buf() local 182 struct xfs_mount *mp = args->mp; in xfs_rtfind_back() local 336 struct xfs_mount *mp = args->mp; in xfs_rtfind_forw() local 504 struct xfs_mount *mp = args->mp; in xfs_rtmodify_summary() local 539 struct xfs_mount *mp = args->mp; in xfs_rtget_summary() local 576 struct xfs_mount *mp = args->mp; in xfs_rtmodify_range() local 969 .mp = mp, in xfs_rtfree_extent() 1056 .mp = mp, in xfs_rtalloc_query_range() [all …]
|
| /linux/drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-context.c | 41 mp->notify_prev->notify_next = mp; in pvr2_context_set_notify() 51 mp->notify_next->notify_prev = mp->notify_prev; in pvr2_context_set_notify() 56 mp->notify_prev->notify_next = mp->notify_next; in pvr2_context_set_notify() 74 mp->exist_next->exist_prev = mp->exist_prev; in pvr2_context_destroy() 79 mp->exist_prev->exist_next = mp->exist_next; in pvr2_context_destroy() 89 kfree(mp); in pvr2_context_destroy() 117 if (mp->setup_func) mp->setup_func(mp); in pvr2_context_check() 135 if (mp->disconnect_flag && !mp->mc_first) { in pvr2_context_check() 207 mp = kzalloc(sizeof(*mp),GFP_KERNEL); in pvr2_context_create() 217 mp->exist_prev->exist_next = mp; in pvr2_context_create() [all …]
|
| /linux/fs/jfs/ |
| A D | jfs_metapage.c | 107 if (mp) { in insert_metapage() 111 a->mp[index] = mp; in insert_metapage() 125 BUG_ON(a->mp[index] != mp); in remove_metapage() 162 if (mp) { in insert_metapage() 184 if (mp) { in alloc_metapage() 229 if (mp->count || mp->nohomeok || test_bit(META_dirty, &mp->flag) || in drop_metapage() 318 if (mp && test_bit(META_io, &mp->flag)) { in last_write_complete() 370 if (!mp || !test_bit(META_dirty, &mp->flag)) in metapage_write_folio() 541 if (mp->count || mp->nohomeok || in metapage_release_folio() 745 if (mp->count || mp->nohomeok) { in put_metapage() [all …]
|
| /linux/drivers/net/ethernet/apple/ |
| A D | mace.c | 156 mp->mdev = mdev; in mace_probe() 173 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) | in mace_probe() 197 mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1; in mace_probe() 251 mp->chipid >> 8, mp->chipid & 0xff); in mace_probe() 424 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings() 571 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start() 789 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt() 808 struct mace_data *mp = from_timer(mp, t, tx_timeout); in mace_tx_timeout() local 819 if (mp->tx_active == 0 && !mp->tx_bad_runt) in mace_tx_timeout() 825 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout() [all …]
|
| A D | macmace.c | 109 mp->rx_tail = 0; in mace_load_rxdma_base() 133 mp->rx_slot = 0; in mace_rxdma_reset() 154 mp->tx_slot = mp->tx_sloti = 0; in mace_txdma_reset() 219 mp->chipid = mp->mace->chipid_hi << 8 | mp->mace->chipid_lo; in mace_probe() 388 mp->tx_ring = dma_alloc_coherent(mp->device, in mace_open() 394 mp->rx_ring = dma_alloc_coherent(mp->device, in mace_open() 420 mp->tx_ring, mp->tx_ring_phys); in mace_open() 461 mp->tx_count--; in mace_xmit_start() 708 mp->rx_tail++; in mace_dma_intr() 753 mp->rx_ring, mp->rx_ring_phys); in mac_mace_device_remove() [all …]
|
| /linux/drivers/net/ethernet/marvell/ |
| A D | mv643xx_eth.c | 610 skb = netdev_alloc_skb(mp->dev, mp->skb_size); in rxq_refill() 1278 return rdl(mp, MIB_COUNTERS(mp->port_num) + offset); in mib_read() 2152 int_cause = rdlp(mp, INT_CAUSE) & mp->int_mask; in mv643xx_eth_collect_events() 2270 queue_mask = mp->work_tx | mp->work_tx_end | mp->work_rx; in mv643xx_eth_poll() 2305 wrlp(mp, INT_MASK, mp->int_mask); in mv643xx_eth_poll() 2367 mv643xx_eth_set_features(mp->dev, mp->dev->features); in port_start() 2476 wrlp(mp, INT_MASK, mp->int_mask); in mv643xx_eth_open() 2619 wrlp(mp, INT_MASK, mp->int_mask); in mv643xx_eth_netpoll() 3173 mp->t_clk = clk_get_rate(mp->clk); in mv643xx_eth_probe() 3175 mp->t_clk = clk_get_rate(mp->shared->clk); in mv643xx_eth_probe() [all …]
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| A D | sym_malloc.c | 184 ++mp->nump; in ___mp0_get_mem_cluster() 192 --mp->nump; in ___mp0_free_mem_cluster() 256 mp && !sym_m_pool_match(mp->dev_dmat, dev_dmat); in ___get_dma_pool() 257 mp = mp->next); in ___get_dma_pool() 258 return mp; in ___get_dma_pool() 265 if (mp) { in ___cre_dma_pool() 273 return mp; in ___cre_dma_pool() 307 if (!mp) in __sym_calloc_dma() 309 if (!mp) in __sym_calloc_dma() 329 if (!mp) in __sym_mfree_dma() [all …]
|
| /linux/drivers/pci/controller/dwc/ |
| A D | pci-meson.c | 117 if (IS_ERR(mp->cfg_base)) in meson_pcie_get_mems() 127 ret = phy_init(mp->phy); in meson_pcie_power_on() 133 phy_exit(mp->phy); in meson_pcie_power_on() 142 phy_power_off(mp->phy); in meson_pcie_power_off() 143 phy_exit(mp->phy); in meson_pcie_power_off() 151 ret = phy_reset(mp->phy); in meson_pcie_reset() 403 struct meson_pcie *mp; in meson_pcie_probe() local 406 mp = devm_kzalloc(dev, sizeof(*mp), GFP_KERNEL); in meson_pcie_probe() 407 if (!mp) in meson_pcie_probe() 410 pci = &mp->pci; in meson_pcie_probe() [all …]
|
| /linux/fs/xfs/scrub/ |
| A D | rtsummary.c | 44 struct xfs_mount *mp = sc->mp; in xchk_setup_rtsummary() local 66 error = xfile_create(descr, XFS_FSB_TO_B(mp, mp->m_rsumblocks), in xchk_setup_rtsummary() 101 rts->rextents = xfs_rtb_to_rtx(mp, mp->m_sb.sb_rblocks); in xchk_setup_rtsummary() 206 struct xfs_mount *mp = sc->mp; in xchk_rtsum_compute() local 210 rtbmp_blocks = xfs_rtbitmap_blockcount(mp, mp->m_sb.sb_rextents); in xchk_rtsum_compute() 211 if (XFS_FSB_TO_B(mp, rtbmp_blocks) != mp->m_rbmip->i_disk_size) in xchk_rtsum_compute() 226 struct xfs_mount *mp = sc->mp; in xchk_rtsum_compare() local 234 rts->args.mp = sc->mp; in xchk_rtsum_compare() 301 struct xfs_mount *mp = sc->mp; in xchk_rtsummary() local 324 if (mp->m_rsumip->i_disk_size & mp->m_blockmask) { in xchk_rtsummary() [all …]
|
| /linux/drivers/isdn/capi/ |
| A D | capi.c | 160 mp->nack++; in capiminor_add_ack() 205 kfree(mp); in capiminor_destroy() 218 mp = kzalloc(sizeof(*mp), GFP_KERNEL); in capiminor_alloc() 219 if (!mp) { in capiminor_alloc() 257 return mp; in capiminor_alloc() 275 if (mp) in capiminor_get() 279 return mp; in capiminor_get() 311 if (mp) { in capincci_free_minor() 328 if (mp) { in capincci_minor_opencount() 933 if (mp) in capi_ioctl() [all …]
|