| /fs/xfs/libxfs/ |
| D | xfs_trans_resv.c | 79 struct xfs_mount *mp, in xfs_allocfree_log_count() 124 struct xfs_mount *mp, in xfs_calc_inode_res() 156 struct xfs_mount *mp, in xfs_calc_finobt_res() 211 struct xfs_mount *mp) in xfs_calc_write_reservation() 240 struct xfs_mount *mp) in xfs_calc_itruncate_reservation() 270 struct xfs_mount *mp) in xfs_calc_rename_reservation() 288 struct xfs_mount *mp) in xfs_calc_iunlink_remove_reservation() 308 struct xfs_mount *mp) in xfs_calc_link_reservation() 326 xfs_calc_iunlink_add_reservation(xfs_mount_t *mp) in xfs_calc_iunlink_add_reservation() 346 struct xfs_mount *mp) in xfs_calc_remove_reservation() [all …]
|
| D | xfs_trans_space.h | 26 #define XFS_MAX_CONTIG_RMAPS_PER_BLOCK(mp) \ argument 30 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels) argument 33 #define XFS_NRMAPADD_SPACE_RES(mp, b)\ argument 38 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \ argument 40 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument 41 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument 47 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument 51 #define XFS_DAENTER_1B(mp,w) \ argument 53 #define XFS_DAENTER_DBS(mp,w) \ argument 55 #define XFS_DAENTER_BLOCKS(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 | 55 struct xfs_mount *mp, in xfs_perag_get() 77 struct xfs_mount *mp, in xfs_perag_get_tag() 114 xfs_mount_t *mp, in xfs_mount_validate_sb() 584 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_verify() local 618 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_read_verify() local 675 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_write_verify() local 716 struct xfs_mount *mp, in xfs_sb_mount_common() 781 struct xfs_mount *mp, in xfs_initialize_perag_data() 838 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb() local 863 struct xfs_mount *mp, in xfs_sync_sb()
|
| D | xfs_ialloc_btree.h | 32 #define XFS_INOBT_BLOCK_LEN(mp) \ argument 41 #define XFS_INOBT_REC_ADDR(mp, block, index) \ argument 47 #define XFS_INOBT_KEY_ADDR(mp, block, index) \ argument 53 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 72 #define xfs_inobt_rec_check_count(mp, rec) 0 argument
|
| D | xfs_symlink_remote.c | 43 struct xfs_mount *mp, in xfs_symlink_blocks() 53 struct xfs_mount *mp, in xfs_symlink_hdr_set() 105 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_verify() local 131 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_read_verify() local 150 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_write_verify() local 183 struct xfs_mount *mp = ip->i_mount; in xfs_symlink_local_to_remote() local
|
| D | xfs_dquot_buf.c | 52 struct xfs_mount *mp, in xfs_dqcheck() 176 struct xfs_mount *mp, in xfs_dquot_buf_verify_crc() 208 struct xfs_mount *mp, in xfs_dquot_buf_verify() 254 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_read_verify() local 275 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_readahead_verify() local 293 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_write_verify() local
|
| D | xfs_attr_remote.c | 53 struct xfs_mount *mp, in xfs_attr3_rmt_blocks() 93 struct xfs_mount *mp, in xfs_attr3_rmt_verify() 123 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_rmt_read_verify() local 162 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_rmt_write_verify() local 212 struct xfs_mount *mp, in xfs_attr3_rmt_hdr_set() 251 struct xfs_mount *mp, in xfs_attr_rmtval_copyout() 299 struct xfs_mount *mp, in xfs_attr_rmtval_copyin() 355 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_get() local 420 struct xfs_mount *mp = dp->i_mount; in xfs_attr_rmtval_set() local 551 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_remove() 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_inode_buf.c | 41 xfs_mount_t *mp, in xfs_inobp_check() 63 struct xfs_mount *mp, in xfs_dinode_good_version() 92 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_inode_buf_verify() local 175 struct xfs_mount *mp, in xfs_imap_to_bp() 386 struct xfs_mount *mp, in xfs_dinode_verify() 444 struct xfs_mount *mp, in xfs_dinode_calc_crc() 472 xfs_mount_t *mp, in xfs_iread()
|
| D | xfs_alloc.c | 57 struct xfs_mount *mp) in xfs_refc_block() 68 struct xfs_mount *mp) in xfs_prealloc_blocks() 96 struct xfs_mount *mp) in xfs_alloc_set_aside() 117 struct xfs_mount *mp) in xfs_alloc_ag_max_usable() 393 struct xfs_mount *mp; in xfs_alloc_fixup_trees() local 522 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_verify() local 553 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_read_verify() local 577 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_write_verify() local 607 xfs_mount_t *mp, /* mount point structure */ in xfs_alloc_read_agfl() 1671 xfs_mount_t *mp; /* mount point struct for filesystem */ in xfs_free_ag_extent() local [all …]
|
| D | xfs_ialloc.c | 51 struct xfs_mount *mp) in xfs_ialloc_cluster_alignment() 161 struct xfs_mount *mp, in xfs_inobt_insert() 252 struct xfs_mount *mp, in xfs_ialloc_inode_init() 406 struct xfs_mount *mp, in xfs_align_sparse_ino() 510 struct xfs_mount *mp, in xfs_inobt_insert_sprec() 891 xfs_mount_t *mp) in xfs_ialloc_next_ag() 920 xfs_mount_t *mp; /* mount point structure */ in xfs_ialloc_ag_select() local 1112 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt() local 1536 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag() local 1676 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc() local [all …]
|
| /fs/xfs/ |
| D | xfs_mount.c | 70 struct xfs_mount *mp) in xfs_uuid_mount() 112 struct xfs_mount *mp) in xfs_uuid_unmount() 149 xfs_mount_t *mp) in xfs_free_perag() 184 xfs_mount_t *mp, in xfs_initialize_perag() 257 struct xfs_mount *mp, in xfs_readsb() 355 xfs_update_alignment(xfs_mount_t *mp) in xfs_update_alignment() 421 xfs_set_maxicount(xfs_mount_t *mp) in xfs_set_maxicount() 448 xfs_set_rw_sizes(xfs_mount_t *mp) in xfs_set_rw_sizes() 485 struct xfs_mount *mp) in xfs_set_low_space_thresholds() 502 xfs_set_inoalignment(xfs_mount_t *mp) in xfs_set_inoalignment() [all …]
|
| D | xfs_icache.c | 46 struct xfs_mount *mp, in xfs_inode_alloc() 159 struct xfs_mount *mp) in xfs_reclaim_work_queue() 181 struct xfs_mount *mp = container_of(to_delayed_work(work), in xfs_reclaim_worker() local 192 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_set_reclaim_tag() local 214 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_clear_reclaim_tag() local 238 struct xfs_mount *mp = ip->i_mount; in xfs_inode_set_reclaim_tag() local 292 struct xfs_mount *mp, in xfs_reinit_inode() 322 struct xfs_mount *mp = ip->i_mount; in xfs_iget_cache_hit() local 451 struct xfs_mount *mp, in xfs_iget_cache_miss() 566 xfs_mount_t *mp, in xfs_iget() [all …]
|
| D | xfs_super.c | 186 struct xfs_mount *mp, in xfs_parseargs() 472 struct xfs_mount *mp, in xfs_showargs() 604 struct xfs_mount *mp, in xfs_set_inode_alloc() 676 xfs_mount_t *mp, in xfs_blkdev_get() 709 struct xfs_mount *mp) in xfs_close_devices() 736 struct xfs_mount *mp) in xfs_open_devices() 807 struct xfs_mount *mp) in xfs_setup_devices() 837 struct xfs_mount *mp) in xfs_init_mount_workqueues() 902 struct xfs_mount *mp) in xfs_destroy_mount_workqueues() 922 struct xfs_mount *mp) in xfs_flush_inodes() [all …]
|
| D | xfs_fsops.c | 54 xfs_mount_t *mp, in xfs_fs_geometry() 131 struct xfs_mount *mp, in xfs_growfs_get_hdr_buf() 153 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_data_private() 714 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_log_private() 743 xfs_mount_t *mp, in xfs_growfs_data() 765 xfs_mount_t *mp, in xfs_growfs_log() 785 xfs_mount_t *mp, in xfs_fs_counts() 816 xfs_mount_t *mp, in xfs_reserve_blocks() 927 xfs_mount_t *mp, in xfs_fs_goingdown() 963 xfs_mount_t *mp, in xfs_do_force_shutdown() [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 254 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_nextdqblk() local 281 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk() local
|
| D | xfs_qm.c | 63 struct xfs_mount *mp, in xfs_qm_dquot_walk() 136 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqpurge() local 201 struct xfs_mount *mp, in xfs_qm_dqpurge_all() 217 struct xfs_mount *mp) in xfs_qm_unmount() 230 xfs_mount_t *mp) in xfs_qm_unmount_quotas() 313 struct xfs_mount *mp = ip->i_mount; in xfs_qm_need_dqattach() local 338 xfs_mount_t *mp = ip->i_mount; in xfs_qm_dqattach_locked() local 568 xfs_mount_t *mp, in xfs_qm_set_defquota() 603 xfs_mount_t *mp) in xfs_qm_init_quotainfo() 723 xfs_mount_t *mp) in xfs_qm_destroy_quotainfo() [all …]
|
| 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() 271 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles() 306 xfs_mount_t *mp, in xfs_qm_scall_quotaon() 396 struct xfs_mount *mp, in xfs_qm_scall_setqlim() 559 xfs_mount_t *mp, in xfs_qm_log_quotaoff_end() 587 xfs_mount_t *mp, in xfs_qm_log_quotaoff() 628 struct xfs_mount *mp, in xfs_qm_scall_getquota() 758 struct xfs_mount *mp, in xfs_qm_dqrele_all_inodes()
|
| D | xfs_filestream.c | 85 xfs_mount_t *mp, in xfs_filestream_peek_ag() 99 xfs_mount_t *mp, in xfs_filestream_get_ag() 113 xfs_mount_t *mp, in xfs_filestream_put_ag() 149 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_pick_ag() local 320 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_lookup_ag() local 371 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_new_ag() local 420 xfs_mount_t *mp) in xfs_filestream_mount() 435 xfs_mount_t *mp) in xfs_filestream_unmount()
|
| D | xfs_rtalloc.c | 49 xfs_mount_t *mp, /* file system mount structure */ in xfs_rtget_summary() 66 xfs_mount_t *mp, /* file system mount structure */ in xfs_rtany_summary() 153 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_range() 232 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_block() 345 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_exact() 424 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_near() 619 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_size() 763 struct xfs_mount *mp, /* file system mount point */ in xfs_growfs_rt_alloc() 881 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_rt() 1101 xfs_mount_t *mp = tp->t_mountp; in xfs_rtallocate_extent() local [all …]
|
| D | xfs_error.c | 58 xfs_errortag_add(unsigned int error_tag, xfs_mount_t *mp) in xfs_errortag_add() 96 xfs_errortag_clearall(xfs_mount_t *mp, int loud) in xfs_errortag_clearall() 130 struct xfs_mount *mp, in xfs_error_report() 148 struct xfs_mount *mp, in xfs_corruption_error() 168 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_verifier_error() local
|
| /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()
|