| /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 | 51 struct xfs_mount *mp, in xfs_perag_get() 73 struct xfs_mount *mp, in xfs_perag_get_tag() 110 xfs_mount_t *mp, in xfs_mount_validate_sb() 571 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_verify() local 605 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_read_verify() local 662 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_write_verify() local 703 struct xfs_mount *mp, in xfs_sb_mount_common() 754 struct xfs_mount *mp, in xfs_initialize_perag_data() 811 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb() local 836 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_alloc_btree.h | 32 #define XFS_ALLOC_BLOCK_LEN(mp) \ argument 41 #define XFS_ALLOC_REC_ADDR(mp, block, index) \ argument 47 #define XFS_ALLOC_KEY_ADDR(mp, block, index) \ argument 53 #define XFS_ALLOC_PTR_ADDR(mp, block, index, maxrecs) \ argument
|
| D | xfs_attr_remote.c | 52 struct xfs_mount *mp, in xfs_attr3_rmt_blocks() 92 struct xfs_mount *mp, in xfs_attr3_rmt_verify() 122 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_rmt_read_verify() local 161 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_rmt_write_verify() local 211 struct xfs_mount *mp, in xfs_attr3_rmt_hdr_set() 250 struct xfs_mount *mp, in xfs_attr_rmtval_copyout() 298 struct xfs_mount *mp, in xfs_attr_rmtval_copyin() 354 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_get() local 419 struct xfs_mount *mp = dp->i_mount; in xfs_attr_rmtval_set() local 562 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_remove() local
|
| D | xfs_inode_buf.c | 39 xfs_mount_t *mp, in xfs_inobp_check() 79 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_inode_buf_verify() local 162 struct xfs_mount *mp, in xfs_imap_to_bp() 295 struct xfs_mount *mp, in xfs_dinode_verify() 328 struct xfs_mount *mp, in xfs_dinode_calc_crc() 356 xfs_mount_t *mp, in xfs_iread()
|
| D | xfs_ialloc.c | 49 struct xfs_mount *mp) in xfs_ialloc_cluster_alignment() 160 struct xfs_mount *mp, in xfs_inobt_insert() 251 struct xfs_mount *mp, in xfs_ialloc_inode_init() 407 struct xfs_mount *mp, in xfs_align_sparse_ino() 511 struct xfs_mount *mp, in xfs_inobt_insert_sprec() 891 xfs_mount_t *mp) in xfs_ialloc_next_ag() 920 xfs_mount_t *mp; /* mount point structure */ in xfs_ialloc_ag_select() local 1112 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt() local 1537 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag() local 1677 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc() local [all …]
|
| /fs/xfs/ |
| D | xfs_mount.c | 66 struct xfs_mount *mp) in xfs_uuid_mount() 109 struct xfs_mount *mp) in xfs_uuid_unmount() 146 xfs_mount_t *mp) in xfs_free_perag() 181 xfs_mount_t *mp, in xfs_initialize_perag() 270 struct xfs_mount *mp, in xfs_readsb() 366 xfs_update_alignment(xfs_mount_t *mp) in xfs_update_alignment() 432 xfs_set_maxicount(xfs_mount_t *mp) in xfs_set_maxicount() 459 xfs_set_rw_sizes(xfs_mount_t *mp) in xfs_set_rw_sizes() 496 struct xfs_mount *mp) in xfs_set_low_space_thresholds() 513 xfs_set_inoalignment(xfs_mount_t *mp) in xfs_set_inoalignment() [all …]
|
| D | xfs_super.c | 175 struct xfs_mount *mp, in xfs_parseargs() 459 struct xfs_mount *mp, in xfs_showargs() 580 xfs_set_inode32(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode32() 632 xfs_set_inode64(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode64() 657 xfs_mount_t *mp, in xfs_blkdev_get() 690 struct xfs_mount *mp) in xfs_close_devices() 717 struct xfs_mount *mp) in xfs_open_devices() 788 struct xfs_mount *mp) in xfs_setup_devices() 818 struct xfs_mount *mp) in xfs_init_mount_workqueues() 876 struct xfs_mount *mp) in xfs_destroy_mount_workqueues() [all …]
|
| D | xfs_icache.c | 48 struct xfs_mount *mp, in xfs_inode_alloc() 189 struct xfs_mount *mp = ip->i_mount; in xfs_iget_cache_hit() local 318 struct xfs_mount *mp, in xfs_iget_cache_miss() 453 xfs_mount_t *mp, in xfs_iget() 578 struct xfs_mount *mp, in xfs_inode_ag_walk() 689 struct xfs_mount *mp) in xfs_queue_eofblocks() 703 struct xfs_mount *mp = container_of(to_delayed_work(work), in xfs_eofblocks_worker() local 711 struct xfs_mount *mp, in xfs_inode_ag_iterator_flags() 740 struct xfs_mount *mp, in xfs_inode_ag_iterator() 751 struct xfs_mount *mp, in xfs_inode_ag_iterator_tag() [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 236 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk() local 253 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk() local
|
| D | xfs_fsops.c | 50 xfs_mount_t *mp, in xfs_fs_geometry() 123 struct xfs_mount *mp, in xfs_growfs_get_hdr_buf() 145 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_data_private() 568 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_log_private() 597 xfs_mount_t *mp, in xfs_growfs_data() 619 xfs_mount_t *mp, in xfs_growfs_log() 639 xfs_mount_t *mp, in xfs_fs_counts() 670 xfs_mount_t *mp, in xfs_reserve_blocks() 766 xfs_mount_t *mp, in xfs_fs_goingdown() 802 xfs_mount_t *mp, in xfs_do_force_shutdown()
|
| D | xfs_qm.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() 689 xfs_mount_t *mp) in xfs_qm_destroy_quotainfo() 711 xfs_mount_t *mp, in xfs_qm_qino_alloc() [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() 273 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles() 308 xfs_mount_t *mp, in xfs_qm_scall_quotaon() 398 struct xfs_mount *mp, in xfs_qm_scall_setqlim() 561 xfs_mount_t *mp, in xfs_qm_log_quotaoff_end() 593 xfs_mount_t *mp, in xfs_qm_log_quotaoff() 637 struct xfs_mount *mp, in xfs_qm_scall_getquota() 763 struct xfs_mount *mp, in xfs_qm_dqrele_all_inodes()
|
| D | xfs_filestream.c | 83 xfs_mount_t *mp, in xfs_filestream_peek_ag() 97 xfs_mount_t *mp, in xfs_filestream_get_ag() 111 xfs_mount_t *mp, in xfs_filestream_put_ag() 147 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_pick_ag() local 317 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_lookup_ag() local 368 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_new_ag() local 414 xfs_mount_t *mp) in xfs_filestream_mount() 429 xfs_mount_t *mp) in xfs_filestream_unmount()
|
| D | xfs_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() 347 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_exact() 426 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_near() 629 xfs_mount_t *mp, /* file system mount point */ in xfs_rtallocate_extent_size() 773 struct xfs_mount *mp, /* file system mount point */ in xfs_growfs_rt_alloc() 894 xfs_mount_t *mp, /* mount point for filesystem */ in xfs_growfs_rt() 1121 xfs_mount_t *mp = tp->t_mountp; in xfs_rtallocate_extent() local [all …]
|
| 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
|
| /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()
|