/openbmc/linux/fs/ufs/ |
H A D | swab.h | 68 be32_add_cpu((__be32 *)n, d); in fs32_add() 77 be32_add_cpu((__be32 *)n, -d); in fs32_sub()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 539 be32_add_cpu(&arec->ar_startblock, mp->m_sb.sb_logblocks); in xfs_freesp_init_recs() 711 be32_add_cpu(&agf->agf_freeblks, -logblocks); in xfs_agfblock_init() 1007 be32_add_cpu(&agi->agi_length, -delta); in xfs_ag_shrink_space() 1008 be32_add_cpu(&agf->agf_length, -delta); in xfs_ag_shrink_space() 1012 be32_add_cpu(&agi->agi_length, delta); in xfs_ag_shrink_space() 1013 be32_add_cpu(&agf->agf_length, delta); in xfs_ag_shrink_space() 1075 be32_add_cpu(&agi->agi_length, len); in xfs_ag_extend_space() 1086 be32_add_cpu(&agf->agf_length, len); in xfs_ag_extend_space()
|
H 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() 197 be32_add_cpu(&key->rmap.rm_startblock, adj); in xfs_rmapbt_init_high_key_from_rec()
|
H 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()
|
H A D | xfs_refcount_btree.c | 48 be32_add_cpu(&agf->agf_refcount_level, inc); in xfs_refcountbt_set_root() 90 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()
|
H 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()
|
H A D | xfs_ialloc.c | 903 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc() 904 be32_add_cpu(&agi->agi_freecount, newlen); in xfs_ialloc_ag_alloc() 1252 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag_inobt() 1538 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag() 1998 be32_add_cpu(&agi->agi_count, -ilen); in xfs_difree_inobt() 1999 be32_add_cpu(&agi->agi_freecount, -(ilen - 1)); in xfs_difree_inobt() 2028 be32_add_cpu(&agi->agi_freecount, 1); in xfs_difree_inobt()
|
H A D | xfs_alloc.c | 776 be32_add_cpu(&agf->agf_freeblks, len); in xfs_alloc_update_counters() 2855 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist() 2861 be32_add_cpu(&agf->agf_flcount, -1); in xfs_alloc_get_freelist() 2866 be32_add_cpu(&agf->agf_btreeblks, 1); in xfs_alloc_get_freelist() 2945 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist() 2950 be32_add_cpu(&agf->agf_flcount, 1); in xfs_alloc_put_freelist() 2955 be32_add_cpu(&agf->agf_btreeblks, -1); in xfs_alloc_put_freelist()
|
H A D | xfs_dir2_leaf.c | 817 be32_add_cpu(<p->bestcount, 1); in xfs_dir2_leaf_addname() 1469 be32_add_cpu(<p->bestcount, -(db - i)); in xfs_dir2_leaf_removename() 1647 be32_add_cpu(<p->bestcount, -1); in xfs_dir2_leaf_trim_data()
|
H A D | xfs_alloc_btree.c | 46 be32_add_cpu(&agf->agf_levels[btnum], inc); in xfs_allocbt_set_root()
|
/openbmc/u-boot/include/linux/byteorder/ |
H A D | generic.h | 181 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu() function
|
/openbmc/linux/include/linux/byteorder/ |
H A D | generic.h | 181 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu() function
|
/openbmc/linux/drivers/soc/fsl/qbman/ |
H A D | qman_test_api.c | 90 be32_add_cpu(&fd->cmd, 1); in fd_inc()
|
/openbmc/linux/fs/sysv/ |
H A D | sysv.h | 216 be32_add_cpu((__be32 *)n, d); in fs32_add()
|
/openbmc/linux/drivers/of/ |
H A D | resolver.c | 195 be32_add_cpu(prop->value + off, phandle_delta); in adjust_local_phandle_references()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans.c | 529 be32_add_cpu(&sbp->sb_agcount, tp->t_agcount_delta); in xfs_trans_apply_sb_deltas() 537 be32_add_cpu(&sbp->sb_rextsize, tp->t_rextsize_delta); in xfs_trans_apply_sb_deltas() 541 be32_add_cpu(&sbp->sb_rbmblocks, tp->t_rbmblocks_delta); in xfs_trans_apply_sb_deltas()
|
/openbmc/linux/fs/omfs/ |
H A D | file.c | 179 be32_add_cpu(&oe->e_extent_count, 1); in omfs_grow_extent()
|
/openbmc/linux/fs/smb/server/ |
H A D | smb_common.h | 468 be32_add_cpu((__be32 *)buf, count); in inc_rfc1001_len()
|
/openbmc/linux/fs/hfs/ |
H A D | mdb.c | 224 be32_add_cpu(&mdb->drWrCnt, 1); in hfs_mdb_get()
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmast.c | 446 be32_add_cpu(&past.flags, LKM_GET_LVB); in dlm_send_proxy_ast_msg()
|
/openbmc/linux/fs/affs/ |
H A D | file.c | 580 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()
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | nodemanager.c | 285 be32_add_cpu(&ipv4_addr, octets[i] << (i * 8)); in o2nm_node_ipv4_address_store()
|
/openbmc/linux/fs/hfsplus/ |
H A D | super.c | 547 be32_add_cpu(&vhdr->write_count, 1); in hfsplus_fill_super()
|
H A D | xattr.c | 104 be32_add_cpu(&head->free_nodes, 0 - map_nodes); in hfsplus_init_header_node()
|
/openbmc/linux/fs/gfs2/ |
H A D | rgrp.c | 2572 be32_add_cpu(&rgd->rd_rgl->rl_unlinked, 1); in gfs2_unlink_di() 2589 be32_add_cpu(&rgd->rd_rgl->rl_unlinked, -1); in gfs2_free_di()
|