/linux/fs/xfs/libxfs/ |
A D | xfs_ag.c | 383 be32_add_cpu(&arec->ar_startblock, mp->m_sb.sb_logblocks); in xfs_freesp_init_recs() 557 be32_add_cpu(&agf->agf_freeblks, -logblocks); in xfs_agfblock_init() 845 be32_add_cpu(&agi->agi_length, -delta); in xfs_ag_shrink_space() 846 be32_add_cpu(&agf->agf_length, -delta); in xfs_ag_shrink_space() 850 be32_add_cpu(&agi->agi_length, delta); in xfs_ag_shrink_space() 851 be32_add_cpu(&agf->agf_length, delta); in xfs_ag_shrink_space() 905 be32_add_cpu(&agi->agi_length, len); in xfs_ag_extend_space() 918 be32_add_cpu(&agf->agf_length, len); in xfs_ag_extend_space()
|
A D | xfs_rmap_btree.c | 73 be32_add_cpu(&agf->agf_levels[btnum], inc); in xfs_rmapbt_set_root() 107 be32_add_cpu(&agf->agf_rmap_blocks, 1); in xfs_rmapbt_alloc_block() 130 be32_add_cpu(&agf->agf_rmap_blocks, -1); in xfs_rmapbt_free_block() 187 be32_add_cpu(&key->rmap.rm_startblock, adj); in xfs_rmapbt_init_high_key_from_rec()
|
A D | xfs_refcount_btree.c | 47 be32_add_cpu(&agf->agf_refcount_level, inc); in xfs_refcountbt_set_root() 89 be32_add_cpu(&agf->agf_refcount_blocks, 1); in xfs_refcountbt_alloc_block() 112 be32_add_cpu(&agf->agf_refcount_blocks, -1); in xfs_refcountbt_free_block()
|
A D | xfs_ialloc_btree.c | 53 be32_add_cpu(&agi->agi_level, inc); in xfs_inobt_set_root() 67 be32_add_cpu(&agi->agi_free_level, inc); in xfs_finobt_set_root() 85 be32_add_cpu(&agi->agi_fblocks, howmuch); in xfs_inobt_mod_blockcount() 87 be32_add_cpu(&agi->agi_iblocks, howmuch); in xfs_inobt_mod_blockcount()
|
A D | xfs_dir2_block.c | 332 be32_add_cpu(&btp->count, -(be32_to_cpu(btp->stale) - 1)); in xfs_dir2_block_compact() 484 be32_add_cpu(&btp->count, 1); in xfs_dir2_block_addname() 546 be32_add_cpu(&btp->stale, -1); in xfs_dir2_block_addname() 826 be32_add_cpu(&btp->stale, 1); in xfs_dir2_block_removename()
|
A D | xfs_ialloc.c | 882 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc() 883 be32_add_cpu(&agi->agi_freecount, newlen); in xfs_ialloc_ag_alloc() 1231 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag_inobt() 1517 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag() 1970 be32_add_cpu(&agi->agi_count, -ilen); in xfs_difree_inobt() 1971 be32_add_cpu(&agi->agi_freecount, -(ilen - 1)); in xfs_difree_inobt() 1998 be32_add_cpu(&agi->agi_freecount, 1); in xfs_difree_inobt()
|
A D | xfs_alloc.c | 719 be32_add_cpu(&agf->agf_freeblks, len); in xfs_alloc_update_counters() 2787 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist() 2794 be32_add_cpu(&agf->agf_flcount, -1); in xfs_alloc_get_freelist() 2799 be32_add_cpu(&agf->agf_btreeblks, 1); in xfs_alloc_get_freelist() 2894 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist() 2900 be32_add_cpu(&agf->agf_flcount, 1); in xfs_alloc_put_freelist() 2905 be32_add_cpu(&agf->agf_btreeblks, -1); in xfs_alloc_put_freelist()
|
A D | xfs_dir2_leaf.c | 812 be32_add_cpu(<p->bestcount, 1); in xfs_dir2_leaf_addname() 1464 be32_add_cpu(<p->bestcount, -(db - i)); in xfs_dir2_leaf_removename() 1642 be32_add_cpu(<p->bestcount, -1); in xfs_dir2_leaf_trim_data()
|
A D | xfs_alloc_btree.c | 46 be32_add_cpu(&agf->agf_levels[btnum], inc); in xfs_allocbt_set_root()
|
/linux/fs/ufs/ |
A D | swab.h | 68 be32_add_cpu((__be32 *)n, d); in fs32_add() 77 be32_add_cpu((__be32 *)n, -d); in fs32_sub()
|
/linux/include/linux/byteorder/ |
A D | generic.h | 181 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu() function
|
/linux/fs/xfs/ |
A D | xfs_trans.c | 511 be32_add_cpu(&sbp->sb_agcount, tp->t_agcount_delta); in xfs_trans_apply_sb_deltas() 519 be32_add_cpu(&sbp->sb_rextsize, tp->t_rextsize_delta); in xfs_trans_apply_sb_deltas() 523 be32_add_cpu(&sbp->sb_rbmblocks, tp->t_rbmblocks_delta); in xfs_trans_apply_sb_deltas()
|
/linux/drivers/soc/fsl/qbman/ |
A D | qman_test_api.c | 90 be32_add_cpu(&fd->cmd, 1); in fd_inc()
|
/linux/fs/sysv/ |
A D | sysv.h | 216 be32_add_cpu((__be32 *)n, d); in fs32_add()
|
/linux/drivers/of/ |
A D | resolver.c | 195 be32_add_cpu(prop->value + off, phandle_delta); in adjust_local_phandle_references()
|
/linux/fs/ksmbd/ |
A D | smb_common.h | 479 be32_add_cpu((__be32 *)buf, count); in inc_rfc1001_len()
|
/linux/fs/omfs/ |
A D | file.c | 179 be32_add_cpu(&oe->e_extent_count, 1); in omfs_grow_extent()
|
/linux/fs/hfs/ |
A D | mdb.c | 224 be32_add_cpu(&mdb->drWrCnt, 1); in hfs_mdb_get()
|
/linux/fs/ocfs2/dlm/ |
A D | dlmast.c | 446 be32_add_cpu(&past.flags, LKM_GET_LVB); in dlm_send_proxy_ast_msg()
|
/linux/fs/affs/ |
A D | file.c | 581 be32_add_cpu(&AFFS_DATA_HEAD(bh)->size, tmp); in affs_extent_file_ofs() 729 be32_add_cpu(&AFFS_DATA_HEAD(bh)->size, tmp); in affs_write_end_ofs()
|
/linux/fs/hfsplus/ |
A D | super.c | 547 be32_add_cpu(&vhdr->write_count, 1); in hfsplus_fill_super()
|
A D | xattr.c | 104 be32_add_cpu(&head->free_nodes, 0 - map_nodes); in hfsplus_init_header_node()
|
/linux/fs/ocfs2/cluster/ |
A D | nodemanager.c | 285 be32_add_cpu(&ipv4_addr, octets[i] << (i * 8)); in o2nm_node_ipv4_address_store()
|
/linux/fs/gfs2/ |
A D | rgrp.c | 2569 be32_add_cpu(&rgd->rd_rgl->rl_unlinked, 1); in gfs2_unlink_di() 2587 be32_add_cpu(&rgd->rd_rgl->rl_unlinked, -1); in gfs2_free_di()
|
/linux/fs/cifs/ |
A D | cifsglob.h | 573 be32_add_cpu((__be32 *)buf, count); in inc_rfc1001_len()
|