/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 68 struct xfs_mount *mp, in xfs_allocfree_log_count() 113 struct xfs_mount *mp, in xfs_calc_inode_res() 135 struct xfs_mount *mp) in xfs_calc_inobt_res() 156 struct xfs_mount *mp) in xfs_calc_finobt_res() 181 struct xfs_mount *mp, in xfs_calc_inode_chunk_res() 235 struct xfs_mount *mp) in xfs_calc_write_reservation() 262 struct xfs_mount *mp) in xfs_calc_itruncate_reservation() 287 struct xfs_mount *mp) in xfs_calc_rename_reservation() 306 struct xfs_mount *mp) in xfs_calc_iunlink_remove_reservation() 326 struct xfs_mount *mp) in xfs_calc_link_reservation() [all …]
|
D | xfs_trans_space.h | 14 #define XFS_MAX_CONTIG_RMAPS_PER_BLOCK(mp) \ argument 18 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels) argument 21 #define XFS_NRMAPADD_SPACE_RES(mp, b)\ argument 26 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \ argument 28 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument 29 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument 35 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument 39 #define XFS_DAENTER_1B(mp,w) \ argument 41 #define XFS_DAENTER_DBS(mp,w) \ argument 43 #define XFS_DAENTER_BLOCKS(mp,w) \ argument [all …]
|
D | xfs_types.c | 18 struct xfs_mount *mp, in xfs_ag_block_count() 34 struct xfs_mount *mp, in xfs_verify_agbno() 54 struct xfs_mount *mp, in xfs_verify_fsbno() 67 struct xfs_mount *mp, in xfs_agino_range() 98 struct xfs_mount *mp, in xfs_verify_agino() 115 struct xfs_mount *mp, in xfs_verify_agino_or_null() 128 struct xfs_mount *mp, in xfs_verify_ino() 144 struct xfs_mount *mp, in xfs_internal_inum() 158 struct xfs_mount *mp, in xfs_verify_dir_ino() 172 struct xfs_mount *mp, in xfs_verify_rtbno() [all …]
|
D | xfs_quota_defs.h | 60 #define XFS_DQUOT_LOGRES(mp) \ argument 63 #define XFS_IS_QUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT) argument 64 #define XFS_IS_UQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT) argument 65 #define XFS_IS_PQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_PQUOTA_ACCT) argument 66 #define XFS_IS_GQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_GQUOTA_ACCT) argument 67 #define XFS_IS_UQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_UQUOTA_ENFD) argument 68 #define XFS_IS_GQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_GQUOTA_ENFD) argument 69 #define XFS_IS_PQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_PQUOTA_ENFD) argument 86 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & (XFS_UQUOTA_ACTIVE | \ argument 89 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACTIVE) argument [all …]
|
D | xfs_ag.c | 28 struct xfs_mount *mp, in xfs_get_aghdr_buf() 47 static inline bool is_log_ag(struct xfs_mount *mp, struct aghdr_init_data *id) in is_log_ag() 58 struct xfs_mount *mp, in xfs_btroot_init() 68 struct xfs_mount *mp, in xfs_freesp_init_recs() 125 struct xfs_mount *mp, in xfs_bnoroot_init() 135 struct xfs_mount *mp, in xfs_cntroot_init() 148 struct xfs_mount *mp, in xfs_rmaproot_init() 227 struct xfs_mount *mp, in xfs_sbblock_init() 239 struct xfs_mount *mp, in xfs_agfblock_init() 287 struct xfs_mount *mp, in xfs_agflblock_init() [all …]
|
D | xfs_dquot_buf.c | 38 struct xfs_mount *mp, in xfs_dquot_verify() 96 struct xfs_mount *mp, in xfs_dqblk_verify() 113 struct xfs_mount *mp, in xfs_dqblk_repair() 138 struct xfs_mount *mp, in xfs_dquot_buf_verify_crc() 173 struct xfs_mount *mp, in xfs_dquot_buf_verify() 225 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_verify_struct() local 234 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_read_verify() local 251 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_readahead_verify() local 269 struct xfs_mount *mp = bp->b_mount; in xfs_dquot_buf_write_verify() local
|
D | xfs_sb.c | 39 struct xfs_mount *mp, in xfs_perag_get() 61 struct xfs_mount *mp, in xfs_perag_get_tag() 96 struct xfs_mount *mp, in xfs_validate_sb_read() 144 struct xfs_mount *mp, in xfs_validate_sb_write() 218 struct xfs_mount *mp, in xfs_validate_sb_common() 682 struct xfs_mount *mp = bp->b_mount; in xfs_sb_read_verify() local 748 struct xfs_mount *mp = bp->b_mount; in xfs_sb_write_verify() local 802 struct xfs_mount *mp, in xfs_sb_mount_common() 850 struct xfs_mount *mp, in xfs_initialize_perag_data() 922 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb() local [all …]
|
D | xfs_bmap_btree.h | 18 #define XFS_BMBT_BLOCK_LEN(mp) \ argument 22 #define XFS_BMBT_REC_ADDR(mp, block, index) \ argument 28 #define XFS_BMBT_KEY_ADDR(mp, block, index) \ argument 34 #define XFS_BMBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 64 #define XFS_BMAP_BROOT_PTR_ADDR(mp, bb, i, sz) \ argument 67 #define XFS_BMAP_BROOT_SPACE_CALC(mp, nrecs) \ argument 71 #define XFS_BMAP_BROOT_SPACE(mp, bb) \ argument 82 #define XFS_BM_MAXLEVELS(mp,w) ((mp)->m_bm_maxlevels[(w)]) argument
|
D | xfs_inode_buf.c | 30 xfs_mount_t *mp, in xfs_inobp_check() 49 struct xfs_mount *mp, in xfs_dinode_good_version() 78 struct xfs_mount *mp = bp->b_mount; in xfs_inode_buf_verify() local 170 struct xfs_mount *mp, in xfs_imap_to_bp() 378 struct xfs_mount *mp, in xfs_dinode_verify_fork() 419 struct xfs_mount *mp) in xfs_dinode_verify_forkoff() 443 struct xfs_mount *mp, in xfs_dinode_verify() 586 struct xfs_mount *mp, in xfs_dinode_calc_crc() 614 xfs_mount_t *mp, in xfs_iread() 729 struct xfs_mount *mp, in xfs_inode_validate_extsize() [all …]
|
D | xfs_ialloc_btree.h | 20 #define XFS_INOBT_BLOCK_LEN(mp) \ argument 29 #define XFS_INOBT_REC_ADDR(mp, block, index) \ argument 35 #define XFS_INOBT_KEY_ADDR(mp, block, index) \ argument 41 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 60 #define xfs_inobt_rec_check_count(mp, rec) 0 argument
|
D | xfs_symlink_remote.c | 27 struct xfs_mount *mp, in xfs_symlink_blocks() 37 struct xfs_mount *mp, in xfs_symlink_hdr_set() 89 struct xfs_mount *mp = bp->b_mount; in xfs_symlink_verify() local 115 struct xfs_mount *mp = bp->b_mount; in xfs_symlink_read_verify() local 135 struct xfs_mount *mp = bp->b_mount; in xfs_symlink_write_verify() local 171 struct xfs_mount *mp = ip->i_mount; in xfs_symlink_local_to_remote() local
|
/fs/xfs/ |
D | xfs_mount.c | 56 struct xfs_mount *mp) in xfs_uuid_mount() 101 struct xfs_mount *mp) in xfs_uuid_unmount() 138 xfs_mount_t *mp) in xfs_free_perag() 176 xfs_mount_t *mp, in xfs_initialize_perag() 268 struct xfs_mount *mp, in xfs_readsb() 366 xfs_update_alignment(xfs_mount_t *mp) in xfs_update_alignment() 435 xfs_set_rw_sizes(xfs_mount_t *mp) in xfs_set_rw_sizes() 472 struct xfs_mount *mp) in xfs_set_low_space_thresholds() 489 struct xfs_mount *mp) in xfs_check_sizes() 533 struct xfs_mount *mp) in xfs_mount_reset_sbqflags() [all …]
|
D | xfs_error.h | 27 #define XFS_ERROR_REPORT(e, lvl, mp) \ argument 29 #define XFS_CORRUPTION_ERROR(e, lvl, mp, buf, bufsize) \ argument 43 #define XFS_WANT_CORRUPTED_GOTO(mp, x, l) \ argument 55 #define XFS_WANT_CORRUPTED_RETURN(mp, x) \ argument 71 #define XFS_TEST_ERROR(expr, mp, tag) \ argument 80 #define xfs_errortag_init(mp) (0) argument 81 #define xfs_errortag_del(mp) argument 82 #define XFS_TEST_ERROR(expr, mp, tag) (expr) argument 83 #define xfs_errortag_set(mp, tag, val) (ENOSYS) argument 84 #define xfs_errortag_add(mp, tag) (ENOSYS) argument [all …]
|
D | xfs_icache.c | 33 struct xfs_mount *mp, in xfs_inode_alloc() 150 struct xfs_mount *mp) in xfs_reclaim_work_queue() 172 struct xfs_mount *mp = container_of(to_delayed_work(work), in xfs_reclaim_worker() local 183 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_set_reclaim_tag() local 205 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_clear_reclaim_tag() local 229 struct xfs_mount *mp = ip->i_mount; in xfs_inode_set_reclaim_tag() local 283 struct xfs_mount *mp, in xfs_reinit_inode() 355 struct xfs_mount *mp = ip->i_mount; in xfs_iget_cache_hit() local 492 struct xfs_mount *mp, in xfs_iget_cache_miss() 616 xfs_mount_t *mp, in xfs_iget() [all …]
|
D | xfs_fsops.c | 28 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_data_private() 173 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_log_private() 195 struct xfs_mount *mp, in xfs_growfs_imaxpct() 223 struct xfs_mount *mp, in xfs_growfs_data() 270 xfs_mount_t *mp, in xfs_growfs_log() 290 xfs_mount_t *mp, in xfs_fs_counts() 320 xfs_mount_t *mp, in xfs_reserve_blocks() 431 xfs_mount_t *mp, in xfs_fs_goingdown() 467 struct xfs_mount *mp, in xfs_do_force_shutdown() 524 struct xfs_mount *mp) in xfs_fs_reserve_ag_blocks() [all …]
|
D | xfs_qm.c | 48 struct xfs_mount *mp, in xfs_qm_dquot_walk() 121 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqpurge() local 183 struct xfs_mount *mp, in xfs_qm_dqpurge_all() 199 struct xfs_mount *mp) in xfs_qm_unmount() 212 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 542 xfs_mount_t *mp, in xfs_qm_set_defquota() 574 struct xfs_mount *mp, in xfs_qm_init_timelimits() 638 struct xfs_mount *mp) in xfs_qm_init_quotainfo() [all …]
|
D | xfs_super.c | 158 struct xfs_mount *mp, in xfs_parseargs() 436 struct xfs_mount *mp, in xfs_showargs() 558 struct xfs_mount *mp, in xfs_set_inode_alloc() 630 xfs_mount_t *mp, in xfs_blkdev_get() 663 struct xfs_mount *mp) in xfs_close_devices() 699 struct xfs_mount *mp) in xfs_open_devices() 778 struct xfs_mount *mp) in xfs_setup_devices() 808 struct xfs_mount *mp) in xfs_init_mount_workqueues() 859 struct xfs_mount *mp) in xfs_destroy_mount_workqueues() 877 struct xfs_mount *mp) in xfs_flush_inodes() [all …]
|
D | xfs_error.c | 84 struct xfs_mount *mp = to_mp(kobject); in xfs_errortag_attr_store() local 109 struct xfs_mount *mp = to_mp(kobject); in xfs_errortag_attr_show() local 213 struct xfs_mount *mp) in xfs_errortag_init() 226 struct xfs_mount *mp) in xfs_errortag_del() 234 struct xfs_mount *mp, in xfs_errortag_test() 266 struct xfs_mount *mp, in xfs_errortag_get() 277 struct xfs_mount *mp, in xfs_errortag_set() 290 struct xfs_mount *mp, in xfs_errortag_add() 302 struct xfs_mount *mp) in xfs_errortag_clearall() 313 struct xfs_mount *mp, in xfs_error_report() [all …]
|
D | xfs_qm_syscalls.c | 36 xfs_mount_t *mp, in xfs_qm_scall_quotaoff() 207 struct xfs_mount *mp, in xfs_qm_scall_trunc_qfile() 255 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles() 290 xfs_mount_t *mp, in xfs_qm_scall_quotaon() 380 struct xfs_mount *mp, in xfs_qm_scall_setqlim() 543 xfs_mount_t *mp, in xfs_qm_log_quotaoff_end() 571 xfs_mount_t *mp, in xfs_qm_log_quotaoff() 612 struct xfs_mount *mp, in xfs_qm_scall_getquota_fill_qc() 674 struct xfs_mount *mp, in xfs_qm_scall_getquota() 712 struct xfs_mount *mp, in xfs_qm_scall_getquota_next() [all …]
|
D | xfs_quotaops.c | 22 struct xfs_mount *mp, in xfs_qm_fill_state() 59 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_quota_state() local 112 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_info() local 163 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable() local 178 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable() local 195 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota() local 223 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk() local 243 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_nextdqblk() local 268 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk() local
|
D | xfs_dquot.c | 69 struct xfs_mount *mp, in xfs_qm_adjust_dqlimits() 116 xfs_mount_t *mp, in xfs_qm_adjust_dqtimers() 209 xfs_mount_t *mp, in xfs_qm_init_dquot_blk() 287 struct xfs_mount *mp = tp->t_mountp; in xfs_dquot_disk_alloc() local 375 struct xfs_mount *mp, in xfs_dquot_disk_read() 437 struct xfs_mount *mp, in xfs_dquot_alloc() 517 struct xfs_mount *mp, in xfs_qm_dqread_alloc() 558 struct xfs_mount *mp, in xfs_qm_dqread() 605 struct xfs_mount *mp, in xfs_dq_get_next_id() 657 struct xfs_mount *mp, in xfs_qm_dqget_cache_lookup() [all …]
|
D | xfs_filestream.c | 71 xfs_mount_t *mp, in xfs_filestream_peek_ag() 85 xfs_mount_t *mp, in xfs_filestream_get_ag() 99 xfs_mount_t *mp, in xfs_filestream_put_ag() 114 struct xfs_mount *mp = data; in xfs_fstrm_free_func() local 136 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_pick_ag() local 306 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_lookup_ag() local 357 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_new_ag() local 406 xfs_mount_t *mp) in xfs_filestream_mount() 421 xfs_mount_t *mp) in xfs_filestream_unmount()
|
D | xfs_health.c | 25 struct xfs_mount *mp) in xfs_health_unmount() 95 struct xfs_mount *mp, in xfs_fs_mark_sick() 110 struct xfs_mount *mp, in xfs_fs_mark_healthy() 125 struct xfs_mount *mp, in xfs_fs_measure_sickness() 138 struct xfs_mount *mp, in xfs_rt_mark_sick() 153 struct xfs_mount *mp, in xfs_rt_mark_healthy() 168 struct xfs_mount *mp, in xfs_rt_measure_sickness() 301 struct xfs_mount *mp, in xfs_fsop_geom_health()
|
/fs/jfs/ |
D | jfs_metapage.c | 31 #define metapage_locked(mp) test_bit(META_locked, &(mp)->flag) argument 32 #define trylock_metapage(mp) test_and_set_bit_lock(META_locked, &(mp)->flag) argument 34 static inline void unlock_metapage(struct metapage *mp) in unlock_metapage() 40 static inline void __lock_metapage(struct metapage *mp) in __lock_metapage() 60 static inline void lock_metapage(struct metapage *mp) in lock_metapage() 77 struct metapage *mp[MPS_PER_PAGE]; member 88 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage() 115 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage() 151 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage() 161 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage() [all …]
|
D | jfs_metapage.h | 45 #define mark_metapage_dirty(mp) set_bit(META_dirty, &(mp)->flag) argument 72 static inline void write_metapage(struct metapage *mp) in write_metapage() 78 static inline void flush_metapage(struct metapage *mp) in flush_metapage() 84 static inline void discard_metapage(struct metapage *mp) in discard_metapage() 91 static inline void metapage_nohomeok(struct metapage *mp) in metapage_nohomeok() 107 static inline void metapage_wait_for_io(struct metapage *mp) in metapage_wait_for_io() 116 static inline void _metapage_homeok(struct metapage *mp) in _metapage_homeok() 122 static inline void metapage_homeok(struct metapage *mp) in metapage_homeok()
|