/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()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 445 be32_add_cpu(&arec->ar_startblock, mp->m_sb.sb_logblocks); in xfs_freesp_init_recs() 606 be32_add_cpu(&agf->agf_freeblks, -logblocks); in xfs_agfblock_init() 905 be32_add_cpu(&agi->agi_length, -delta); in xfs_ag_shrink_space() 906 be32_add_cpu(&agf->agf_length, -delta); in xfs_ag_shrink_space() 910 be32_add_cpu(&agi->agi_length, delta); in xfs_ag_shrink_space() 911 be32_add_cpu(&agf->agf_length, delta); in xfs_ag_shrink_space() 973 be32_add_cpu(&agi->agi_length, len); in xfs_ag_extend_space() 984 be32_add_cpu(&agf->agf_length, len); in xfs_ag_extend_space()
|
H A D | xfs_refcount_btree.c | 49 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() 109 be32_add_cpu(&agf->agf_refcount_blocks, -1); in xfs_refcountbt_free_block()
|
H A D | xfs_ialloc_btree.c | 62 be32_add_cpu(&agi->agi_level, inc); in xfs_inobt_set_root() 76 be32_add_cpu(&agi->agi_free_level, inc); in xfs_finobt_set_root() 94 be32_add_cpu(&agi->agi_fblocks, howmuch); in xfs_inobt_mod_blockcount() 96 be32_add_cpu(&agi->agi_iblocks, howmuch); in xfs_inobt_mod_blockcount()
|
H A D | xfs_rmap_btree.c | 75 be32_add_cpu(&agf->agf_rmap_level, inc); in xfs_rmapbt_set_root() 108 be32_add_cpu(&agf->agf_rmap_blocks, 1); in xfs_rmapbt_alloc_block() 133 be32_add_cpu(&agf->agf_rmap_blocks, -1); in xfs_rmapbt_free_block() 200 be32_add_cpu(&key->rmap.rm_startblock, adj); in xfs_rmapbt_init_high_key_from_rec()
|
H A D | xfs_dir2_block.c | 339 be32_add_cpu(&btp->count, -(be32_to_cpu(btp->stale) - 1)); in xfs_dir2_block_compact() 491 be32_add_cpu(&btp->count, 1); in xfs_dir2_block_addname() 553 be32_add_cpu(&btp->stale, -1); in xfs_dir2_block_addname() 833 be32_add_cpu(&btp->stale, 1); in xfs_dir2_block_removename()
|
H A D | xfs_alloc_btree.c | 56 be32_add_cpu(&agf->agf_bno_level, inc); in xfs_allocbt_set_root() 60 be32_add_cpu(&agf->agf_cnt_level, inc); in xfs_allocbt_set_root()
|
H A D | xfs_ialloc.c | 959 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc() 960 be32_add_cpu(&agi->agi_freecount, newlen); in xfs_ialloc_ag_alloc() 1351 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag_inobt() 1659 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag() 2137 be32_add_cpu(&agi->agi_count, -ilen); in xfs_difree_inobt() 2138 be32_add_cpu(&agi->agi_freecount, -(ilen - 1)); in xfs_difree_inobt() 2167 be32_add_cpu(&agi->agi_freecount, 1); in xfs_difree_inobt()
|
H A D | xfs_alloc.c | 908 be32_add_cpu(&agf->agf_freeblks, len); in xfs_alloc_update_counters() 3054 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist() 3060 be32_add_cpu(&agf->agf_flcount, -1); in xfs_alloc_get_freelist() 3065 be32_add_cpu(&agf->agf_btreeblks, 1); in xfs_alloc_get_freelist() 3144 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist() 3149 be32_add_cpu(&agf->agf_flcount, 1); in xfs_alloc_put_freelist() 3154 be32_add_cpu(&agf->agf_btreeblks, -1); in xfs_alloc_put_freelist()
|
H A D | xfs_dir2_leaf.c | 869 be32_add_cpu(<p->bestcount, 1); in xfs_dir2_leaf_addname() 1524 be32_add_cpu(<p->bestcount, -(db - i)); in xfs_dir2_leaf_removename() 1703 be32_add_cpu(<p->bestcount, -1); in xfs_dir2_leaf_trim_data()
|
/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
|
/linux/drivers/soc/fsl/qbman/ |
H A D | qman_test_api.c | 90 be32_add_cpu(&fd->cmd, 1); in fd_inc()
|
/linux/fs/sysv/ |
H A D | sysv.h | 216 be32_add_cpu((__be32 *)n, d); in fs32_add()
|
/linux/fs/xfs/ |
H A D | xfs_trans.c | 530 be32_add_cpu(&sbp->sb_agcount, tp->t_agcount_delta); in xfs_trans_apply_sb_deltas() 538 be32_add_cpu(&sbp->sb_rextsize, tp->t_rextsize_delta); in xfs_trans_apply_sb_deltas() 542 be32_add_cpu(&sbp->sb_rbmblocks, tp->t_rbmblocks_delta); in xfs_trans_apply_sb_deltas()
|
/linux/drivers/of/ |
H A D | resolver.c | 186 be32_add_cpu(prop->value + off, phandle_delta); in adjust_local_phandle_references()
|
/linux/fs/omfs/ |
H A D | file.c | 179 be32_add_cpu(&oe->e_extent_count, 1); in omfs_grow_extent()
|
/linux/fs/smb/server/ |
H A D | smb_common.h | 468 be32_add_cpu((__be32 *)buf, count); in inc_rfc1001_len()
|
/linux/fs/hfs/ |
H A D | mdb.c | 224 be32_add_cpu(&mdb->drWrCnt, 1); in hfs_mdb_get()
|
/linux/fs/ocfs2/dlm/ |
H A D | dlmast.c | 446 be32_add_cpu(&past.flags, LKM_GET_LVB); in dlm_send_proxy_ast_msg()
|
/linux/fs/affs/ |
H A D | file.c | 579 be32_add_cpu(&AFFS_DATA_HEAD(bh)->size, tmp); in affs_extent_file_ofs() 727 be32_add_cpu(&AFFS_DATA_HEAD(bh)->size, tmp); in affs_write_end_ofs()
|
/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()
|
/linux/fs/hfsplus/ |
H A D | super.c | 553 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()
|
/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()
|
/linux/fs/smb/client/ |
H A D | cifsglob.h | 668 be32_add_cpu((__be32 *)buf, count); in inc_rfc1001_len()
|