Home
last modified time | relevance | path

Searched refs:be32_add_cpu (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/fs/ufs/
Dswab.h67 be32_add_cpu((__be32 *)n, d); in fs32_add()
76 be32_add_cpu((__be32 *)n, -d); in fs32_sub()
/linux-4.1.27/include/linux/byteorder/
Dgeneric.h163 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu() function
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc_btree.c64 be32_add_cpu(&agi->agi_level, inc); in xfs_inobt_set_root()
78 be32_add_cpu(&agi->agi_free_level, inc); in xfs_finobt_set_root()
Dxfs_ialloc.c507 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc()
508 be32_add_cpu(&agi->agi_freecount, newlen); in xfs_ialloc_ag_alloc()
975 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag_inobt()
1252 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag()
1518 be32_add_cpu(&agi->agi_count, -ilen); in xfs_difree_inobt()
1519 be32_add_cpu(&agi->agi_freecount, -(ilen - 1)); in xfs_difree_inobt()
1549 be32_add_cpu(&agi->agi_freecount, 1); in xfs_difree_inobt()
Dxfs_dir2_block.c313 be32_add_cpu(&btp->count, -(be32_to_cpu(btp->stale) - 1)); in xfs_dir2_block_compact()
461 be32_add_cpu(&btp->count, 1); in xfs_dir2_block_addname()
523 be32_add_cpu(&btp->stale, -1); in xfs_dir2_block_addname()
802 be32_add_cpu(&btp->stale, 1); in xfs_dir2_block_removename()
Dxfs_alloc.c561 be32_add_cpu(&agf->agf_freeblks, len); in xfs_alloc_update_counters()
2058 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()
2064 be32_add_cpu(&agf->agf_flcount, -1); in xfs_alloc_get_freelist()
2071 be32_add_cpu(&agf->agf_btreeblks, 1); in xfs_alloc_get_freelist()
2164 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist()
2169 be32_add_cpu(&agf->agf_flcount, 1); in xfs_alloc_put_freelist()
2175 be32_add_cpu(&agf->agf_btreeblks, -1); in xfs_alloc_put_freelist()
Dxfs_dir2_leaf.c808 be32_add_cpu(&ltp->bestcount, 1); in xfs_dir2_leaf_addname()
1457 be32_add_cpu(&ltp->bestcount, -(db - i)); in xfs_dir2_leaf_removename()
1640 be32_add_cpu(&ltp->bestcount, -1); in xfs_dir2_leaf_trim_data()
Dxfs_alloc_btree.c60 be32_add_cpu(&agf->agf_levels[btnum], inc); in xfs_allocbt_set_root()
/linux-4.1.27/fs/xfs/
Dxfs_trans.c444 be32_add_cpu(&sbp->sb_agcount, tp->t_agcount_delta); in xfs_trans_apply_sb_deltas()
452 be32_add_cpu(&sbp->sb_rextsize, tp->t_rextsize_delta); in xfs_trans_apply_sb_deltas()
456 be32_add_cpu(&sbp->sb_rbmblocks, tp->t_rbmblocks_delta); in xfs_trans_apply_sb_deltas()
Dxfs_fsops.c449 be32_add_cpu(&agi->agi_length, new); in xfs_growfs_data_private()
462 be32_add_cpu(&agf->agf_length, new); in xfs_growfs_data_private()
Dxfs_log.c1948 be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt); in xlog_state_finish_copy()
/linux-4.1.27/fs/sysv/
Dsysv.h218 be32_add_cpu((__be32 *)n, d); in fs32_add()
/linux-4.1.27/fs/omfs/
Dfile.c179 be32_add_cpu(&oe->e_extent_count, 1); in omfs_grow_extent()
/linux-4.1.27/fs/hfs/
Dmdb.c218 be32_add_cpu(&mdb->drWrCnt, 1); in hfs_mdb_get()
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmast.c475 be32_add_cpu(&past.flags, LKM_GET_LVB); in dlm_send_proxy_ast_msg()
/linux-4.1.27/fs/affs/
Dfile.c560 be32_add_cpu(&AFFS_DATA_HEAD(bh)->size, tmp); in affs_extent_file_ofs()
708 be32_add_cpu(&AFFS_DATA_HEAD(bh)->size, tmp); in affs_write_end_ofs()
/linux-4.1.27/fs/hfsplus/
Dsuper.c541 be32_add_cpu(&vhdr->write_count, 1); in hfsplus_fill_super()
Dxattr.c109 be32_add_cpu(&head->free_nodes, 0 - map_nodes); in hfsplus_init_header_node()
/linux-4.1.27/fs/ocfs2/cluster/
Dnodemanager.c278 be32_add_cpu(&ipv4_addr, octets[i] << (i * 8)); in o2nm_node_ipv4_address_write()
/linux-4.1.27/fs/cifs/
Dcifsglob.h530 be32_add_cpu((__be32 *)buf, count); in inc_rfc1001_len()