/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 97 struct xfs_mount *mp, in xfs_calc_inode_res() 129 struct xfs_mount *mp, in xfs_calc_finobt_res() 184 struct xfs_mount *mp) in xfs_calc_write_reservation() 213 struct xfs_mount *mp) in xfs_calc_itruncate_reservation() 243 struct xfs_mount *mp) in xfs_calc_rename_reservation() 261 struct xfs_mount *mp) in xfs_calc_iunlink_remove_reservation() 281 struct xfs_mount *mp) in xfs_calc_link_reservation() 299 xfs_calc_iunlink_add_reservation(xfs_mount_t *mp) in xfs_calc_iunlink_add_reservation() 319 struct xfs_mount *mp) in xfs_calc_remove_reservation() 349 struct xfs_mount *mp) in xfs_calc_create_resv_modify() [all …]
|
D | xfs_trans_space.h | 24 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \ argument 26 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument 27 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument 31 #define XFS_DAENTER_1B(mp,w) \ argument 33 #define XFS_DAENTER_DBS(mp,w) \ argument 35 #define XFS_DAENTER_BLOCKS(mp,w) \ argument 37 #define XFS_DAENTER_BMAP1B(mp,w) \ argument 39 #define XFS_DAENTER_BMAPS(mp,w) \ argument 41 #define XFS_DAENTER_SPACE_RES(mp,w) \ argument 43 #define XFS_DAREMOVE_SPACE_RES(mp,w) XFS_DAENTER_BMAPS(mp,w) argument [all …]
|
D | xfs_quota_defs.h | 72 #define XFS_DQUOT_LOGRES(mp) \ argument 75 #define XFS_IS_QUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT) argument 76 #define XFS_IS_UQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT) argument 77 #define XFS_IS_PQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_PQUOTA_ACCT) argument 78 #define XFS_IS_GQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_GQUOTA_ACCT) argument 79 #define XFS_IS_UQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_UQUOTA_ENFD) argument 80 #define XFS_IS_GQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_GQUOTA_ENFD) argument 81 #define XFS_IS_PQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_PQUOTA_ENFD) argument 98 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & (XFS_UQUOTA_ACTIVE | \ argument 101 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACTIVE) argument [all …]
|
D | xfs_bmap_btree.h | 38 #define XFS_BMBT_BLOCK_LEN(mp) \ argument 42 #define XFS_BMBT_REC_ADDR(mp, block, index) \ argument 48 #define XFS_BMBT_KEY_ADDR(mp, block, index) \ argument 54 #define XFS_BMBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 84 #define XFS_BMAP_BROOT_PTR_ADDR(mp, bb, i, sz) \ argument 87 #define XFS_BMAP_BROOT_SPACE_CALC(mp, nrecs) \ argument 91 #define XFS_BMAP_BROOT_SPACE(mp, bb) \ argument 102 #define XFS_BM_MAXLEVELS(mp,w) ((mp)->m_bm_maxlevels[(w)]) argument
|
D | xfs_ialloc_btree.h | 32 #define XFS_INOBT_BLOCK_LEN(mp) \ argument 41 #define XFS_INOBT_REC_ADDR(mp, block, index) \ argument 47 #define XFS_INOBT_KEY_ADDR(mp, block, index) \ argument 53 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 72 #define xfs_inobt_rec_check_count(mp, rec) 0 argument
|
D | xfs_sb.c | 51 struct xfs_mount *mp, in xfs_perag_get() 73 struct xfs_mount *mp, in xfs_perag_get_tag() 110 xfs_mount_t *mp, in xfs_mount_validate_sb() 571 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_verify() local 604 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_read_verify() local 661 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_write_verify() local 702 struct xfs_mount *mp, in xfs_sb_mount_common() 753 struct xfs_mount *mp, in xfs_initialize_perag_data() 810 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb() local 835 struct xfs_mount *mp, in xfs_sync_sb()
|
D | xfs_symlink_remote.c | 43 struct xfs_mount *mp, in xfs_symlink_blocks() 53 struct xfs_mount *mp, in xfs_symlink_hdr_set() 105 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_verify() local 131 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_read_verify() local 150 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_write_verify() local 183 struct xfs_mount *mp = ip->i_mount; in xfs_symlink_local_to_remote() local
|
D | xfs_dquot_buf.c | 52 struct xfs_mount *mp, in xfs_dqcheck() 176 struct xfs_mount *mp, in xfs_dquot_buf_verify_crc() 209 struct xfs_mount *mp, in xfs_dquot_buf_verify() 255 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_read_verify() local 276 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_readahead_verify() local 294 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_write_verify() local
|
D | xfs_alloc_btree.h | 32 #define XFS_ALLOC_BLOCK_LEN(mp) \ argument 41 #define XFS_ALLOC_REC_ADDR(mp, block, index) \ argument 47 #define XFS_ALLOC_KEY_ADDR(mp, block, index) \ argument 53 #define XFS_ALLOC_PTR_ADDR(mp, block, index, maxrecs) \ argument
|
D | xfs_attr_remote.c | 52 struct xfs_mount *mp, in xfs_attr3_rmt_blocks() 92 struct xfs_mount *mp, in xfs_attr3_rmt_verify() 122 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_rmt_read_verify() local 161 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_rmt_write_verify() local 211 struct xfs_mount *mp, in xfs_attr3_rmt_hdr_set() 250 struct xfs_mount *mp, in xfs_attr_rmtval_copyout() 298 struct xfs_mount *mp, in xfs_attr_rmtval_copyin() 354 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_get() local 419 struct xfs_mount *mp = dp->i_mount; in xfs_attr_rmtval_set() local 562 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_remove() local
|
D | xfs_inode_buf.c | 39 xfs_mount_t *mp, in xfs_inobp_check() 79 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_inode_buf_verify() local 162 struct xfs_mount *mp, in xfs_imap_to_bp() 295 struct xfs_mount *mp, in xfs_dinode_verify() 320 struct xfs_mount *mp, in xfs_dinode_calc_crc() 348 xfs_mount_t *mp, in xfs_iread()
|
D | xfs_ialloc.c | 49 struct xfs_mount *mp) in xfs_ialloc_cluster_alignment() 160 struct xfs_mount *mp, in xfs_inobt_insert() 251 struct xfs_mount *mp, in xfs_ialloc_inode_init() 407 struct xfs_mount *mp, in xfs_align_sparse_ino() 511 struct xfs_mount *mp, in xfs_inobt_insert_sprec() 891 xfs_mount_t *mp) in xfs_ialloc_next_ag() 920 xfs_mount_t *mp; /* mount point structure */ in xfs_ialloc_ag_select() local 1112 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt() local 1537 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag() local 1677 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc() local [all …]
|
D | xfs_format.h | 554 #define XFS_SB_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_SB_DADDR) argument 557 #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d)) argument 558 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \ argument 560 #define XFS_FSB_TO_DADDR(mp,fsbno) XFS_AGB_TO_DADDR(mp, \ argument 566 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log) argument 571 #define XFS_FSB_TO_BB(mp,fsbno) ((fsbno) << (mp)->m_blkbb_log) argument 572 #define XFS_BB_TO_FSB(mp,bb) \ argument 574 #define XFS_BB_TO_FSBT(mp,bb) ((bb) >> (mp)->m_blkbb_log) argument 579 #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog) argument 580 #define XFS_B_TO_FSB(mp,b) \ argument [all …]
|
D | xfs_rtbitmap.c | 50 xfs_mount_t *mp, /* file system mount structure */ in xfs_rtbuf_get() 84 xfs_mount_t *mp, /* file system mount point */ in xfs_rtfind_back() 259 xfs_mount_t *mp, /* file system mount point */ in xfs_rtfind_forw() 434 xfs_mount_t *mp, /* file system mount structure */ in xfs_rtmodify_summary_int() 498 xfs_mount_t *mp, /* file system mount structure */ in xfs_rtmodify_summary() 516 xfs_mount_t *mp, /* file system mount point */ in xfs_rtmodify_range() 673 xfs_mount_t *mp, /* file system mount point */ in xfs_rtfree_range() 749 xfs_mount_t *mp, /* file system mount point */ in xfs_rtcheck_range() 925 xfs_mount_t *mp, /* file system mount point */ in xfs_rtcheck_alloc_range() 954 xfs_mount_t *mp; /* file system mount structure */ in xfs_rtfree_extent() local
|
D | xfs_alloc.c | 334 struct xfs_mount *mp; in xfs_alloc_fixup_trees() local 463 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_verify() local 494 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_read_verify() local 518 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_write_verify() local 548 xfs_mount_t *mp, /* mount point structure */ in xfs_alloc_read_agfl() 1599 xfs_mount_t *mp; /* mount point struct for filesystem */ in xfs_free_ag_extent() local 1840 xfs_mount_t *mp) /* file system mount structure */ in xfs_alloc_compute_maxlevels() 1862 struct xfs_mount *mp, in xfs_alloc_longest_free_extent() 1878 struct xfs_mount *mp, in xfs_alloc_min_freelist() 1935 struct xfs_mount *mp = args->mp; in xfs_alloc_fix_freelist() local [all …]
|
D | xfs_log_rlimit.c | 38 struct xfs_mount *mp) in xfs_log_calc_max_attrsetm_res() 60 struct xfs_mount *mp, in xfs_log_get_max_trans_res() 96 struct xfs_mount *mp) in xfs_log_calc_minimum_size()
|
D | xfs_bmap.c | 62 xfs_mount_t *mp, /* file system mount structure */ in xfs_bmap_compute_maxlevels() 185 xfs_mount_t *mp; /* mount structure */ in xfs_bmap_worst_indlen() local 212 struct xfs_mount *mp = ip->i_mount; in xfs_default_attroffset() local 281 xfs_mount_t *mp, in xfs_check_block() 344 xfs_mount_t *mp; /* file system mount structure */ in xfs_bmap_check_leaf_extents() local 573 xfs_mount_t *mp) /* mount point structure */ in xfs_bmap_add_free() 673 xfs_mount_t *mp; /* mount point structure */ in xfs_bmap_btree_to_extents() local 739 xfs_mount_t *mp; /* mount structure */ in xfs_bmap_extents_to_btree() local 995 xfs_mount_t *mp; /* file system mount struct */ in xfs_bmap_add_attrfork_btree() local 1110 xfs_mount_t *mp; /* mount structure */ in xfs_bmap_add_attrfork() local [all …]
|
D | xfs_trans_resv.h | 68 #define M_RES(mp) (&(mp)->m_resv) argument 75 #define XFS_ALLOCFREE_LOG_RES(mp,nx) \ argument 77 #define XFS_ALLOCFREE_LOG_COUNT(mp,nx) \ argument 87 #define XFS_DIROP_LOG_RES(mp) \ argument 90 #define XFS_DIROP_LOG_COUNT(mp) \ argument
|
D | xfs_ialloc.h | 41 struct xfs_mount *mp) in xfs_icluster_size_fsb() 52 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
|
D | xfs_dir2_block.c | 65 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_verify() local 90 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_read_verify() local 106 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_write_verify() local 137 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_block_read() local 149 struct xfs_mount *mp, in xfs_dir3_block_init() 671 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_block_lookup_int() local 917 xfs_mount_t *mp; /* file system mount point */ in xfs_dir2_leaf_to_block() local 1062 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_sf_to_block() local
|
D | xfs_dir2.c | 102 struct xfs_mount *mp) in xfs_da_mount() 164 struct xfs_mount *mp) in xfs_da_unmount() 193 xfs_mount_t *mp, in xfs_dir_ino_validate() 585 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_grow_inode() local 671 xfs_mount_t *mp; in xfs_dir2_shrink_inode() local
|
D | xfs_attr_leaf.c | 254 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_verify() local 289 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_write_verify() local 318 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_read_verify() local 389 xfs_mount_t *mp = dp->i_mount; in xfs_attr_shortform_bytesfit() local 478 xfs_sbversion_add_attr2(xfs_mount_t *mp, xfs_trans_t *tp) in xfs_sbversion_add_attr2() 533 xfs_mount_t *mp; in xfs_attr_shortform_add() local 605 xfs_mount_t *mp; in xfs_attr_shortform_remove() local 840 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr_shortform_allfit() local 967 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_leaf_to_node() local 1038 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_leaf_create() local [all …]
|
D | xfs_ialloc_btree.c | 222 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_inobt_verify() local 383 struct xfs_mount *mp, /* file system mount point */ in xfs_inobt_init_cursor() 421 struct xfs_mount *mp, in xfs_inobt_maxrecs() 489 struct xfs_mount *mp, in xfs_inobt_rec_check_count()
|
D | xfs_bmap_btree.c | 65 struct xfs_mount *mp = ip->i_mount; in xfs_bmdr_to_bmbt() local 338 struct xfs_mount *mp, in xfs_bmbt_to_bmdr() 524 struct xfs_mount *mp = cur->bc_mp; in xfs_bmbt_free_block() local 643 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_bmbt_verify() local 780 struct xfs_mount *mp, /* file system mount point */ in xfs_bmbt_init_cursor() 817 struct xfs_mount *mp, in xfs_bmbt_maxrecs()
|
D | xfs_attr.c | 168 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_calc_size() local 204 struct xfs_mount *mp = dp->i_mount; in xfs_attr_set() local 409 struct xfs_mount *mp = dp->i_mount; in xfs_attr_remove() local 879 xfs_mount_t *mp; in xfs_attr_node_addname() local
|
D | xfs_dir2_data.c | 60 xfs_mount_t *mp; /* filesystem mount point */ in __xfs_dir3_data_check() local 218 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_verify() local 272 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_read_verify() local 288 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_write_verify() local 585 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir3_data_init() local
|
D | xfs_alloc.h | 76 #define XFS_ALLOC_SET_ASIDE(mp) (4 + ((mp)->m_sb.sb_agcount * 4)) argument 90 #define XFS_ALLOC_AG_MAX_USABLE(mp) \ argument 101 struct xfs_mount *mp; /* file system mount point */ member
|
D | xfs_alloc_btree.c | 276 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_allocbt_verify() local 455 struct xfs_mount *mp, /* file system mount point */ in xfs_allocbt_init_cursor() 495 struct xfs_mount *mp, in xfs_allocbt_maxrecs()
|
D | xfs_dir2_leaf.c | 84 struct xfs_mount *mp, in xfs_dir3_leaf_check_int() 150 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_leaf_verify() local 183 struct xfs_mount *mp = bp->b_target->bt_mount; in __read_verify() local 200 struct xfs_mount *mp = bp->b_target->bt_mount; in __write_verify() local 298 struct xfs_mount *mp, in xfs_dir3_leaf_init() 350 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_leaf_get_buf() local 1225 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_leaf_lookup_int() local 1690 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_node_to_leaf() local
|
D | xfs_btree.c | 63 struct xfs_mount *mp; /* file system mount point */ in xfs_btree_check_lblock() local 107 struct xfs_mount *mp; /* file system mount point */ in xfs_btree_check_sblock() local 248 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_btree_lblock_verify_crc() local 286 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_btree_sblock_verify_crc() local 347 xfs_mount_t *mp; /* mount structure for filesystem */ in xfs_btree_dup_cursor() local 565 xfs_mount_t *mp, /* file system mount point */ in xfs_btree_get_bufl() 583 xfs_mount_t *mp, /* file system mount point */ in xfs_btree_get_bufs() 716 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_read_bufl() 747 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_reada_bufl() 766 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_reada_bufs() [all …]
|
D | xfs_inode_buf.h | 47 #define xfs_inobp_check(mp, bp) argument
|
D | xfs_dir2_node.c | 89 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_verify() local 117 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_read_verify() local 133 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_write_verify() local 206 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_free_get_buf() local 529 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_leafn_lookup_for_addname() local 681 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_leafn_lookup_for_entry() local 1661 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_node_addname_int() local
|
D | xfs_da_btree.c | 135 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_da3_node_verify() local 184 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_da3_node_write_verify() local 310 struct xfs_mount *mp = tp->t_mountp; in xfs_da3_node_create() local 2135 struct xfs_mount *mp; in xfs_da3_swap_lastblock() local 2419 struct xfs_mount *mp, in xfs_buf_map_from_irec() 2467 struct xfs_mount *mp = dp->i_mount; in xfs_dabuf_map() local
|
D | xfs_btree.h | 87 #define __XFS_BTREE_STATS_INC(mp, type, stat) \ argument 102 #define __XFS_BTREE_STATS_ADD(mp, type, stat, val) \ argument 452 #define XFS_FSB_SANITY_CHECK(mp,fsb) \ argument
|
D | xfs_dir2_sf.c | 76 xfs_mount_t *mp; /* mount structure pointer */ in xfs_dir2_block_sfsize() local 167 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_block_to_sf() local
|
D | xfs_inode_fork.c | 370 struct xfs_mount *mp = ip->i_mount; in xfs_iformat_btree() local 479 struct xfs_mount *mp = ip->i_mount; in xfs_iroot_realloc() local 801 xfs_mount_t *mp; in xfs_iflush_fork() local
|
D | xfs_da_format.c | 882 struct xfs_mount *mp, in xfs_dir_get_ops() 898 struct xfs_mount *mp, in xfs_nondir_get_ops()
|
D | xfs_da_btree.h | 130 struct xfs_mount *mp; /* filesystem mount point */ member
|
D | xfs_da_format.h | 876 #define XFS_ATTR3_RMT_BUF_SPACE(mp, bufsize) \ argument
|
/linux-4.4.14/fs/xfs/ |
D | xfs_mount.c | 66 struct xfs_mount *mp) in xfs_uuid_mount() 109 struct xfs_mount *mp) in xfs_uuid_unmount() 146 xfs_mount_t *mp) in xfs_free_perag() 181 xfs_mount_t *mp, in xfs_initialize_perag() 270 struct xfs_mount *mp, in xfs_readsb() 366 xfs_update_alignment(xfs_mount_t *mp) in xfs_update_alignment() 432 xfs_set_maxicount(xfs_mount_t *mp) in xfs_set_maxicount() 459 xfs_set_rw_sizes(xfs_mount_t *mp) in xfs_set_rw_sizes() 496 struct xfs_mount *mp) in xfs_set_low_space_thresholds() 513 xfs_set_inoalignment(xfs_mount_t *mp) in xfs_set_inoalignment() [all …]
|
D | xfs_icache.c | 48 struct xfs_mount *mp, in xfs_inode_alloc() 149 struct xfs_mount *mp = ip->i_mount; in xfs_iget_cache_hit() local 275 struct xfs_mount *mp, in xfs_iget_cache_miss() 390 xfs_mount_t *mp, in xfs_iget() 512 struct xfs_mount *mp, in xfs_inode_ag_walk() 619 struct xfs_mount *mp) in xfs_queue_eofblocks() 633 struct xfs_mount *mp = container_of(to_delayed_work(work), in xfs_eofblocks_worker() local 641 struct xfs_mount *mp, in xfs_inode_ag_iterator() 668 struct xfs_mount *mp, in xfs_inode_ag_iterator_tag() 703 struct xfs_mount *mp) in xfs_reclaim_work_queue() [all …]
|
D | xfs_super.c | 175 struct xfs_mount *mp, in xfs_parseargs() 459 struct xfs_mount *mp, in xfs_showargs() 580 xfs_set_inode32(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode32() 632 xfs_set_inode64(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode64() 657 xfs_mount_t *mp, in xfs_blkdev_get() 690 struct xfs_mount *mp) in xfs_close_devices() 717 struct xfs_mount *mp) in xfs_open_devices() 788 struct xfs_mount *mp) in xfs_setup_devices() 818 struct xfs_mount *mp) in xfs_init_mount_workqueues() 876 struct xfs_mount *mp) in xfs_destroy_mount_workqueues() [all …]
|
D | xfs_quotaops.c | 35 struct xfs_mount *mp, in xfs_qm_fill_state() 72 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_quota_state() local 125 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_info() local 176 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable() local 191 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable() local 208 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota() local 233 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk() local 250 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk() local
|
D | xfs_fsops.c | 50 xfs_mount_t *mp, in xfs_fs_geometry() 123 struct xfs_mount *mp, in xfs_growfs_get_hdr_buf() 145 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_data_private() 568 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_log_private() 597 xfs_mount_t *mp, in xfs_growfs_data() 619 xfs_mount_t *mp, in xfs_growfs_log() 639 xfs_mount_t *mp, in xfs_fs_counts() 670 xfs_mount_t *mp, in xfs_reserve_blocks() 766 xfs_mount_t *mp, in xfs_fs_goingdown() 802 xfs_mount_t *mp, in xfs_do_force_shutdown()
|
D | xfs_qm_syscalls.c | 52 xfs_mount_t *mp, in xfs_qm_scall_quotaoff() 223 struct xfs_mount *mp, in xfs_qm_scall_trunc_qfile() 273 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles() 308 xfs_mount_t *mp, in xfs_qm_scall_quotaon() 398 struct xfs_mount *mp, in xfs_qm_scall_setqlim() 561 xfs_mount_t *mp, in xfs_qm_log_quotaoff_end() 593 xfs_mount_t *mp, in xfs_qm_log_quotaoff() 637 struct xfs_mount *mp, in xfs_qm_scall_getquota() 763 struct xfs_mount *mp, in xfs_qm_dqrele_all_inodes()
|
D | xfs_qm.c | 63 struct xfs_mount *mp, in xfs_qm_dquot_walk() 133 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqpurge() local 198 struct xfs_mount *mp, in xfs_qm_dqpurge_all() 214 struct xfs_mount *mp) in xfs_qm_unmount() 227 xfs_mount_t *mp) in xfs_qm_unmount_quotas() 310 struct xfs_mount *mp = ip->i_mount; in xfs_qm_need_dqattach() local 335 xfs_mount_t *mp = ip->i_mount; in xfs_qm_dqattach_locked() local 569 xfs_mount_t *mp) in xfs_qm_init_quotainfo() 682 xfs_mount_t *mp) in xfs_qm_destroy_quotainfo() 715 xfs_mount_t *mp, in xfs_qm_qino_alloc() [all …]
|
D | xfs_filestream.c | 83 xfs_mount_t *mp, in xfs_filestream_peek_ag() 97 xfs_mount_t *mp, in xfs_filestream_get_ag() 111 xfs_mount_t *mp, in xfs_filestream_put_ag() 147 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_pick_ag() local 317 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_lookup_ag() local 368 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_new_ag() local 414 xfs_mount_t *mp) in xfs_filestream_mount() 429 xfs_mount_t *mp) in xfs_filestream_unmount()
|
D | xfs_error.h | 30 #define XFS_ERROR_REPORT(e, lvl, mp) \ argument 32 #define XFS_CORRUPTION_ERROR(e, lvl, mp, mem) \ argument 43 #define XFS_WANT_CORRUPTED_GOTO(mp, x, l) \ argument 55 #define XFS_WANT_CORRUPTED_RETURN(mp, x) \ argument 126 #define XFS_TEST_ERROR(expr, mp, tag, rf) \ argument 134 #define XFS_TEST_ERROR(expr, mp, tag, rf) (expr) argument 135 #define xfs_errortag_add(tag, mp) (ENOSYS) argument 136 #define xfs_errortag_clearall(mp, loud) (ENOSYS) argument
|
D | xfs_rtalloc.c | 48 xfs_mount_t *mp, /* file system mount structure */ in xfs_rtget_summary() 65 xfs_mount_t *mp, /* file system mount structure */ in xfs_rtany_summary() 152 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_range() 231 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_block() 344 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_exact() 423 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_near() 618 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_size() 762 struct xfs_mount *mp, /* file system mount point */ in xfs_growfs_rt_alloc() 883 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_rt() 1104 xfs_mount_t *mp = tp->t_mountp; in xfs_rtallocate_extent() local [all …]
|
D | xfs_error.c | 58 xfs_errortag_add(int error_tag, xfs_mount_t *mp) in xfs_errortag_add() 93 xfs_errortag_clearall(xfs_mount_t *mp, int loud) in xfs_errortag_clearall() 127 struct xfs_mount *mp, in xfs_error_report() 145 struct xfs_mount *mp, in xfs_corruption_error() 165 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_verifier_error() local
|
D | xfs_log.c | 372 struct xfs_mount *mp, in xfs_log_regrant() 433 struct xfs_mount *mp, in xfs_log_reserve() 513 struct xfs_mount *mp, in xfs_log_done() 564 struct xfs_mount *mp, in xfs_log_notify() 585 struct xfs_mount *mp, in xfs_log_release_iclog() 608 xfs_mount_t *mp, in xfs_log_mount() 745 struct xfs_mount *mp) in xfs_log_mount_finish() 767 struct xfs_mount *mp) in xfs_log_mount_cancel() 794 xfs_log_unmount_write(xfs_mount_t *mp) in xfs_log_unmount_write() 936 struct xfs_mount *mp) in xfs_log_quiesce() [all …]
|
D | xfs_dquot.c | 90 struct xfs_mount *mp, in xfs_qm_adjust_dqlimits() 135 xfs_mount_t *mp, in xfs_qm_adjust_dqtimers() 228 xfs_mount_t *mp, in xfs_qm_init_dquot_blk() 300 xfs_mount_t *mp, in xfs_qm_dqalloc() 406 struct xfs_mount *mp, in xfs_qm_dqrepair() 467 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqtobp() local 560 struct xfs_mount *mp, in xfs_qm_dqread() 696 xfs_mount_t *mp, in xfs_qm_dqget() 931 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqflush() local
|
D | xfs_iomap.c | 41 #define XFS_WRITEIO_ALIGN(mp,off) (((off) >> mp->m_writeio_log) \ argument 47 xfs_mount_t *mp, in xfs_iomap_eof_align_last_fsb() 120 xfs_mount_t *mp = ip->i_mount; in xfs_iomap_write_direct() local 291 xfs_mount_t *mp, in xfs_iomap_eof_want_preallocate() 362 struct xfs_mount *mp, in xfs_iomap_eof_prealloc_initial_size() 473 struct xfs_mount *mp, in xfs_iomap_prealloc_size() 575 xfs_mount_t *mp = ip->i_mount; in xfs_iomap_write_delay() local 689 xfs_mount_t *mp = ip->i_mount; in xfs_iomap_write_allocate() local 844 xfs_mount_t *mp = ip->i_mount; in xfs_iomap_write_unwritten() local
|
D | xfs_quota.h | 38 #define XFS_NOT_DQATTACHED(mp, ip) \ argument 43 #define XFS_QM_NEED_QUOTACHECK(mp) \ argument 125 struct xfs_mount *mp, struct xfs_dquot *udqp, in xfs_trans_reserve_quota_bydquots() 140 #define xfs_qm_newmount(mp, a, b) (0) argument 141 #define xfs_qm_mount_quotas(mp) argument 142 #define xfs_qm_unmount(mp) argument 143 #define xfs_qm_unmount_quotas(mp) argument 148 #define xfs_trans_reserve_quota(tp, mp, ud, gd, pd, nb, ni, f) \ argument
|
D | xfs_bmap_util.c | 72 struct xfs_mount *mp = ip->i_mount; in xfs_zero_extent() local 170 xfs_mount_t *mp; /* mount point structure */ in xfs_bmap_rtalloc() local 325 struct xfs_mount *mp, in xfs_bmap_disk_count_leaves() 345 xfs_mount_t *mp, /* file system mount point */ in xfs_bmap_count_tree() 430 xfs_mount_t *mp; /* file system mount structure */ in xfs_bmap_count_blocks() local 477 xfs_mount_t *mp; /* file system mount point */ in xfs_getbmapx_fix_eof_hole() local 528 xfs_mount_t *mp; /* file system mount point */ in xfs_getbmap() local 861 xfs_mount_t *mp, in xfs_free_eofblocks() 958 xfs_mount_t *mp = ip->i_mount; in xfs_alloc_file_space() local 1130 xfs_mount_t *mp = ip->i_mount; in xfs_zero_remaining_bytes() local [all …]
|
D | xfs_symlink.c | 50 struct xfs_mount *mp = ip->i_mount; in xfs_readlink_bmap() local 128 struct xfs_mount *mp = ip->i_mount; in xfs_readlink() local 173 struct xfs_mount *mp = dp->i_mount; in xfs_symlink() local 443 xfs_mount_t *mp; in xfs_inactive_symlink_rmt() local 564 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_symlink() local
|
D | xfs_extent_busy.c | 106 struct xfs_mount *mp, in xfs_extent_busy_search() 158 struct xfs_mount *mp, in xfs_extent_busy_update_extent() 306 struct xfs_mount *mp, in xfs_extent_busy_reuse() 540 struct xfs_mount *mp, in xfs_extent_busy_clear_one() 561 struct xfs_mount *mp, in xfs_extent_busy_clear()
|
D | xfs_trans.c | 44 struct xfs_mount *mp) in xfs_trans_init() 59 xfs_mount_t *mp, in xfs_trans_alloc() 72 xfs_mount_t *mp, in _xfs_trans_alloc() 294 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_sb() local 545 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb() local 893 struct xfs_mount *mp = tp->t_mountp; in __xfs_trans_commit() local 981 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_cancel() local
|
D | xfs_itable.c | 36 xfs_mount_t *mp, in xfs_internal_inum() 50 struct xfs_mount *mp, /* mount point for filesystem */ in xfs_bulkstat_one_int() 160 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_bulkstat_one() 177 struct xfs_mount *mp, in xfs_bulkstat_ichunk_ra() 275 struct xfs_mount *mp, in xfs_bulkstat_ag_ichunk() 342 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_bulkstat() 556 struct xfs_mount *mp,/* mount point for filesystem */ in xfs_inumbers()
|
D | xfs_inode.c | 754 struct xfs_mount *mp = tp->t_mountp; in xfs_ialloc() local 1139 struct xfs_mount *mp = dp->i_mount; in xfs_create() local 1324 struct xfs_mount *mp = dp->i_mount; in xfs_create_tmpfile() local 1425 xfs_mount_t *mp = tdp->i_mount; in xfs_link() local 1551 struct xfs_mount *mp = ip->i_mount; in xfs_itruncate_extents() local 1640 xfs_mount_t *mp = ip->i_mount; in xfs_release() local 1723 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_truncate() local 1778 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_ifree() local 1871 struct xfs_mount *mp; in xfs_inactive() local 1957 xfs_mount_t *mp; in xfs_iunlink() local [all …]
|
D | xfs_pnfs.c | 67 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_uuid() local 88 struct xfs_mount *mp = ip->i_mount; in xfs_bmbt_to_iomap() local 121 struct xfs_mount *mp = ip->i_mount; in xfs_fs_map_blocks() local 261 struct xfs_mount *mp = ip->i_mount; in xfs_fs_commit_blocks() local
|
D | xfs_log_recover.c | 294 xfs_mount_t *mp, in xlog_header_check_dump() 303 #define xlog_header_check_dump(mp, head) argument 311 xfs_mount_t *mp, in xlog_header_check_recover() 344 xfs_mount_t *mp, in xlog_header_check_mount() 1705 struct xfs_mount *mp, in xlog_recover_do_inode_buffer() 1830 struct xfs_mount *mp, in xlog_recover_get_buf_lsn() 1976 struct xfs_mount *mp, in xlog_recover_validate_buf_type() 2174 struct xfs_mount *mp, in xlog_recover_do_reg_buffer() 2264 struct xfs_mount *mp, in xlog_recover_do_dquot_buffer() 2328 xfs_mount_t *mp = log->l_mp; in xlog_recover_buffer_pass2() local [all …]
|
D | xfs_discard.c | 37 struct xfs_mount *mp, in xfs_trim_extents() 156 struct xfs_mount *mp, in xfs_ioc_trim() 214 struct xfs_mount *mp, in xfs_discard_extents()
|
D | xfs_trans_dquot.c | 154 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_dquot_byino() local 571 struct xfs_mount *mp, in xfs_quota_warn() 594 xfs_mount_t *mp, in xfs_trans_dqresv() 749 struct xfs_mount *mp, in xfs_trans_reserve_quota_bydquots() 816 struct xfs_mount *mp = ip->i_mount; in xfs_trans_reserve_quota_nblks() local
|
D | xfs_qm_bhv.c | 72 xfs_mount_t *mp = ip->i_mount; in xfs_qm_statvfs() local 83 xfs_mount_t *mp, in xfs_qm_newmount()
|
D | xfs_ioctl.c | 327 xfs_mount_t *mp = ip->i_mount; in xfs_set_dmattrs() local 754 xfs_mount_t *mp, in xfs_ioc_bulkstat() 813 xfs_mount_t *mp, in xfs_ioc_fsgeometry_v1() 835 xfs_mount_t *mp, in xfs_ioc_fsgeometry() 1015 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_xflags() local 1056 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_get_trans() local 1113 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_check_extsize() local 1183 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr() local 1530 struct xfs_mount *mp = ip->i_mount; in xfs_file_ioctl() local
|
D | xfs_message.c | 32 const struct xfs_mount *mp, in __xfs_printk() 76 const struct xfs_mount *mp, in xfs_alert_tag()
|
D | xfs_rtalloc.h | 130 # define xfs_growfs_rt(mp,in) (ENOSYS) argument 133 xfs_mount_t *mp) /* file system mount structure */ in xfs_rtmount_init()
|
D | xfs_trans_ail.c | 332 xfs_mount_t *mp = ailp->xa_mount; in xfsaild_push() local 723 struct xfs_mount *mp = ailp->xa_mount; in xfs_trans_ail_delete_bulk() local 758 xfs_mount_t *mp) in xfs_trans_ail_init() 788 xfs_mount_t *mp) in xfs_trans_ail_destroy()
|
D | xfs_ioctl32.c | 62 struct xfs_mount *mp, in xfs_compat_ioc_fsgeometry_v1() 228 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_bulkstat_one_compat() 243 xfs_mount_t *mp, in xfs_compat_ioc_bulkstat() 533 struct xfs_mount *mp = ip->i_mount; in xfs_file_compat_ioctl() local
|
D | xfs_file.c | 190 struct xfs_mount *mp = ip->i_mount; in xfs_dir_fsync() local 214 struct xfs_mount *mp = ip->i_mount; in xfs_file_fsync() local 294 struct xfs_mount *mp = ip->i_mount; in xfs_file_read_iter() local 434 struct xfs_mount *mp = ip->i_mount; in xfs_zero_last_block() local 482 struct xfs_mount *mp = ip->i_mount; in xfs_zero_eof() local 709 struct xfs_mount *mp = ip->i_mount; in xfs_file_dio_aio_write() local 1192 struct xfs_mount *mp = ip->i_mount; in xfs_find_get_desired_pgoff() local 1341 struct xfs_mount *mp = ip->i_mount; in xfs_seek_hole_data() local
|
D | xfs_export.c | 126 xfs_mount_t *mp = XFS_M(sb); in xfs_nfs_get_inode() local 230 struct xfs_mount *mp = ip->i_mount; in xfs_fs_nfs_commit_metadata() local
|
D | xfs_attr_inactive.c | 135 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_inactive() local 396 struct xfs_mount *mp; in xfs_attr_inactive() local
|
D | xfs_iops.c | 448 struct xfs_mount *mp = ip->i_mount; in xfs_vn_getattr() local 543 xfs_mount_t *mp = ip->i_mount; in xfs_setattr_nonsize() local 749 struct xfs_mount *mp = ip->i_mount; in xfs_setattr_size() local 975 struct xfs_mount *mp = ip->i_mount; in xfs_vn_update_time() local
|
D | xfs_attr_list.c | 230 struct xfs_mount *mp = dp->i_mount; in xfs_attr_node_list() local 375 struct xfs_mount *mp = context->dp->i_mount; in xfs_attr3_leaf_list_int() local
|
D | xfs_extfree_item.c | 199 struct xfs_mount *mp, in xfs_efi_init() 463 struct xfs_mount *mp, in xfs_efd_init()
|
D | xfs_mount.h | 221 xfs_preferred_iosize(xfs_mount_t *mp) in xfs_preferred_iosize() 232 #define XFS_LAST_UNMOUNT_WAS_CLEAN(mp) \ argument 234 #define XFS_FORCED_SHUTDOWN(mp) ((mp)->m_flags & XFS_MOUNT_FS_SHUTDOWN) argument 253 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() 261 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
|
D | xfs_aops.c | 63 struct xfs_mount *mp = ip->i_mount; in xfs_find_bdev_for_inode() local 104 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_setfilesize_trans_alloc() local 195 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_finish_ioend() local 290 struct xfs_mount *mp = ip->i_mount; in xfs_map_blocks() local 1384 struct xfs_mount *mp = ip->i_mount; in __xfs_get_blocks() local 1580 struct xfs_mount *mp = XFS_I(inode)->i_mount; in __xfs_end_io_direct_write() local
|
D | xfs_trans_buf.c | 192 struct xfs_mount *mp, in xfs_trans_getsb() 242 struct xfs_mount *mp, in xfs_trans_read_buf_map()
|
D | xfs_log_cil.c | 383 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed() local 779 struct xfs_mount *mp, in xfs_log_commit_cil()
|
D | xfs_message.h | 28 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...) in xfs_debug()
|
D | xfs_buf_item.c | 752 struct xfs_mount *mp) in xfs_buf_item_init() 1057 struct xfs_mount *mp = lip->li_mountp; in xfs_buf_iodone_callbacks() local
|
D | xfs_buf.c | 1258 struct xfs_mount *mp = bp->b_target->bt_mount; in _xfs_buf_ioapply() local 1630 struct xfs_mount *mp, in xfs_free_buftarg() 1684 struct xfs_mount *mp, in xfs_alloc_buftarg()
|
D | xfs_dquot_item.c | 429 struct xfs_mount *mp, in xfs_qm_qoff_logitem_init()
|
D | xfs_dquot.h | 114 static inline int xfs_this_quota_on(struct xfs_mount *mp, int type) in xfs_this_quota_on()
|
D | xfs_stats.h | 220 #define XFS_STATS_INC(mp, v) \ argument 226 #define XFS_STATS_DEC(mp, v) \ argument 232 #define XFS_STATS_ADD(mp, v, inc) \ argument
|
D | xfs_inode_item.c | 561 struct xfs_mount *mp) in xfs_inode_item_init()
|
D | xfs_dir2_readdir.c | 46 struct xfs_mount *mp, in xfs_dir3_get_dtype()
|
D | xfs_trans.h | 185 struct xfs_mount *mp, in xfs_trans_read_buf()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 60 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 …]
|
D | sym_hipd.h | 1206 static inline void *sym_m_get_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) in sym_m_get_dma_mem_cluster() 1220 static inline void sym_m_free_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) in sym_m_free_dma_mem_cluster()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-context.c | 43 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl) in pvr2_context_set_notify() 80 static void pvr2_context_destroy(struct pvr2_context *mp) in pvr2_context_destroy() 106 static void pvr2_context_notify(struct pvr2_context *mp) in pvr2_context_notify() 112 static void pvr2_context_check(struct pvr2_context *mp) in pvr2_context_check() 164 struct pvr2_context *mp; in pvr2_context_thread_func() local 219 struct pvr2_context *mp = NULL; in pvr2_context_create() local 247 static void pvr2_context_reset_input_limits(struct pvr2_context *mp) in pvr2_context_reset_input_limits() 263 static void pvr2_context_enter(struct pvr2_context *mp) in pvr2_context_enter() 269 static void pvr2_context_exit(struct pvr2_context *mp) in pvr2_context_exit() 280 void pvr2_context_disconnect(struct pvr2_context *mp) in pvr2_context_disconnect() [all …]
|
D | pvrusb2-sysfs.c | 771 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *mp, in pvr2_sysfs_create()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_metapage.c | 44 #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 …]
|
D | jfs_metapage.h | 57 #define mark_metapage_dirty(mp) set_bit(META_dirty, &(mp)->flag) argument 84 static inline void write_metapage(struct metapage *mp) in write_metapage() 90 static inline void flush_metapage(struct metapage *mp) in flush_metapage() 96 static inline void discard_metapage(struct metapage *mp) in discard_metapage() 103 static inline void metapage_nohomeok(struct metapage *mp) in metapage_nohomeok() 119 static inline void metapage_wait_for_io(struct metapage *mp) in metapage_wait_for_io() 128 static inline void _metapage_homeok(struct metapage *mp) in _metapage_homeok() 134 static inline void metapage_homeok(struct metapage *mp) in metapage_homeok()
|
D | jfs_imap.c | 110 struct metapage *mp; in diMount() local 223 struct metapage *mp; in diSync() local 311 struct metapage *mp; in diRead() local 435 struct metapage *mp; in diReadSpecial() local 523 struct metapage *mp; in diWriteSpecial() local 609 struct metapage *mp; in diWrite() local 868 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 1347 struct metapage *mp; in diAlloc() local 1786 struct metapage *mp; in diAllocIno() local 1910 struct metapage *mp; in diAllocExt() local [all …]
|
D | jfs_dtree.c | 116 struct metapage *mp; member 250 struct metapage ** mp, s64 *lblock) in find_index() 304 static inline void lock_index(tid_t tid, struct inode *ip, struct metapage * mp, in lock_index() 344 struct metapage *mp; in add_index() local 500 struct metapage *mp = NULL; in free_index() local 525 int slot, struct metapage ** mp, s64 *lblock) in modify_index() 553 struct metapage *mp = NULL; in read_index() local 586 struct metapage *mp; in dtSearch() local 825 struct metapage *mp; /* meta-page buffer */ in dtInsert() local 1339 struct metapage *mp; in dtSplitPage() local [all …]
|
D | jfs_xtree.c | 92 struct metapage *mp; member 153 struct metapage *mp; in xtLookup() local 246 struct metapage *mp; /* page buffer */ in xtSearch() local 543 struct metapage *mp; /* meta-page buffer */ in xtInsert() local 967 struct metapage *mp; in xtSplitPage() local 1367 struct metapage *mp; /* meta-page buffer */ in xtExtend() local 1530 struct metapage *mp; /* meta-page buffer */ in xtTailgate() local 1709 struct metapage *mp; /* meta-page buffer */ in xtUpdate() local 2176 struct metapage *mp; /* meta-page buffer */ in xtAppend() local 2345 struct metapage *mp; in xtDelete() local [all …]
|
D | jfs_txnmgr.c | 590 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() 878 struct metapage *mp; in txRelease() local 913 struct metapage *mp; in txUnlock() local 1442 struct metapage *mp; in diLog() local 1554 struct metapage *mp; in dataLog() local 1600 struct metapage *mp; in dtLog() local 1704 struct metapage *mp; in xtLog() local 2229 struct metapage *mp; in txForce() local 2303 struct metapage *mp = NULL; in txUpdateMap() local 2645 struct metapage *mp; in txAbort() local [all …]
|
D | jfs_dmap.c | 169 struct metapage *mp; in dbMount() local 267 struct metapage *mp; in dbSync() local 333 struct metapage *mp; in dbFree() local 433 struct metapage *mp; in dbUpdatePMap() local 705 struct metapage *mp; in dbAlloc() local 900 struct metapage *mp; in dbAllocExact() local 1031 struct metapage *mp; in dbExtend() local 1368 struct metapage *mp; in dbAllocAG() local 1733 struct metapage *mp; in dbFindCtl() local 1850 struct metapage *mp; in dbAllocCtl() local [all …]
|
D | xattr.c | 76 struct metapage *mp; /* metapage containing ea list */ member 228 struct metapage *mp; in ea_write() local 377 struct metapage *mp; in ea_read() local
|
D | jfs_btree.h | 115 struct metapage *mp; /* 4/8: */ member
|
D | jfs_logmgr.c | 243 struct metapage *mp = NULL; in lmLog() local 1620 struct metapage *mp = (struct metapage *)lp; in jfs_flush_journal() local
|
D | namei.c | 901 struct metapage *mp; in jfs_symlink() local
|
D | jfs_txnmgr.h | 104 struct metapage *mp; /* 4/8: object page buffer locked */ member
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capi.c | 141 static int capiminor_add_ack(struct capiminor *mp, u16 datahandle) in capiminor_add_ack() 159 static int capiminor_del_ack(struct capiminor *mp, u16 datahandle) in capiminor_del_ack() 177 static void capiminor_del_all_ack(struct capiminor *mp) in capiminor_del_all_ack() 193 struct capiminor *mp = container_of(port, struct capiminor, port); in capiminor_destroy() local 208 struct capiminor *mp; in capiminor_alloc() local 265 struct capiminor *mp; in capiminor_get() local 276 static inline void capiminor_put(struct capiminor *mp) in capiminor_put() 281 static void capiminor_free(struct capiminor *mp) in capiminor_free() 302 struct capiminor *mp = np->minorp; in capincci_free_minor() local 318 struct capiminor *mp = np->minorp; in capincci_minor_opencount() local [all …]
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | apply.c | 142 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 …]
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 434 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) in rdl() 439 static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset) in rdlp() 444 static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data) in wrl() 449 static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data) in wrlp() 468 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_enable() local 474 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_disable() local 484 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_reset_hw_ptr() local 494 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_enable() local 500 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_disable() local 510 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_maybe_wake() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | macmace.c | 107 struct mace_data *mp = netdev_priv(dev); in mace_load_rxdma_base() local 122 struct mace_data *mp = netdev_priv(dev); in mace_rxdma_reset() local 149 struct mace_data *mp = netdev_priv(dev); in mace_txdma_reset() local 201 struct mace_data *mp; in mace_probe() local 268 struct mace_data *mp = netdev_priv(dev); in mace_reset() local 325 struct mace_data *mp = netdev_priv(dev); in __mace_set_address() local 346 struct mace_data *mp = netdev_priv(dev); in mace_set_address() local 371 struct mace_data *mp = netdev_priv(dev); in mace_open() local 434 struct mace_data *mp = netdev_priv(dev); in mace_close() local 450 struct mace_data *mp = netdev_priv(dev); in mace_xmit_start() local [all …]
|
D | mace.c | 113 struct mace_data *mp; in mace_probe() local 277 struct mace_data *mp; in mace_remove() local 319 struct mace_data *mp = netdev_priv(dev); in mace_reset() local 374 struct mace_data *mp = netdev_priv(dev); in __mace_set_address() local 395 struct mace_data *mp = netdev_priv(dev); in mace_set_address() local 410 static inline void mace_clean_rings(struct mace_data *mp) in mace_clean_rings() 430 struct mace_data *mp = netdev_priv(dev); in mace_open() local 500 struct mace_data *mp = netdev_priv(dev); in mace_close() local 520 struct mace_data *mp = netdev_priv(dev); in mace_set_timeout() local 533 struct mace_data *mp = netdev_priv(dev); in mace_xmit_start() local [all …]
|
/linux-4.4.14/drivers/mtd/devices/ |
D | ms02-nv.c | 60 struct ms02nv_private *mp = mtd->priv; in ms02nv_read() local 70 struct ms02nv_private *mp = mtd->priv; in ms02nv_write() local 111 struct ms02nv_private *mp; in ms02nv_init_one() local 253 struct ms02nv_private *mp = mtd->priv; in ms02nv_remove_one() local
|
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel.c | 125 minstrel_update_rates(struct minstrel_priv *mp, struct minstrel_sta_info *mi) in minstrel_update_rates() 192 minstrel_update_stats(struct minstrel_priv *mp, struct minstrel_sta_info *mi) in minstrel_update_stats() 268 struct minstrel_priv *mp = priv; in minstrel_tx_status() local 338 struct minstrel_priv *mp = priv; in minstrel_get_rate() local 483 struct minstrel_priv *mp = priv; in minstrel_rate_init() local 573 struct minstrel_priv *mp = priv; in minstrel_alloc_sta() local 617 minstrel_init_cck_rates(struct minstrel_priv *mp) in minstrel_init_cck_rates() 650 struct minstrel_priv *mp; in minstrel_alloc() local
|
D | rc80211_minstrel_ht.c | 285 minstrel_ht_get_stats(struct minstrel_priv *mp, struct minstrel_ht_sta *mi, in minstrel_ht_get_stats() 514 minstrel_ht_update_stats(struct minstrel_priv *mp, struct minstrel_ht_sta *mi) in minstrel_ht_update_stats() 610 minstrel_ht_txstat_valid(struct minstrel_priv *mp, struct ieee80211_tx_rate *rate) in minstrel_ht_txstat_valid() 706 struct minstrel_priv *mp = priv; in minstrel_ht_tx_status() local 781 minstrel_calc_retransmit(struct minstrel_priv *mp, struct minstrel_ht_sta *mi, in minstrel_calc_retransmit() 840 minstrel_ht_set_rate(struct minstrel_priv *mp, struct minstrel_ht_sta *mi, in minstrel_ht_set_rate() 886 minstrel_ht_update_rates(struct minstrel_priv *mp, struct minstrel_ht_sta *mi) in minstrel_ht_update_rates() 921 minstrel_get_sample_rate(struct minstrel_priv *mp, struct minstrel_ht_sta *mi) in minstrel_get_sample_rate() 988 minstrel_ht_check_cck_shortpreamble(struct minstrel_priv *mp, in minstrel_ht_check_cck_shortpreamble() 1012 struct minstrel_priv *mp = priv; in minstrel_ht_get_rate() local [all …]
|
/linux-4.4.14/arch/m32r/mm/ |
D | discontig.c | 43 mem_prof_t *mp; in mem_prof_init() local 76 mem_prof_t *mp; in setup_memory() local 137 mem_prof_t *mp; in zone_sizes_init() local
|
/linux-4.4.14/arch/sparc/kernel/ |
D | mdesc.c | 574 static void fill_in_one_cache(cpuinfo_sparc *c, struct mdesc_handle *hp, u64 mp) in fill_in_one_cache() 657 static void mark_core_ids(struct mdesc_handle *hp, u64 mp, in mark_core_ids() 663 static void mark_sock_ids(struct mdesc_handle *hp, u64 mp, in mark_sock_ids() 672 u64 mp; in set_core_ids() local 699 u64 mp; in set_sock_ids_by_cache() local 720 static void set_sock_ids_by_socket(struct mdesc_handle *hp, u64 mp) in set_sock_ids_by_socket() 746 u64 mp; in set_sock_ids() local 759 static void mark_proc_ids(struct mdesc_handle *hp, u64 mp, int proc_id) in mark_proc_ids() 781 u64 mp; in __set_proc_ids() local 826 static void get_mondo_data(struct mdesc_handle *hp, u64 mp, in get_mondo_data() [all …]
|
D | vio.c | 166 static void vio_fill_channel_info(struct mdesc_handle *hp, u64 mp, in vio_fill_channel_info() 203 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one()
|
D | chmc.c | 252 struct chmc_obp_map *mp; in get_pin_and_dimm_str() local
|
D | ldc.c | 2324 u64 mp; in ldc_init() local
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_exch.c | 127 struct fc_exch_mgr *mp; member 323 struct fc_exch_mgr *mp; in fc_exch_release() local 802 struct fc_exch_mgr *mp) in fc_exch_em_alloc() 907 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) in fc_exch_find() 956 struct fc_exch_mgr *mp, in fc_exch_resp() 1004 struct fc_exch_mgr *mp, in fc_seq_lookup_recip() 1133 static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp, in fc_seq_lookup_orig() 1461 static void fc_exch_recv_req(struct fc_lport *lport, struct fc_exch_mgr *mp, in fc_exch_recv_req() 1523 static void fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_seq_resp() 1614 static void fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_resp() [all …]
|
D | fc_lport.c | 396 __be32 *mp; in fc_lport_add_fc4_type() local
|
/linux-4.4.14/crypto/ |
D | vmac.c | 111 #define nh_16(mp, kp, nw, rh, rl) \ argument 122 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 137 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 157 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 216 #define nh_16(mp, kp, nw, rh, rl) \ argument 303 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument 310 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 314 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument
|
/linux-4.4.14/fs/gfs2/ |
D | bmap.c | 239 struct metapath *mp, unsigned int height) in find_metapath() 248 static inline unsigned int metapath_branch_start(const struct metapath *mp) in metapath_branch_start() 265 static inline __be64 *metapointer(unsigned int height, const struct metapath *mp) in metapointer() 314 static int lookup_metapath(struct gfs2_inode *ip, struct metapath *mp) in lookup_metapath() 336 static inline void release_metapath(struct metapath *mp) in release_metapath() 399 static inline __be64 *gfs2_indirect_init(struct metapath *mp, in gfs2_indirect_init() 449 struct buffer_head *bh_map, struct metapath *mp, in gfs2_bmap_alloc() 613 struct metapath mp; in gfs2_block_map() local 871 struct metapath *mp, unsigned int height, in recursive_scan() 1090 struct metapath mp; in trunc_dealloc() local
|
/linux-4.4.14/net/bridge/ |
D | br_multicast.c | 104 struct net_bridge_mdb_entry *mp; in __br_mdb_ip_get() local 196 struct net_bridge_mdb_entry *mp; in br_mdb_copy() local 231 struct net_bridge_mdb_entry *mp = in br_multicast_free_group() local 239 struct net_bridge_mdb_entry *mp = (void *)data; in br_multicast_group_expired() local 267 struct net_bridge_mdb_entry *mp; in br_multicast_del_pg() local 531 struct net_bridge_mdb_entry *mp; in br_multicast_get_group() local 604 struct net_bridge_mdb_entry *mp; in br_multicast_new_group() local 674 struct net_bridge_mdb_entry *mp; in br_multicast_add_group() local 1266 struct net_bridge_mdb_entry *mp; in br_ip4_multicast_query() local 1345 struct net_bridge_mdb_entry *mp; in br_ip6_multicast_query() local [all …]
|
D | br_mdb.c | 64 struct net_bridge_mdb_entry *mp; in br_mdb_fill_info() local 394 struct net_bridge_mdb_entry *mp; in br_mdb_add_group() local 513 struct net_bridge_mdb_entry *mp; in __br_mdb_del() local
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 61 struct lpfc_dmabuf *mp; in lpfc_dump_static_vport() local 289 struct lpfc_dmabuf *mp) in lpfc_read_topology() 593 struct lpfc_dmabuf *mp; in lpfc_read_sparam() local 744 struct lpfc_dmabuf *mp; in lpfc_reg_rpi() local 2227 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_cfg_rg23() local 2285 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) mbox->context1; in lpfc_mbx_cmpl_rdp_page_a2() local 2321 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mbx_cmpl_rdp_page_a0() local 2379 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_page_a0() local
|
D | lpfc_ct.c | 68 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_ignore_hbq_buffer() 84 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_unsol_buffer() 93 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event() local 208 struct lpfc_dmabuf *mp; in lpfc_alloc_ct_rsp() local 425 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint32_t Size) in lpfc_ns_rsp() 1131 struct lpfc_dmabuf *mp, *bmp; in lpfc_ns_cmd() local 1406 struct lpfc_dmabuf *mp, *bmp; in lpfc_fdmi_cmd() local
|
D | lpfc_mem.c | 296 struct lpfc_dmabuf *mp; in lpfc_mem_free_all() local 559 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_in_buf_free()
|
D | lpfc_hbadisc.c | 2975 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_mbx_cmpl_read_sparam() local 3032 struct lpfc_dmabuf *mp; in lpfc_mbx_process_link_up() local 3279 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_read_topology() local 3423 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_reg_login() local 3595 struct lpfc_dmabuf *mp; in lpfc_create_static_vport() local 3730 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_fabric_reg_login() local 3808 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_ns_reg_login() local 4674 struct lpfc_dmabuf *mp; in lpfc_cleanup_node() local 5534 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_fdmi_reg_login() local
|
D | lpfc_vport.c | 118 struct lpfc_dmabuf *mp; in lpfc_vport_sparm() local
|
D | lpfc_sli.c | 2163 struct lpfc_dmabuf *mp; in lpfc_sli_def_mbox_cmpl() local 4771 struct lpfc_dmabuf *mp; in lpfc_sli4_read_fcoe_params() local 6250 struct lpfc_dmabuf *mp; in lpfc_sli4_hba_setup() local 9524 struct lpfc_dmabuf *mp) in lpfc_sli_ringpostbuf_put() 9579 struct lpfc_dmabuf *mp, *next_mp; in lpfc_sli_ring_taggedbuf_get() local 9623 struct lpfc_dmabuf *mp, *next_mp; in lpfc_sli_ringpostbuf_get() local 10905 struct lpfc_dmabuf *mp; in lpfc_sli_sp_intr_handler() local 11656 struct lpfc_dmabuf *mp; in lpfc_sli4_sp_handle_mbox_event() local 16612 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_get_config_region23() local 16853 struct lpfc_dmabuf *mp; in lpfc_cleanup_pending_mbox() local
|
D | lpfc_init.c | 378 struct lpfc_dmabuf *mp; in lpfc_config_port_post() local 886 struct lpfc_dmabuf *mp, *next_mp; in lpfc_hba_free_post_buf() local 1778 struct lpfc_dmabuf *mp; in lpfc_handle_latt() local 3891 struct lpfc_dmabuf *mp; in lpfc_sli4_async_link_evt() local 4020 struct lpfc_dmabuf *mp; in lpfc_sli4_async_fc_evt() local
|
D | lpfc_bsg.c | 158 struct lpfc_dmabuf *mp; in lpfc_alloc_bsg_buffers() local 218 struct lpfc_dmabuf *mp; in lpfc_bsg_copy_data() local 2851 struct lpfc_dmabuf *mp[2] = {NULL, NULL}; in lpfcdiag_loop_post_rxbufs() local
|
D | lpfc_nportdisc.c | 1037 struct lpfc_dmabuf *pcmd, *prsp, *mp; in lpfc_cmpl_plogi_plogi_issue() local 1470 struct lpfc_dmabuf *mp; in lpfc_rcv_logo_reglogin_issue() local
|
D | lpfc_els.c | 368 struct lpfc_dmabuf *mp; in lpfc_issue_fabric_reglogin() local 3664 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_dflt_rpi() local 3720 struct lpfc_dmabuf *mp = NULL; in lpfc_cmpl_els_rsp() local
|
/linux-4.4.14/fs/ |
D | namespace.c | 732 struct mountpoint *mp; in lookup_mountpoint() local 749 struct mountpoint *mp; in new_mountpoint() local 769 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 847 struct mountpoint *mp, in mnt_set_mountpoint() 863 struct mountpoint *mp) in attach_mnt() 1556 struct mountpoint *mp; in __detach_mounts() local 1964 struct mountpoint *mp = lookup_mountpoint(dentry); in lock_mount() local 1990 static int graft_tree(struct mount *mnt, struct mount *p, struct mountpoint *mp) in graft_tree() 2075 struct mountpoint *mp; in do_loopback() local 2238 struct mountpoint *mp; in do_move_mount() local [all …]
|
D | pnode.c | 202 static struct mountpoint *mp; variable
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_uds.c | 62 unsigned int mp; in uds_output_size() local 95 unsigned int mp; in uds_passband_width() local
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoechr.c | 129 char *mp; in aoechr_error() local 216 char *mp; in aoechr_read() local
|
D | aoeblk.c | 354 mempool_t *mp; in aoeblk_gdalloc() local
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_arp.c | 66 const unsigned char *mp; in ebt_arp_mt() local
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 570 struct v4l2_pix_format_mplane *mp = &mp_fmt->fmt.pix_mp; in fmt_sp2mp() local 597 struct v4l2_pix_format_mplane *mp = &fmt.fmt.pix_mp; in fmt_sp2mp_func() local
|
D | vivid-vid-out.c | 68 const struct v4l2_pix_format_mplane *mp; in vid_out_queue_setup() local 319 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_out() local 351 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_try_fmt_vid_out() local 441 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_s_fmt_vid_out() local
|
D | vivid-vid-cap.c | 126 const struct v4l2_pix_format_mplane *mp; in vid_cap_queue_setup() local 533 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_cap() local 557 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_try_fmt_vid_cap() local 640 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_s_fmt_vid_cap() local
|
/linux-4.4.14/arch/powerpc/mm/ |
D | tlb_hash32.c | 136 struct vm_area_struct *mp; in flush_tlb_mm() local
|
/linux-4.4.14/lib/mpi/ |
D | mpi-pow.c | 41 mpi_ptr_t rp, ep, mp, bp; in mpi_powm() local
|
/linux-4.4.14/drivers/s390/cio/ |
D | cio.h | 25 u32 mp : 1; /* multipath mode */ member 56 u32 mp:1; member
|
/linux-4.4.14/net/8021q/ |
D | vlanproc.c | 315 const struct vlan_priority_tci_mapping *mp in vlandev_seq_show() local
|
D | vlan_dev.c | 176 struct vlan_priority_tci_mapping *mp = NULL; in vlan_dev_set_egress_priority() local
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 234 static void *___m_alloc(m_pool_s *mp, int size) in ___m_alloc() 277 static void ___m_free(m_pool_s *mp, void *ptr, int size) in ___m_free() 325 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2() 342 #define __m_calloc(mp, s, n) __m_calloc2(mp, s, n, MEMO_WARN) argument 344 static void __m_free(m_pool_s *mp, void *ptr, int size, char *name) in __m_free() 359 static m_addr_t ___mp0_getp(m_pool_s *mp) in ___mp0_getp() 367 static void ___mp0_freep(m_pool_s *mp, m_addr_t m) in ___mp0_freep() 383 static m_addr_t ___dma_getp(m_pool_s *mp) in ___dma_getp() 409 static void ___dma_freep(m_pool_s *mp, m_addr_t m) in ___dma_freep() 429 m_pool_s *mp; in ___get_dma_pool() local [all …]
|
/linux-4.4.14/tools/perf/util/ |
D | evlist.c | 880 struct mmap_params *mp, int fd) in __perf_evlist__mmap() 915 struct mmap_params *mp, int cpu, in perf_evlist__mmap_per_evsel() 965 struct mmap_params *mp) in perf_evlist__mmap_per_cpu() 994 struct mmap_params *mp) in perf_evlist__mmap_per_thread() 1136 struct mmap_params mp = { in perf_evlist__mmap_ex() local
|
D | auxtrace.c | 54 struct auxtrace_mmap_params *mp, in auxtrace_mmap__mmap() 100 void auxtrace_mmap_params__init(struct auxtrace_mmap_params *mp, in auxtrace_mmap_params__init() 116 void auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params *mp, in auxtrace_mmap_params__set_idx()
|
D | sort.c | 580 unsigned char mp, p; in sort__mispredict_cmp() local
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_ppp.c | 1619 ippp_bundle *mp; in isdn_ppp_mp_receive() local 1881 struct sk_buff *isdn_ppp_mp_discard(ippp_bundle *mp, in isdn_ppp_mp_discard() 1896 ippp_bundle *mp = net_dev->pb; in isdn_ppp_mp_reassembly() local 1946 static void isdn_ppp_mp_free_skb(ippp_bundle *mp, struct sk_buff *skb) in isdn_ppp_mp_free_skb()
|
/linux-4.4.14/fs/autofs4/ |
D | waitq.c | 117 struct autofs_packet_missing *mp = &pkt.v4_pkt.missing; in autofs4_notify_daemon() local
|
/linux-4.4.14/scripts/dtc/ |
D | data.c | 145 struct marker **mp = &d.markers; in data_append_markers() local
|
/linux-4.4.14/include/uapi/linux/ |
D | hdlcdrv.h | 53 struct hdlcdrv_params mp; member
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bt878.c | 336 bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp) in bt878_device_control()
|
/linux-4.4.14/include/media/ |
D | exynos-fimc.h | 147 struct media_pipeline mp; member
|
/linux-4.4.14/arch/arc/kernel/ |
D | mcip.c | 124 } mp; in mcip_probe_n_setup() local
|
/linux-4.4.14/drivers/hid/ |
D | hid-wiimote.h | 123 __u8 mp; member 152 struct input_dev *mp; member
|
D | hid-wiimote-core.c | 906 bool mp; in wiimote_init_poll_mp() local 1092 bool mp; in wiimote_init_hotplug() local
|
/linux-4.4.14/drivers/crypto/ |
D | n2_core.c | 2094 struct n2_mau *mp = kzalloc(sizeof(struct n2_mau), GFP_KERNEL); in alloc_ncp() local 2102 static void free_ncp(struct n2_mau *mp) in free_ncp() 2116 struct n2_mau *mp; in n2_mau_probe() local 2181 struct n2_mau *mp = dev_get_drvdata(&dev->dev); in n2_mau_remove() local
|
/linux-4.4.14/arch/x86/kernel/ |
D | mpparse.c | 39 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum()
|
/linux-4.4.14/drivers/watchdog/ |
D | cpwd.c | 591 struct miscdevice *mp = &p->devs[i].misc; in cpwd_probe() local
|
/linux-4.4.14/net/ipv6/ |
D | ip6_fib.c | 673 static void fib6_copy_metrics(u32 *mp, const struct mx6_config *mxc) in fib6_copy_metrics() 689 u32 *mp = dst_metrics_write_ptr(dst); in fib6_commit_metrics() local
|
D | route.c | 1702 u32 *mp; in ip6_convert_metrics() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 327 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_cam_offset_mac() local 336 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_credit_mac() local 363 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_credit_vlan_mac() local 379 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_put_cam_offset_mac() local 386 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_put_credit_mac() local 407 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_put_credit_vlan_mac() local
|
/linux-4.4.14/drivers/gpu/vga/ |
D | vga_switcheroo.c | 723 static const char mp[] = "/sys/kernel/debug"; in vga_switcheroo_debugfs_init() local
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 192 u8 *mp; in load_firmware() local
|
/linux-4.4.14/include/linux/ |
D | if_vlan.h | 173 struct vlan_priority_tci_mapping *mp; in vlan_dev_get_egress_qos_mask() local
|
D | lightnvm.h | 248 void *mp; member
|
D | module.h | 45 struct module_param_attrs *mp; member
|
/linux-4.4.14/drivers/s390/char/ |
D | tape_3590.h | 99 unsigned int mp:16; member
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | isar.c | 196 u_char *msg, *tmpmsg, *mp, tmp[64]; in isar_load_firmware() local
|
/linux-4.4.14/drivers/tty/ |
D | mxser.c | 552 struct mxser_port *mp = container_of(port, struct mxser_port, port); in mxser_carrier_raised() local 558 struct mxser_port *mp = container_of(port, struct mxser_port, port); in mxser_dtr_rts() local
|
/linux-4.4.14/drivers/infiniband/core/ |
D | mad.c | 710 static size_t mad_priv_size(const struct ib_mad_private *mp) in mad_priv_size() 731 static size_t mad_priv_dma_size(const struct ib_mad_private *mp) in mad_priv_dma_size()
|
/linux-4.4.14/net/ipv4/ |
D | fib_semantics.c | 1280 struct nlattr *mp; in fib_dump_info() local
|
/linux-4.4.14/sound/oss/ |
D | sb_ess.c | 1550 int *mp = ess_mixer_mon_regs; local
|
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 1260 struct nlattr *mp; in mpls_dump_route() local
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 3244 struct xfrm_migrate *mp; in xfrm_policy_migrate() local 3324 struct xfrm_migrate *mp; in xfrm_migrate() local
|
D | xfrm_user.c | 2284 const struct xfrm_migrate *mp; in build_migrate() local
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 1318 struct fip_mac_desc *mp; in fcoe_ctlr_recv_clr_vlink() local
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 3920 struct niu_xmac_stats *mp = &np->mac_stats.xmac; in niu_xmac_interrupt() local 3992 struct niu_bmac_stats *mp = &np->mac_stats.bmac; in niu_bmac_interrupt() local 6195 struct niu_xmac_stats *mp = &np->mac_stats.xmac; in niu_sync_xmac_stats() local 6220 struct niu_bmac_stats *mp = &np->mac_stats.bmac; in niu_sync_bmac_stats() local
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | vio.h | 322 u64 mp; member
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | aachba.c | 905 struct aac_driver_ident *mp = aac_get_driver_ident(dev->cardtype); in setinqstr() local
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 246 const struct v4l2_pix_format_mplane *mp; in v4l_print_format() local
|
/linux-4.4.14/net/key/ |
D | af_key.c | 3485 const struct xfrm_migrate *mp; in pfkey_send_migrate() local
|