/linux-4.1.27/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_sb.c | 50 struct xfs_mount *mp, in xfs_perag_get() 72 struct xfs_mount *mp, in xfs_perag_get_tag() 109 xfs_mount_t *mp, in xfs_mount_validate_sb() 529 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_verify() local 562 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_read_verify() local 619 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_write_verify() local 658 struct xfs_mount *mp, in xfs_sb_mount_common() 704 struct xfs_mount *mp, in xfs_initialize_perag_data() 761 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb() local 786 struct xfs_mount *mp, in xfs_sync_sb()
|
D | xfs_symlink_remote.c | 42 struct xfs_mount *mp, in xfs_symlink_blocks() 52 struct xfs_mount *mp, in xfs_symlink_hdr_set() 103 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_verify() local 127 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_read_verify() local 146 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_write_verify() local 178 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_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
|
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 210 struct xfs_mount *mp, in xfs_attr3_rmt_hdr_set() 249 struct xfs_mount *mp, in xfs_attr_rmtval_copyout() 297 struct xfs_mount *mp, in xfs_attr_rmtval_copyin() 353 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_get() local 418 struct xfs_mount *mp = dp->i_mount; in xfs_attr_rmtval_set() local 561 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() 80 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_format.h | 522 #define XFS_SB_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_SB_DADDR) argument 525 #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d)) argument 526 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \ argument 528 #define XFS_FSB_TO_DADDR(mp,fsbno) XFS_AGB_TO_DADDR(mp, \ argument 534 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log) argument 539 #define XFS_FSB_TO_BB(mp,fsbno) ((fsbno) << (mp)->m_blkbb_log) argument 540 #define XFS_BB_TO_FSB(mp,bb) \ argument 542 #define XFS_BB_TO_FSBT(mp,bb) ((bb) >> (mp)->m_blkbb_log) argument 547 #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog) argument 548 #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_ialloc.c | 48 struct xfs_mount *mp) in xfs_ialloc_cluster_alignment() 131 struct xfs_mount *mp, in xfs_inobt_insert() 220 struct xfs_mount *mp, in xfs_ialloc_inode_init() 544 xfs_mount_t *mp) in xfs_ialloc_next_ag() 573 xfs_mount_t *mp; /* mount point structure */ in xfs_ialloc_ag_select() local 744 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt() local 1169 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag() local 1309 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc() local 1444 struct xfs_mount *mp, in xfs_difree_inobt() 1575 struct xfs_mount *mp, in xfs_difree_finobt() [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_alloc.c | 320 struct xfs_mount *mp; in xfs_alloc_fixup_trees() local 449 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_verify() local 478 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_read_verify() local 502 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_write_verify() local 531 xfs_mount_t *mp, /* mount point structure */ in xfs_alloc_read_agfl() 1564 xfs_mount_t *mp; /* mount point struct for filesystem */ in xfs_free_ag_extent() local 1805 xfs_mount_t *mp) /* file system mount structure */ in xfs_alloc_compute_maxlevels() 1827 struct xfs_mount *mp, in xfs_alloc_longest_free_extent() 1857 xfs_mount_t *mp; /* file system mount point structure */ in xfs_alloc_fix_freelist() local 2033 xfs_mount_t *mp = tp->t_mountp; in xfs_alloc_get_freelist() local [all …]
|
D | xfs_ialloc.h | 34 struct xfs_mount *mp) in xfs_icluster_size_fsb() 45 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
|
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 993 xfs_mount_t *mp; /* file system mount struct */ in xfs_bmap_add_attrfork_btree() local 1108 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_dir2_block.c | 64 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_verify() local 87 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_read_verify() local 103 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_write_verify() local 133 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_block_read() local 145 struct xfs_mount *mp, in xfs_dir3_block_init() 667 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_block_lookup_int() local 913 xfs_mount_t *mp; /* file system mount point */ in xfs_dir2_leaf_to_block() local 1058 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() 582 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_grow_inode() local 668 xfs_mount_t *mp; in xfs_dir2_shrink_inode() local
|
D | xfs_attr_leaf.c | 253 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_verify() local 286 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_write_verify() local 315 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_read_verify() local 385 xfs_mount_t *mp = dp->i_mount; in xfs_attr_shortform_bytesfit() local 474 xfs_sbversion_add_attr2(xfs_mount_t *mp, xfs_trans_t *tp) in xfs_sbversion_add_attr2() 529 xfs_mount_t *mp; in xfs_attr_shortform_add() local 601 xfs_mount_t *mp; in xfs_attr_shortform_remove() local 836 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr_shortform_allfit() local 963 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_leaf_to_node() local 1034 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_leaf_create() local [all …]
|
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_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() 523 struct xfs_mount *mp = cur->bc_mp; in xfs_bmbt_free_block() local 642 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_bmbt_verify() local 778 struct xfs_mount *mp, /* file system mount point */ in xfs_bmbt_init_cursor() 815 struct xfs_mount *mp, in xfs_bmbt_maxrecs()
|
D | xfs_attr.c | 166 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_calc_size() local 202 struct xfs_mount *mp = dp->i_mount; in xfs_attr_set() local 410 struct xfs_mount *mp = dp->i_mount; in xfs_attr_remove() local 882 xfs_mount_t *mp; in xfs_attr_node_addname() local
|
D | xfs_dir2_data.c | 59 xfs_mount_t *mp; /* filesystem mount point */ in __xfs_dir3_data_check() local 217 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_verify() local 269 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_read_verify() local 285 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_write_verify() local 580 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir3_data_init() local
|
D | xfs_ialloc_btree.c | 213 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_inobt_verify() local 373 struct xfs_mount *mp, /* file system mount point */ in xfs_inobt_init_cursor() 411 struct xfs_mount *mp, in xfs_inobt_maxrecs()
|
D | xfs_alloc_btree.c | 276 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_allocbt_verify() local 454 struct xfs_mount *mp, /* file system mount point */ in xfs_allocbt_init_cursor() 494 struct xfs_mount *mp, in xfs_allocbt_maxrecs()
|
D | xfs_dir2_leaf.c | 83 struct xfs_mount *mp, in xfs_dir3_leaf_check_int() 149 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_leaf_verify() local 180 struct xfs_mount *mp = bp->b_target->bt_mount; in __read_verify() local 197 struct xfs_mount *mp = bp->b_target->bt_mount; in __write_verify() local 293 struct xfs_mount *mp, in xfs_dir3_leaf_init() 345 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_leaf_get_buf() local 1220 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_leaf_lookup_int() local 1685 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_node_to_leaf() local
|
D | xfs_inode_buf.h | 47 #define xfs_inobp_check(mp, bp) argument
|
D | xfs_btree.c | 62 struct xfs_mount *mp; /* file system mount point */ in xfs_btree_check_lblock() local 105 struct xfs_mount *mp; /* file system mount point */ in xfs_btree_check_sblock() local 332 xfs_mount_t *mp; /* mount structure for filesystem */ in xfs_btree_dup_cursor() local 550 xfs_mount_t *mp, /* file system mount point */ in xfs_btree_get_bufl() 568 xfs_mount_t *mp, /* file system mount point */ in xfs_btree_get_bufs() 701 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_read_bufl() 732 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_reada_bufl() 751 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_reada_bufs() 984 struct xfs_mount *mp, in xfs_btree_init_block_int() 1024 struct xfs_mount *mp, in xfs_btree_init_block() [all …]
|
D | xfs_dir2_node.c | 88 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_verify() local 114 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_read_verify() local 130 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_write_verify() local 202 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_free_get_buf() local 525 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_leafn_lookup_for_addname() local 677 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_leafn_lookup_for_entry() local 1657 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_node_addname_int() local
|
D | xfs_da_btree.c | 134 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_da3_node_verify() local 181 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_da3_node_write_verify() local 305 struct xfs_mount *mp = tp->t_mountp; in xfs_da3_node_create() local 2124 struct xfs_mount *mp; in xfs_da3_swap_lastblock() local 2408 struct xfs_mount *mp, in xfs_buf_map_from_irec() 2456 struct xfs_mount *mp = dp->i_mount; in xfs_dabuf_map() local
|
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_btree.h | 445 #define XFS_FSB_SANITY_CHECK(mp,fsb) \ argument
|
D | xfs_da_format.h | 876 #define XFS_ATTR3_RMT_BUF_SPACE(mp, bufsize) \ argument
|
/linux-4.1.27/fs/xfs/ |
D | xfs_mount.c | 56 struct xfs_mount *mp) in xfs_uuid_mount() 99 struct xfs_mount *mp) in xfs_uuid_unmount() 136 xfs_mount_t *mp) in xfs_free_perag() 171 xfs_mount_t *mp, in xfs_initialize_perag() 260 struct xfs_mount *mp, in xfs_readsb() 356 xfs_update_alignment(xfs_mount_t *mp) in xfs_update_alignment() 422 xfs_set_maxicount(xfs_mount_t *mp) in xfs_set_maxicount() 449 xfs_set_rw_sizes(xfs_mount_t *mp) in xfs_set_rw_sizes() 486 struct xfs_mount *mp) in xfs_set_low_space_thresholds() 503 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() 510 struct xfs_mount *mp, in xfs_inode_ag_walk() 617 struct xfs_mount *mp) in xfs_queue_eofblocks() 631 struct xfs_mount *mp = container_of(to_delayed_work(work), in xfs_eofblocks_worker() local 639 struct xfs_mount *mp, in xfs_inode_ag_iterator() 666 struct xfs_mount *mp, in xfs_inode_ag_iterator_tag() 701 struct xfs_mount *mp) in xfs_reclaim_work_queue() [all …]
|
D | xfs_super.c | 173 struct xfs_mount *mp, in xfs_parseargs() 461 struct xfs_mount *mp, in xfs_showargs() 581 xfs_set_inode32(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode32() 633 xfs_set_inode64(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode64() 658 xfs_mount_t *mp, in xfs_blkdev_get() 691 struct xfs_mount *mp) in xfs_close_devices() 718 struct xfs_mount *mp) in xfs_open_devices() 789 struct xfs_mount *mp) in xfs_setup_devices() 819 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() 121 struct xfs_mount *mp, in xfs_growfs_get_hdr_buf() 143 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_data_private() 566 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_log_private() 595 xfs_mount_t *mp, in xfs_growfs_data() 617 xfs_mount_t *mp, in xfs_growfs_log() 637 xfs_mount_t *mp, in xfs_fs_counts() 668 xfs_mount_t *mp, in xfs_reserve_blocks() 764 xfs_mount_t *mp, in xfs_fs_goingdown() 800 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() 274 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles() 309 xfs_mount_t *mp, in xfs_qm_scall_quotaon() 399 struct xfs_mount *mp, in xfs_qm_scall_setqlim() 562 xfs_mount_t *mp, in xfs_qm_log_quotaoff_end() 595 xfs_mount_t *mp, in xfs_qm_log_quotaoff() 639 struct xfs_mount *mp, in xfs_qm_scall_getquota() 765 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 316 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_lookup_ag() local 367 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_new_ag() local 413 xfs_mount_t *mp) in xfs_filestream_mount() 428 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_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_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 xfs_mount_t *mp, /* file system mount point */ in xfs_growfs_rt_alloc() 886 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_rt() 1109 xfs_mount_t *mp = tp->t_mountp; in xfs_rtallocate_extent() local [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() 700 xfs_mount_t *mp, in xfs_qm_dqget() 935 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqflush() 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() 567 struct xfs_mount *mp, in xfs_log_notify() 588 struct xfs_mount *mp, in xfs_log_release_iclog() 611 xfs_mount_t *mp, in xfs_log_mount() 746 xfs_log_mount_finish(xfs_mount_t *mp) in xfs_log_mount_finish() 779 xfs_log_unmount_write(xfs_mount_t *mp) in xfs_log_unmount_write() 921 struct xfs_mount *mp) in xfs_log_quiesce() 950 struct xfs_mount *mp) in xfs_log_unmount() [all …]
|
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 253 xfs_mount_t *mp, in xfs_iomap_eof_want_preallocate() 324 struct xfs_mount *mp, in xfs_iomap_eof_prealloc_initial_size() 435 struct xfs_mount *mp, in xfs_iomap_prealloc_size() 537 xfs_mount_t *mp = ip->i_mount; in xfs_iomap_write_delay() local 651 xfs_mount_t *mp = ip->i_mount; in xfs_iomap_write_allocate() local 806 xfs_mount_t *mp = ip->i_mount; in xfs_iomap_write_unwritten() local
|
D | xfs_bmap_util.c | 79 xfs_mount_t *mp; /* filesystem mount structure */ in xfs_bmap_finish() local 151 xfs_mount_t *mp; /* mount point structure */ in xfs_bmap_rtalloc() local 299 struct xfs_mount *mp, in xfs_bmap_disk_count_leaves() 319 xfs_mount_t *mp, /* file system mount point */ in xfs_bmap_count_tree() 404 xfs_mount_t *mp; /* file system mount structure */ in xfs_bmap_count_blocks() local 451 xfs_mount_t *mp; /* file system mount point */ in xfs_getbmapx_fix_eof_hole() local 502 xfs_mount_t *mp; /* file system mount point */ in xfs_getbmap() local 835 xfs_mount_t *mp, in xfs_free_eofblocks() 935 xfs_mount_t *mp = ip->i_mount; in xfs_alloc_file_space() local 1107 xfs_mount_t *mp = ip->i_mount; in xfs_zero_remaining_bytes() local [all …]
|
D | xfs_quota.h | 38 #define XFS_NOT_DQATTACHED(mp, ip) \ argument 43 #define XFS_QM_NEED_QUOTACHECK(mp) \ argument 126 struct xfs_mount *mp, struct xfs_dquot *udqp, in xfs_trans_reserve_quota_bydquots() 141 #define xfs_qm_newmount(mp, a, b) (0) argument 142 #define xfs_qm_mount_quotas(mp) argument 143 #define xfs_qm_unmount(mp) argument 144 #define xfs_qm_unmount_quotas(mp) argument 149 #define xfs_trans_reserve_quota(tp, mp, ud, gd, pd, nb, ni, f) \ argument
|
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_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 447 xfs_mount_t *mp; in xfs_inactive_symlink_rmt() local 568 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_symlink() 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() 551 struct xfs_mount *mp,/* mount point for filesystem */ in xfs_inumbers()
|
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() 301 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_sb() local 552 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb() local 900 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_commit() local 993 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_cancel() local
|
D | xfs_inode.c | 703 struct xfs_mount *mp = tp->t_mountp; in xfs_ialloc() local 1123 struct xfs_mount *mp = dp->i_mount; in xfs_create() local 1316 struct xfs_mount *mp = dp->i_mount; in xfs_create_tmpfile() local 1425 xfs_mount_t *mp = tdp->i_mount; in xfs_link() local 1556 struct xfs_mount *mp = ip->i_mount; in xfs_itruncate_extents() local 1668 xfs_mount_t *mp = ip->i_mount; in xfs_release() local 1751 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_truncate() local 1806 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_ifree() local 1898 struct xfs_mount *mp; in xfs_inactive() local 1984 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 256 struct xfs_mount *mp = ip->i_mount; in xfs_fs_commit_blocks() local
|
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_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() 1831 struct xfs_mount *mp, in xlog_recover_get_buf_lsn() 1967 struct xfs_mount *mp, in xlog_recover_validate_buf_type() 2165 struct xfs_mount *mp, in xlog_recover_do_reg_buffer() 2255 struct xfs_mount *mp, in xlog_recover_do_dquot_buffer() 2319 xfs_mount_t *mp = log->l_mp; in xlog_recover_buffer_pass2() local [all …]
|
D | xfs_trans_dquot.c | 148 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_dquot_byino() local 565 struct xfs_mount *mp, in xfs_quota_warn() 588 xfs_mount_t *mp, in xfs_trans_dqresv() 743 struct xfs_mount *mp, in xfs_trans_reserve_quota_bydquots() 810 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 | 326 xfs_mount_t *mp = ip->i_mount; in xfs_set_dmattrs() local 743 xfs_mount_t *mp, in xfs_ioc_bulkstat() 802 xfs_mount_t *mp, in xfs_ioc_fsgeometry_v1() 824 xfs_mount_t *mp, in xfs_ioc_fsgeometry() 1004 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_xflags() local 1045 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_get_trans() local 1102 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_check_extsize() local 1172 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr() local 1519 struct xfs_mount *mp = ip->i_mount; in xfs_file_ioctl() local
|
D | xfs_message.c | 31 const struct xfs_mount *mp, in __xfs_printk() 69 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_file.c | 180 struct xfs_mount *mp = ip->i_mount; in xfs_dir_fsync() local 204 struct xfs_mount *mp = ip->i_mount; in xfs_file_fsync() local 273 struct xfs_mount *mp = ip->i_mount; in xfs_file_read_iter() local 402 struct xfs_mount *mp = ip->i_mount; in xfs_zero_last_block() local 450 struct xfs_mount *mp = ip->i_mount; in xfs_zero_eof() local 663 struct xfs_mount *mp = ip->i_mount; in xfs_file_dio_aio_write() local 1154 struct xfs_mount *mp = ip->i_mount; in xfs_find_get_desired_pgoff() local 1303 struct xfs_mount *mp = ip->i_mount; in xfs_seek_hole_data() local
|
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_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_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 | 451 struct xfs_mount *mp = ip->i_mount; in xfs_vn_getattr() local 546 xfs_mount_t *mp = ip->i_mount; in xfs_setattr_nonsize() local 752 struct xfs_mount *mp = ip->i_mount; in xfs_setattr_size() local 978 struct xfs_mount *mp = ip->i_mount; in xfs_vn_update_time() local
|
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 191 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_finish_ioend() local 283 struct xfs_mount *mp = ip->i_mount; in xfs_map_blocks() local 1355 struct xfs_mount *mp = ip->i_mount; in __xfs_get_blocks() local 1542 struct xfs_mount *mp = ip->i_mount; in xfs_end_io_direct_write() 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 | 224 struct xfs_mount *mp, in xfs_efi_init() 484 struct xfs_mount *mp, in xfs_efd_init()
|
D | xfs_mount.h | 216 xfs_preferred_iosize(xfs_mount_t *mp) in xfs_preferred_iosize() 227 #define XFS_LAST_UNMOUNT_WAS_CLEAN(mp) \ argument 229 #define XFS_FORCED_SHUTDOWN(mp) ((mp)->m_flags & XFS_MOUNT_FS_SHUTDOWN) argument 248 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() 256 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
|
D | xfs_log_cil.c | 377 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed() local 773 struct xfs_mount *mp, in xfs_log_commit_cil()
|
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_message.h | 28 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...) in xfs_debug()
|
D | xfs_buf_item.c | 756 xfs_mount_t *mp) in xfs_buf_item_init() 1055 struct xfs_mount *mp = lip->li_mountp; in xfs_buf_iodone_callbacks() local
|
D | xfs_buf.c | 1260 struct xfs_mount *mp = bp->b_target->bt_mount; in _xfs_buf_ioapply() local 1631 struct xfs_mount *mp, in xfs_free_buftarg() 1685 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_dir2_readdir.c | 46 struct xfs_mount *mp, in xfs_dir3_get_dtype()
|
D | xfs_inode_item.c | 561 struct xfs_mount *mp) in xfs_inode_item_init()
|
D | xfs_trans.h | 188 struct xfs_mount *mp, in xfs_trans_read_buf()
|
/linux-4.1.27/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.1.27/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.1.27/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 | 887 struct metapage *mp; in jfs_symlink() local
|
D | jfs_txnmgr.h | 104 struct metapage *mp; /* 4/8: object page buffer locked */ member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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() 880 minstrel_ht_update_rates(struct minstrel_priv *mp, struct minstrel_ht_sta *mi) in minstrel_ht_update_rates() 915 minstrel_get_sample_rate(struct minstrel_priv *mp, struct minstrel_ht_sta *mi) in minstrel_get_sample_rate() 982 minstrel_ht_check_cck_shortpreamble(struct minstrel_priv *mp, in minstrel_ht_check_cck_shortpreamble() 1006 struct minstrel_priv *mp = priv; in minstrel_ht_get_rate() local [all …]
|
/linux-4.1.27/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.1.27/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 | 2322 u64 mp; in ldc_init() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/bridge/ |
D | br_multicast.c | 92 struct net_bridge_mdb_entry *mp; in __br_mdb_ip_get() local 184 struct net_bridge_mdb_entry *mp; in br_mdb_copy() local 219 struct net_bridge_mdb_entry *mp = in br_multicast_free_group() local 227 struct net_bridge_mdb_entry *mp = (void *)data; in br_multicast_group_expired() local 255 struct net_bridge_mdb_entry *mp; in br_multicast_del_pg() local 517 struct net_bridge_mdb_entry *mp; in br_multicast_get_group() local 590 struct net_bridge_mdb_entry *mp; in br_multicast_new_group() local 660 struct net_bridge_mdb_entry *mp; in br_multicast_add_group() local 1226 struct net_bridge_mdb_entry *mp; in br_ip4_multicast_query() local 1315 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 322 struct net_bridge_mdb_entry *mp; in br_mdb_add_group() local 411 struct net_bridge_mdb_entry *mp; in __br_mdb_del() local
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 67 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_ignore_hbq_buffer() 83 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_unsol_buffer() 92 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event() local 207 struct lpfc_dmabuf *mp; in lpfc_alloc_ct_rsp() local 424 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint32_t Size) in lpfc_ns_rsp() 1132 struct lpfc_dmabuf *mp, *bmp; in lpfc_ns_cmd() local 1407 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_mbox.c | 61 struct lpfc_dmabuf *mp; in lpfc_dump_static_vport() local 289 struct lpfc_dmabuf *mp) in lpfc_read_topology() 586 struct lpfc_dmabuf *mp; in lpfc_read_sparam() local 739 struct lpfc_dmabuf *mp; in lpfc_reg_rpi() local 2224 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_cfg_rg23() local
|
D | lpfc_hbadisc.c | 3001 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_mbx_cmpl_read_sparam() local 3045 struct lpfc_dmabuf *mp; in lpfc_mbx_process_link_up() local 3291 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_read_topology() local 3435 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_reg_login() local 3607 struct lpfc_dmabuf *mp; in lpfc_create_static_vport() local 3742 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_fabric_reg_login() local 3820 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_ns_reg_login() local 4669 struct lpfc_dmabuf *mp; in lpfc_cleanup_node() local 5508 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 9542 struct lpfc_dmabuf *mp) in lpfc_sli_ringpostbuf_put() 9597 struct lpfc_dmabuf *mp, *next_mp; in lpfc_sli_ring_taggedbuf_get() local 9641 struct lpfc_dmabuf *mp, *next_mp; in lpfc_sli_ringpostbuf_get() local 10923 struct lpfc_dmabuf *mp; in lpfc_sli_sp_intr_handler() local 11674 struct lpfc_dmabuf *mp; in lpfc_sli4_sp_handle_mbox_event() local 16638 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_get_config_region23() local 16879 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 884 struct lpfc_dmabuf *mp, *next_mp; in lpfc_hba_free_post_buf() local 1776 struct lpfc_dmabuf *mp; in lpfc_handle_latt() local 3877 struct lpfc_dmabuf *mp; in lpfc_sli4_async_link_evt() local 4006 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 2853 struct lpfc_dmabuf *mp[2] = {NULL, NULL}; in lpfcdiag_loop_post_rxbufs() local
|
D | lpfc_els.c | 368 struct lpfc_dmabuf *mp; in lpfc_issue_fabric_reglogin() local 3697 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_dflt_rpi() local 3753 struct lpfc_dmabuf *mp = NULL; in lpfc_cmpl_els_rsp() local
|
D | lpfc_nportdisc.c | 1033 struct lpfc_dmabuf *pcmd, *prsp, *mp; in lpfc_cmpl_plogi_plogi_issue() local 1466 struct lpfc_dmabuf *mp; in lpfc_rcv_logo_reglogin_issue() local
|
/linux-4.1.27/fs/ |
D | namespace.c | 721 struct mountpoint *mp; in lookup_mountpoint() local 738 struct mountpoint *mp; in new_mountpoint() local 758 static void put_mountpoint(struct mountpoint *mp) in put_mountpoint() 836 struct mountpoint *mp, in mnt_set_mountpoint() 852 struct mountpoint *mp) in attach_mnt() 1545 struct mountpoint *mp; in __detach_mounts() local 1953 struct mountpoint *mp = lookup_mountpoint(dentry); in lock_mount() local 1979 static int graft_tree(struct mount *mnt, struct mount *p, struct mountpoint *mp) in graft_tree() 2064 struct mountpoint *mp; in do_loopback() local 2227 struct mountpoint *mp; in do_move_mount() local [all …]
|
D | pnode.c | 202 static struct mountpoint *mp; variable
|
/linux-4.1.27/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.1.27/net/bridge/netfilter/ |
D | ebt_arp.c | 66 const unsigned char *mp; in ebt_arp_mt() local
|
/linux-4.1.27/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.1.27/drivers/media/platform/vivid/ |
D | vivid-vid-out.c | 67 const struct v4l2_pix_format_mplane *mp; in vid_out_queue_setup() local 314 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_out() local 345 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_try_fmt_vid_out() local 434 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_s_fmt_vid_out() local
|
D | vivid-vid-common.c | 547 struct v4l2_pix_format_mplane *mp = &mp_fmt->fmt.pix_mp; in fmt_sp2mp() local 573 struct v4l2_pix_format_mplane *mp = &fmt.fmt.pix_mp; in fmt_sp2mp_func() local
|
D | vivid-vid-cap.c | 125 const struct v4l2_pix_format_mplane *mp; in vid_cap_queue_setup() local 522 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_cap() local 545 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_try_fmt_vid_cap() local 627 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_s_fmt_vid_cap() local
|
/linux-4.1.27/arch/arc/plat-arcfpga/ |
D | smp.c | 124 struct bcr_mp mp; in iss_model_init_early_smp() local
|
/linux-4.1.27/arch/powerpc/mm/ |
D | tlb_hash32.c | 136 struct vm_area_struct *mp; in flush_tlb_mm() local
|
/linux-4.1.27/lib/mpi/ |
D | mpi-pow.c | 41 mpi_ptr_t rp, ep, mp, bp; in mpi_powm() local
|
/linux-4.1.27/drivers/s390/cio/ |
D | cio.h | 25 u32 mp : 1; /* multipath mode */ member 56 u32 mp:1; member
|
/linux-4.1.27/tools/perf/util/ |
D | evlist.c | 765 struct mmap_params *mp, int fd) in __perf_evlist__mmap() 796 struct mmap_params *mp, int cpu, in perf_evlist__mmap_per_evsel() 846 struct mmap_params *mp) in perf_evlist__mmap_per_cpu() 872 struct mmap_params *mp) in perf_evlist__mmap_per_thread() 1001 struct mmap_params mp = { in perf_evlist__mmap() local
|
D | sort.c | 507 unsigned char mp, p; in sort__mispredict_cmp() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/fs/autofs4/ |
D | waitq.c | 117 struct autofs_packet_missing *mp = &pkt.v4_pkt.missing; in autofs4_notify_daemon() local
|
/linux-4.1.27/scripts/dtc/ |
D | data.c | 145 struct marker **mp = &d.markers; in data_append_markers() local
|
/linux-4.1.27/include/uapi/linux/ |
D | hdlcdrv.h | 53 struct hdlcdrv_params mp; member
|
/linux-4.1.27/include/media/ |
D | exynos-fimc.h | 147 struct media_pipeline mp; member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/x86/kernel/ |
D | mpparse.c | 39 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum()
|
/linux-4.1.27/drivers/watchdog/ |
D | cpwd.c | 591 struct miscdevice *mp = &p->devs[i].misc; in cpwd_probe() local
|
/linux-4.1.27/net/ipv6/ |
D | ip6_fib.c | 632 static void fib6_copy_metrics(u32 *mp, const struct mx6_config *mxc) in fib6_copy_metrics() 648 u32 *mp = dst_metrics_write_ptr(dst); in fib6_commit_metrics() local
|
D | route.c | 1475 u32 *mp; in ip6_convert_metrics() local
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 192 u8 *mp; in load_firmware() local
|
/linux-4.1.27/include/linux/ |
D | if_vlan.h | 173 struct vlan_priority_tci_mapping *mp; in vlan_dev_get_egress_qos_mask() local
|
D | module.h | 43 struct module_param_attrs *mp; member
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isar.c | 196 u_char *msg, *tmpmsg, *mp, tmp[64]; in isar_load_firmware() local
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_3590.h | 99 unsigned int mp:16; member
|
/linux-4.1.27/net/ipv4/ |
D | fib_semantics.c | 1045 struct nlattr *mp; in fib_dump_info() local
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 325 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_cam_offset_mac() local 334 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_credit_mac() local 360 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_put_cam_offset_mac() local 367 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_put_credit_mac() local
|
/linux-4.1.27/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.1.27/sound/oss/ |
D | sb_ess.c | 1550 int *mp = ess_mixer_mon_regs; local
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 3223 struct xfrm_migrate *mp; in xfrm_policy_migrate() local 3303 struct xfrm_migrate *mp; in xfrm_migrate() local
|
D | xfrm_user.c | 2259 const struct xfrm_migrate *mp; in build_migrate() local
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 1318 struct fip_mac_desc *mp; in fcoe_ctlr_recv_clr_vlink() local
|
/linux-4.1.27/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.1.27/arch/sparc/include/asm/ |
D | vio.h | 322 u64 mp; member
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aachba.c | 905 struct aac_driver_ident *mp = aac_get_driver_ident(dev->cardtype); in setinqstr() local
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 245 const struct v4l2_pix_format_mplane *mp; in v4l_print_format() local
|
/linux-4.1.27/net/key/ |
D | af_key.c | 3484 const struct xfrm_migrate *mp; in pfkey_send_migrate() local
|