Home
last modified time | relevance | path

Searched defs:mp (Results 1 – 25 of 215) sorted by relevance

123456789

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h14 #define XFS_MAX_CONTIG_BMAPS_PER_BLOCK(mp) \ argument
18 #define XFS_MAX_CONTIG_RTRMAPS_PER_BLOCK(mp) \ argument
22 #define XFS_RTRMAPADD_SPACE_RES(mp) ((mp)->m_rtrmap_maxlevels) argument
25 #define XFS_NRTRMAPADD_SPACE_RES(mp, b) \ argument
31 #define XFS_MAX_CONTIG_RMAPS_PER_BLOCK(mp) \ argument
35 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels) argument
45 #define XFS_NRMAPADD_SPACE_RES(mp, b)\ argument
50 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \ argument
52 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument
53 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument
[all …]
H A Dxfs_rtbitmap.h13 struct xfs_mount *mp; member
28 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtx_to_rtb() local
39 struct xfs_mount *mp, in xfs_rgbno_to_rtx()
49 struct xfs_mount *mp, in xfs_rtbxlen_to_blen()
60 struct xfs_mount *mp, in xfs_rtxlen_to_extlen()
72 struct xfs_mount *mp, in xfs_extlen_to_rtxmod()
83 struct xfs_mount *mp, in xfs_extlen_to_rtxlen()
95 struct xfs_mount *mp, in xfs_blen_to_rtbxlen()
107 struct xfs_mount *mp, in xfs_blen_to_rtxoff()
119 struct xfs_mount *mp, in xfs_blen_roundup_rtx()
[all …]
H A Dxfs_ag.c45 struct xfs_mount *mp, in xfs_initialize_perag_data() argument
125 xfs_free_perag_range(struct xfs_mount * mp,xfs_agnumber_t first_agno,xfs_agnumber_t end_agno) xfs_free_perag_range() argument
139 __xfs_ag_block_count(struct xfs_mount * mp,xfs_agnumber_t agno,xfs_agnumber_t agcount,xfs_rfsblock_t dblocks) __xfs_ag_block_count() argument
153 xfs_ag_block_count(struct xfs_mount * mp,xfs_agnumber_t agno) xfs_ag_block_count() argument
163 __xfs_agino_range(struct xfs_mount * mp,xfs_agblock_t eoag,xfs_agino_t * first,xfs_agino_t * last) __xfs_agino_range() argument
187 xfs_agino_range(struct xfs_mount * mp,xfs_agnumber_t agno,xfs_agino_t * first,xfs_agino_t * last) xfs_agino_range() argument
201 xfs_update_last_ag_size(struct xfs_mount * mp,xfs_agnumber_t prev_agcount) xfs_update_last_ag_size() argument
219 xfs_perag_alloc(struct xfs_mount * mp,xfs_agnumber_t index,xfs_agnumber_t agcount,xfs_rfsblock_t dblocks) xfs_perag_alloc() argument
266 xfs_initialize_perag(struct xfs_mount * mp,xfs_agnumber_t orig_agcount,xfs_agnumber_t new_agcount,xfs_rfsblock_t dblocks,xfs_agnumber_t * maxagi) xfs_initialize_perag() argument
295 xfs_get_aghdr_buf(struct xfs_mount * mp,xfs_daddr_t blkno,size_t numblks,struct xfs_buf ** bpp,const struct xfs_buf_ops * ops) xfs_get_aghdr_buf() argument
320 xfs_btroot_init(struct xfs_mount * mp,struct xfs_buf * bp,struct aghdr_init_data * id) xfs_btroot_init() argument
330 xfs_freesp_init_recs(struct xfs_mount * mp,struct xfs_buf * bp,struct aghdr_init_data * id) xfs_freesp_init_recs() argument
386 xfs_bnoroot_init(struct xfs_mount * mp,struct xfs_buf * bp,struct aghdr_init_data * id) xfs_bnoroot_init() argument
399 xfs_rmaproot_init(struct xfs_mount * mp,struct xfs_buf * bp,struct aghdr_init_data * id) xfs_rmaproot_init() argument
478 xfs_sbblock_init(struct xfs_mount * mp,struct xfs_buf * bp,struct aghdr_init_data * id) xfs_sbblock_init() argument
490 xfs_agfblock_init(struct xfs_mount * mp,struct xfs_buf * bp,struct aghdr_init_data * id) xfs_agfblock_init() argument
537 xfs_agflblock_init(struct xfs_mount * mp,struct xfs_buf * bp,struct aghdr_init_data * id) xfs_agflblock_init() argument
558 xfs_agiblock_init(struct xfs_mount * mp,struct xfs_buf * bp,struct aghdr_init_data * id) xfs_agiblock_init() argument
594 xfs_ag_init_hdr(struct xfs_mount * mp,struct aghdr_init_data * id,aghdr_init_work_f work,const struct xfs_buf_ops * ops) xfs_ag_init_hdr() argument
634 xfs_ag_init_headers(struct xfs_mount * mp,struct aghdr_init_data * id) xfs_ag_init_headers() argument
744 struct xfs_mount *mp = pag_mount(pag); xfs_ag_shrink_space() local
877 xfs_growfs_compute_deltas(struct xfs_mount * mp,xfs_rfsblock_t nb,int64_t * deltap,xfs_agnumber_t * nagcountp) xfs_growfs_compute_deltas() argument
912 struct xfs_mount *mp = pag_mount(pag); xfs_ag_extend_space() local
[all...]
H A Dxfs_sb.c195 struct xfs_mount *mp, in xfs_validate_sb_read()
325 struct xfs_mount *mp, in xfs_validate_sb_write()
402 struct xfs_mount *mp, in xfs_validate_sb_rtgroups()
464 struct xfs_mount *mp, in xfs_validate_sb_zoned()
493 struct xfs_mount *mp, in xfs_validate_sb_common()
1093 struct xfs_mount *mp = bp->b_mount; in xfs_sb_read_verify() local
1159 struct xfs_mount *mp = bp->b_mount; in xfs_sb_write_verify() local
1206 struct xfs_mount *mp, in xfs_sb_mount_rextsize()
1233 struct xfs_mount *mp, in xfs_mount_sb_set_rextsize()
1257 struct xfs_mount *mp, in xfs_sb_mount_common()
[all …]
H A Dxfs_rtgroup.h115 struct xfs_mount *mp, in xfs_rtgroup_get()
138 struct xfs_mount *mp, in xfs_rtgroup_grab()
153 struct xfs_mount *mp, in xfs_rtgroup_next_range()
164 struct xfs_mount *mp, in xfs_rtgroup_next()
206 struct xfs_mount *mp, in xfs_rtb_to_rgno()
214 struct xfs_mount *mp, in xfs_rtb_to_rgbno()
223 struct xfs_mount *mp, in xfs_rtbno_is_group_start()
235 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtx_to_rgbno() local
244 struct xfs_mount *mp, in xfs_rtb_to_daddr()
260 struct xfs_mount *mp, in xfs_daddr_to_rtb()
[all …]
H A Dxfs_bmap_btree.h19 #define XFS_BM_MAXLEVELS(mp,w) ((mp)->m_bm_maxlevels[(w)]) argument
65 xfs_bmbt_block_len(struct xfs_mount *mp) in xfs_bmbt_block_len()
75 struct xfs_mount *mp, in xfs_bmbt_rec_addr()
86 struct xfs_mount *mp, in xfs_bmbt_key_addr()
97 struct xfs_mount *mp, in xfs_bmbt_ptr_addr()
150 struct xfs_mount *mp, in xfs_bmap_broot_ptr_addr()
164 struct xfs_mount *mp, in xfs_bmap_broot_space_calc()
177 struct xfs_mount *mp, in xfs_bmap_broot_space()
H A Dxfs_rtgroup.c42 struct xfs_mount *mp, in xfs_rtgroup_min_block()
54 struct xfs_mount *mp, in __xfs_rtgroup_extents()
69 struct xfs_mount *mp, in xfs_rtgroup_extents()
79 struct xfs_mount *mp, in xfs_rtgroup_calc_geometry()
93 struct xfs_mount *mp, in xfs_rtgroup_alloc()
119 struct xfs_mount *mp, in xfs_rtgroup_free()
128 struct xfs_mount *mp, in xfs_free_rtgroups()
141 struct xfs_mount *mp, in xfs_initialize_rtgroups()
171 struct xfs_mount *mp, in xfs_update_last_rtgroup_size()
446 struct xfs_mount *mp = tp->t_mountp; in xfs_rtginode_load() local
[all …]
H A Dxfs_metafile.c89 struct xfs_mount *mp, in xfs_metafile_resv_can_cover()
116 struct xfs_mount *mp) in xfs_metafile_resv_critical()
138 struct xfs_mount *mp = ip->i_mount; in xfs_metafile_resv_alloc_space() local
196 struct xfs_mount *mp = ip->i_mount; in xfs_metafile_resv_free_space() local
234 struct xfs_mount *mp) in __xfs_metafile_resv_free()
248 struct xfs_mount *mp) in xfs_metafile_resv_free()
263 struct xfs_mount *mp) in xfs_metafile_resv_init()
H A Dxfs_ialloc_btree.h21 #define XFS_INOBT_BLOCK_LEN(mp) \ argument
30 #define XFS_INOBT_REC_ADDR(mp, block, index) \ argument
36 #define XFS_INOBT_KEY_ADDR(mp, block, index) \ argument
42 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument
63 #define xfs_inobt_rec_check_count(mp, rec) 0 argument
/linux/fs/xfs/
H A Dxfs_mount.c66 xfs_uuid_mount(struct xfs_mount * mp) xfs_uuid_mount() argument
111 xfs_uuid_unmount(struct xfs_mount * mp) xfs_uuid_unmount() argument
161 xfs_readsb(struct xfs_mount * mp,int flags) xfs_readsb() argument
269 xfs_check_new_dalign(struct xfs_mount * mp,int new_dalign,bool * update_sb) xfs_check_new_dalign() argument
305 xfs_validate_new_dalign(struct xfs_mount * mp) xfs_validate_new_dalign() argument
354 xfs_update_alignment(struct xfs_mount * mp) xfs_update_alignment() argument
386 xfs_set_low_space_thresholds(struct xfs_mount * mp) xfs_set_low_space_thresholds() argument
406 xfs_check_sizes(struct xfs_mount * mp) xfs_check_sizes() argument
450 xfs_mount_reset_sbqflags(struct xfs_mount * mp) xfs_mount_reset_sbqflags() argument
475 xfs_default_resblks(struct xfs_mount * mp,enum xfs_free_counter ctr) xfs_default_resblks() argument
504 xfs_check_summary_counts(struct xfs_mount * mp) xfs_check_summary_counts() argument
576 xfs_unmount_check(struct xfs_mount * mp) xfs_unmount_check() argument
617 xfs_unmount_flush_inodes(struct xfs_mount * mp) xfs_unmount_flush_inodes() argument
635 xfs_mount_setup_inode_geom(struct xfs_mount * mp) xfs_mount_setup_inode_geom() argument
648 xfs_mount_setup_metadir(struct xfs_mount * mp) xfs_mount_setup_metadir() argument
664 xfs_agbtree_compute_maxlevels(struct xfs_mount * mp) xfs_agbtree_compute_maxlevels() argument
674 xfs_calc_atomic_write_max(struct xfs_mount * mp) xfs_calc_atomic_write_max() argument
692 xfs_calc_group_awu_max(struct xfs_mount * mp,enum xfs_group_type type) xfs_calc_group_awu_max() argument
708 xfs_calc_atomic_write_unit_max(struct xfs_mount * mp,enum xfs_group_type type) xfs_calc_atomic_write_unit_max() argument
728 xfs_set_max_atomic_write_opt(struct xfs_mount * mp,unsigned long long new_max_bytes) xfs_set_max_atomic_write_opt() argument
822 xfs_rtbtree_compute_maxlevels(struct xfs_mount * mp) xfs_rtbtree_compute_maxlevels() argument
840 xfs_mountfs(struct xfs_mount * mp) xfs_mountfs() argument
1299 xfs_unmountfs(struct xfs_mount * mp) xfs_unmountfs() argument
1377 xfs_fs_writable(struct xfs_mount * mp,int level) xfs_fs_writable() argument
1398 xfs_freecounter_unavailable(struct xfs_mount * mp,enum xfs_free_counter ctr) xfs_freecounter_unavailable() argument
1408 xfs_add_freecounter(struct xfs_mount * mp,enum xfs_free_counter ctr,uint64_t delta) xfs_add_freecounter() argument
1440 xfs_dec_freecounter(struct xfs_mount * mp,enum xfs_free_counter ctr,uint64_t delta,bool rsvd) xfs_dec_freecounter() argument
1512 xfs_freesb(struct xfs_mount * mp) xfs_freesb() argument
1527 xfs_dev_is_read_only(struct xfs_mount * mp,char * message) xfs_dev_is_read_only() argument
1543 xfs_force_summary_recalc(struct xfs_mount * mp) xfs_force_summary_recalc() argument
1557 xfs_add_incompat_log_feature(struct xfs_mount * mp,uint32_t feature) xfs_add_incompat_log_feature() argument
1632 xfs_clear_incompat_log_features(struct xfs_mount * mp) xfs_clear_incompat_log_features() argument
1679 struct xfs_mount *mp = ip->i_mount; xfs_mod_delalloc() local
[all...]
H A Dxfs_super.c80 struct xfs_mount *mp, in xfs_mount_set_dax_mode()
207 struct xfs_mount *mp = XFS_M(root->d_sb); in xfs_fs_show_options() local
308 struct xfs_mount *mp, in xfs_set_inode_alloc()
364 struct xfs_mount *mp) in xfs_setup_dax_always()
395 xfs_mount_t *mp, in xfs_blkdev_get()
416 struct xfs_mount *mp) in xfs_shutdown_devices()
468 struct xfs_mount *mp) in xfs_open_devices()
553 struct xfs_mount *mp) in xfs_setup_devices()
592 struct xfs_mount *mp) in xfs_init_mount_workqueues()
648 struct xfs_mount *mp) in xfs_destroy_mount_workqueues()
[all …]
H A Dxfs_icache.c88 struct xfs_mount *mp, in xfs_inode_alloc()
208 struct xfs_mount *mp) in xfs_reclaim_work_queue()
227 struct xfs_mount *mp = pag_mount(pag); in xfs_blockgc_queue() local
309 struct xfs_mount *mp, in xfs_perag_grab_next_tag()
328 struct xfs_mount *mp, in xfs_reinit_inode()
365 struct xfs_mount *mp = ip->i_mount; in xfs_iget_recycle() local
458 struct xfs_mount *mp) in xfs_inodegc_queue_all()
478 struct xfs_mount *mp) in xfs_inodegc_wait_all()
508 struct xfs_mount *mp = ip->i_mount; in xfs_iget_cache_hit() local
625 struct xfs_mount *mp, in xfs_iget_cache_miss()
[all …]
H A Dxfs_qm.c55 struct xfs_mount *mp, in xfs_qm_dquot_walk()
205 struct xfs_mount *mp) in xfs_qm_dqpurge_all()
217 struct xfs_mount *mp) in xfs_qm_unmount()
227 struct xfs_mount *mp) in xfs_qm_unmount_rt()
267 xfs_mount_t *mp) in xfs_qm_unmount_quotas()
294 struct xfs_mount *mp = ip->i_mount; in xfs_qm_need_dqattach() local
319 xfs_mount_t *mp = ip->i_mount; in xfs_qm_dqattach_locked() local
537 struct xfs_mount *mp, in xfs_qm_set_defquota()
567 struct xfs_mount *mp, in xfs_qm_init_timelimits()
609 struct xfs_mount *mp, in xfs_qm_load_metadir_qinos()
[all …]
H A Dxfs_zone_alloc.c49 struct xfs_mount *mp, in xfs_zone_bucket() argument
82 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_account_reclaimable() local
168 struct xfs_mount *mp = rtg_mount(rtg); in xfs_open_zone_mark_full() local
199 struct xfs_mount *mp = tp->t_mountp; xfs_zone_record_blocks() local
326 struct xfs_mount *mp = ip->i_mount; xfs_zoned_end_io() local
381 struct xfs_mount *mp = tp->t_mountp; xfs_zone_free_blocks() local
445 xfs_open_zone(struct xfs_mount * mp,enum rw_hint write_hint,bool is_gc) xfs_open_zone() argument
476 xfs_try_open_zone(struct xfs_mount * mp,enum rw_hint write_hint) xfs_try_open_zone() argument
646 struct xfs_mount *mp = ip->i_mount; xfs_zoned_pack_tight() local
663 xfs_select_zone_nowait(struct xfs_mount * mp,enum rw_hint write_hint,bool pack_tight) xfs_select_zone_nowait() argument
715 xfs_select_zone(struct xfs_mount * mp,enum rw_hint write_hint,bool pack_tight) xfs_select_zone() argument
746 struct xfs_mount *mp = rtg_mount(rtg); xfs_zone_alloc_blocks() local
773 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; xfs_mark_rtg_boundary() local
857 struct xfs_mount *mp = ip->i_mount; xfs_zone_alloc_and_submit() local
915 xfs_zoned_wake_all(struct xfs_mount * mp) xfs_zoned_wake_all() argument
989 struct xfs_mount *mp = rtg_mount(rtg); xfs_query_write_pointer() local
1037 struct xfs_mount *mp = rtg_mount(rtg); xfs_init_zone() local
1112 xfs_max_open_zones(struct xfs_mount * mp) xfs_max_open_zones() argument
1150 xfs_calc_open_zones(struct xfs_mount * mp) xfs_calc_open_zones() argument
1186 xfs_alloc_bucket_bitmap(struct xfs_mount * mp) xfs_alloc_bucket_bitmap() argument
1194 xfs_alloc_zone_info(struct xfs_mount * mp) xfs_alloc_zone_info() argument
1237 xfs_mount_zones(struct xfs_mount * mp) xfs_mount_zones() argument
1336 xfs_unmount_zones(struct xfs_mount * mp) xfs_unmount_zones() argument
[all...]
H A Dxfs_fsops.c54 struct xfs_mount *mp = tp->t_mountp; in xfs_resizefs_init_new_ags() local
94 struct xfs_mount *mp, /* mount point for filesystem */ in xfs_growfs_data_private()
241 struct xfs_mount *mp, /* mount point for filesystem */ in xfs_growfs_log_private()
263 struct xfs_mount *mp, in xfs_growfs_imaxpct()
291 struct xfs_mount *mp, in xfs_growfs_data()
343 xfs_mount_t *mp, in xfs_growfs_log()
364 struct xfs_mount *mp, in xfs_reserve_blocks()
450 xfs_mount_t *mp, in xfs_fs_goingdown()
488 struct xfs_mount *mp, in xfs_do_force_shutdown()
543 struct xfs_mount *mp) in xfs_fs_reserve_ag_blocks()
[all …]
H A Dxfs_ioctl.c83 struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount; xfs_ioc_fsbulkstat() local
175 xfs_bulk_ireq_setup(struct xfs_mount * mp,const struct xfs_bulk_ireq * hdr,struct xfs_ibulk * breq,void __user * ubuffer) xfs_bulk_ireq_setup() argument
266 struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount; xfs_ioc_bulkstat() local
314 xfs_ioc_inumbers(struct xfs_mount * mp,unsigned int cmd,struct xfs_inumbers_req __user * arg) xfs_ioc_inumbers() argument
356 xfs_ioc_fsgeometry(struct xfs_mount * mp,void __user * arg,int struct_version) xfs_ioc_fsgeometry() argument
381 xfs_ioc_ag_geometry(struct xfs_mount * mp,void __user * arg) xfs_ioc_ag_geometry() argument
411 xfs_ioc_rtgroup_geometry(struct xfs_mount * mp,void __user * arg) xfs_ioc_rtgroup_geometry() argument
451 struct xfs_mount *mp = ip->i_mount; xfs_fill_fsxattr() local
530 struct xfs_mount *mp = ip->i_mount; xfs_ioctl_setattr_xflags() local
586 struct xfs_mount *mp = ip->i_mount; xfs_ioctl_setattr_prepare_dax() local
613 struct xfs_mount *mp = ip->i_mount; xfs_ioctl_setattr_get_trans() local
646 struct xfs_mount *mp = ip->i_mount; xfs_ioctl_setattr_check_extsize() local
688 struct xfs_mount *mp = ip->i_mount; xfs_ioctl_setattr_check_cowextsize() local
730 struct xfs_mount *mp = ip->i_mount; xfs_fileattr_set() local
979 xfs_ioc_getlabel(struct xfs_mount * mp,char __user * user_label) xfs_ioc_getlabel() argument
1001 xfs_ioc_setlabel(struct file * filp,struct xfs_mount * mp,char __user * newlabel) xfs_ioc_setlabel() argument
1112 struct xfs_mount *mp = XFS_I(file_inode(filp))->i_mount; xfs_ioctl_getset_resblocks() local
1147 xfs_ioctl_fs_counts(struct xfs_mount * mp,struct xfs_fsop_counts __user * uarg) xfs_ioctl_fs_counts() argument
1186 struct xfs_mount *mp = ip->i_mount; xfs_file_ioctl() local
[all...]
H A Dxfs_dquot.c53 struct xfs_mount *mp = dqp->q_mount; in xfs_dquot_mark_sick() local
122 struct xfs_mount *mp = dq->q_mount; in xfs_qm_adjust_dqlimits() local
154 struct xfs_mount *mp, in xfs_dquot_set_timeout()
177 struct xfs_mount *mp, in xfs_qm_adjust_res_timer()
210 struct xfs_mount *mp = dq->q_mount; in xfs_qm_adjust_dqtimers() local
232 struct xfs_mount *mp = tp->t_mountp; in xfs_qm_init_dquot_blk() local
349 struct xfs_mount *mp = dqp->q_mount; in xfs_dquot_disk_alloc() local
457 struct xfs_mount *mp, in xfs_dquot_disk_read()
522 struct xfs_mount *mp, in xfs_dquot_alloc()
704 struct xfs_mount *mp, in xfs_qm_dqread()
[all …]
H A Dxfs_rtalloc.c144 struct xfs_mount *mp = args->mp; in xfs_rtallocate_range() local
253 struct xfs_mount *mp = args->mp; in xfs_rtallocate_extent_block() local
414 struct xfs_mount *mp = args->mp; in xfs_rtallocate_extent_near() local
698 struct xfs_mount *mp) in xfs_growfs_rt_fixup_extsize()
746 const struct xfs_mount *mp, in xfs_growfs_rt_alloc_fake_mount()
782 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_free_new() local
807 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_nrblocks() local
831 struct xfs_mount *mp = args->mp; in xfs_growfs_rt_init_rtsb() local
869 struct xfs_mount *mp = tp->t_mountp; in xfs_growfs_rt_sb_fields() local
896 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_zoned() local
[all …]
H A Dxfs_zone_gc.c127 struct xfs_mount *mp; member
196 if (!mp->m_zonegc_low_space) in xfs_zone_gc_data_alloc() argument
168 xfs_zoned_need_gc(struct xfs_mount * mp) xfs_zoned_need_gc() argument
303 xfs_zone_gc_query(struct xfs_mount * mp,struct xfs_zone_gc_iter * iter) xfs_zone_gc_query() argument
366 xfs_zone_gc_iter_next(struct xfs_mount * mp,struct xfs_zone_gc_iter * iter,struct xfs_rmap_irec * chunk_rec,struct xfs_inode ** ipp) xfs_zone_gc_iter_next() argument
430 xfs_zone_gc_pick_victim_from(struct xfs_mount * mp,uint32_t bucket) xfs_zone_gc_pick_victim_from() argument
497 struct xfs_mount *mp = data->mp; xfs_zone_gc_select_victim() local
542 xfs_zone_gc_select_target(struct xfs_mount * mp) xfs_zone_gc_select_target() argument
572 xfs_zone_gc_ensure_target(struct xfs_mount * mp) xfs_zone_gc_ensure_target() argument
600 struct xfs_mount *mp = data->mp; xfs_zone_gc_alloc_blocks() local
665 struct xfs_mount *mp = data->mp; xfs_zone_gc_start_chunk() local
807 struct xfs_mount *mp = chunk->ip->i_mount; xfs_zone_gc_write_chunk() local
836 struct xfs_mount *mp = ip->i_mount; xfs_zone_gc_finish_chunk() local
881 struct xfs_mount *mp = rtg_mount(rtg); xfs_zone_gc_finish_reset() local
905 struct xfs_mount *mp = rtg_mount(rtg); xfs_submit_zone_reset_bio() local
1092 struct xfs_mount *mp = data->mp; xfs_zoned_gcd() local
1148 xfs_zone_gc_start(struct xfs_mount * mp) xfs_zone_gc_start() argument
1156 xfs_zone_gc_stop(struct xfs_mount * mp) xfs_zone_gc_stop() argument
1164 xfs_zone_gc_mount(struct xfs_mount * mp) xfs_zone_gc_mount() argument
1221 xfs_zone_gc_unmount(struct xfs_mount * mp) xfs_zone_gc_unmount() argument
[all...]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c47 static void *___sym_malloc(m_pool_p mp, int size) in ___sym_malloc()
93 static void ___sym_mfree(m_pool_p mp, void *ptr, int size) in ___sym_mfree()
145 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) in __sym_calloc2()
161 #define __sym_calloc(mp, s, n) __sym_calloc2(mp, s, n, SYM_MEM_WARN) argument
166 static void __sym_mfree(m_pool_p mp, void *ptr, int size, char *name) in __sym_mfree()
180 static void *___mp0_get_mem_cluster(m_pool_p mp) in ___mp0_get_mem_cluster()
189 static void ___mp0_free_mem_cluster(m_pool_p mp, void *m) in ___mp0_free_mem_cluster()
210 static void * ___get_dma_mem_cluster(m_pool_p mp) in ___get_dma_mem_cluster()
233 static void ___free_dma_mem_cluster(m_pool_p mp, void *m) in ___free_dma_mem_cluster()
254 m_pool_p mp; in ___get_dma_pool() local
[all …]
/linux/fs/jfs/
H A Djfs_metapage.c34 #define metapage_locked(mp) test_bit(META_locked, &(mp)->flag) argument
35 #define trylock_metapage(mp) test_and_set_bit_lock(META_locked, &(mp)->flag) argument
37 static inline void unlock_metapage(struct metapage *mp) in unlock_metapage() argument
43 static inline void __lock_metapage(struct metapage *mp) in __lock_metapage() argument
63 lock_metapage(struct metapage * mp) lock_metapage() argument
81 struct metapage *mp[MPS_PER_PAGE]; global() member
93 insert_metapage(struct folio * folio,struct metapage * mp) insert_metapage() argument
118 remove_metapage(struct folio * folio,struct metapage * mp) remove_metapage() argument
162 struct metapage *mp; __metapage_migrate_folio() local
213 insert_metapage(struct folio * folio,struct metapage * mp) insert_metapage() argument
222 remove_metapage(struct folio * folio,struct metapage * mp) remove_metapage() argument
236 struct metapage *mp; __metapage_migrate_folio() local
264 struct metapage *mp = mempool_alloc(metapage_mempool, gfp_mask); alloc_metapage() local
277 free_metapage(struct metapage * mp) free_metapage() argument
309 drop_metapage(struct folio * folio,struct metapage * mp) drop_metapage() argument
365 remove_from_logsync(struct metapage * mp) remove_from_logsync() argument
389 struct metapage *mp; last_write_complete() local
432 struct metapage *mp; metapage_write_folio() local
614 struct metapage *mp; metapage_release_folio() local
690 struct metapage *mp = NULL; __get_metapage() local
793 grab_metapage(struct metapage * mp) grab_metapage() argument
831 force_metapage(struct metapage * mp) force_metapage() argument
846 hold_metapage(struct metapage * mp) hold_metapage() argument
851 put_metapage(struct metapage * mp) put_metapage() argument
865 release_metapage(struct metapage * mp) release_metapage() argument
906 struct metapage *mp; __invalidate_metapages() local
[all...]
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c30 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl) in pvr2_context_set_notify()
67 static void pvr2_context_destroy(struct pvr2_context *mp) in pvr2_context_destroy()
95 struct pvr2_context *mp = ptr; in pvr2_context_notify() local
101 static void pvr2_context_check(struct pvr2_context *mp) in pvr2_context_check()
151 struct pvr2_context *mp; in pvr2_context_thread_func() local
206 struct pvr2_context *mp = NULL; in pvr2_context_create() local
234 static void pvr2_context_reset_input_limits(struct pvr2_context *mp) in pvr2_context_reset_input_limits()
250 static void pvr2_context_enter(struct pvr2_context *mp) in pvr2_context_enter()
256 static void pvr2_context_exit(struct pvr2_context *mp) in pvr2_context_exit()
267 void pvr2_context_disconnect(struct pvr2_context *mp) in pvr2_context_disconnect()
[all …]
/linux/drivers/pci/controller/dwc/
H A Dpci-meson.c74 static struct reset_control *meson_pcie_get_reset(struct meson_pcie *mp, in meson_pcie_get_reset()
89 static int meson_pcie_get_resets(struct meson_pcie *mp) in meson_pcie_get_resets()
107 struct meson_pcie *mp) in meson_pcie_get_mems()
134 static int meson_pcie_power_on(struct meson_pcie *mp) in meson_pcie_power_on()
151 static void meson_pcie_power_off(struct meson_pcie *mp) in meson_pcie_power_off()
157 static int meson_pcie_reset(struct meson_pcie *mp) in meson_pcie_reset()
212 static int meson_pcie_probe_clocks(struct meson_pcie *mp) in meson_pcie_probe_clocks()
232 static inline u32 meson_cfg_readl(struct meson_pcie *mp, u32 reg) in meson_cfg_readl()
237 static inline void meson_cfg_writel(struct meson_pcie *mp, u32 val, u32 reg) in meson_cfg_writel()
242 static void meson_pcie_assert_reset(struct meson_pcie *mp) in meson_pcie_assert_reset()
[all …]
/linux/drivers/isdn/capi/
H A Dcapi.c147 static int capiminor_add_ack(struct capiminor *mp, u16 datahandle) in capiminor_add_ack()
165 static int capiminor_del_ack(struct capiminor *mp, u16 datahandle) in capiminor_del_ack()
183 static void capiminor_del_all_ack(struct capiminor *mp) in capiminor_del_all_ack()
199 struct capiminor *mp = container_of(port, struct capiminor, port); in capiminor_destroy() local
214 struct capiminor *mp; in capiminor_alloc() local
271 struct capiminor *mp; in capiminor_get() local
282 static inline void capiminor_put(struct capiminor *mp) in capiminor_put()
287 static void capiminor_free(struct capiminor *mp) in capiminor_free()
308 struct capiminor *mp = np->minorp; in capincci_free_minor() local
318 struct capiminor *mp = np->minorp; in capincci_minor_opencount() local
[all …]
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c419 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) in rdl()
424 static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset) in rdlp()
429 static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data) in wrl()
434 static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data) in wrlp()
453 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_enable() local
459 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_disable() local
469 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_reset_hw_ptr() local
479 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_enable() local
485 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_disable() local
495 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_maybe_wake() local
[all …]

123456789