Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/byteorder/
Dgeneric.h163 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu() function
/linux-4.4.14/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_dir2_block.c317 be32_add_cpu(&btp->count, -(be32_to_cpu(btp->stale) - 1)); in xfs_dir2_block_compact()
465 be32_add_cpu(&btp->count, 1); in xfs_dir2_block_addname()
527 be32_add_cpu(&btp->stale, -1); in xfs_dir2_block_addname()
806 be32_add_cpu(&btp->stale, 1); in xfs_dir2_block_removename()
Dxfs_ialloc.c868 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc()
869 be32_add_cpu(&agi->agi_freecount, newlen); in xfs_ialloc_ag_alloc()
1343 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag_inobt()
1620 be32_add_cpu(&agi->agi_freecount, -1); in xfs_dialloc_ag()
1965 be32_add_cpu(&agi->agi_count, -ilen); in xfs_difree_inobt()
1966 be32_add_cpu(&agi->agi_freecount, -(ilen - 1)); in xfs_difree_inobt()
1994 be32_add_cpu(&agi->agi_freecount, 1); in xfs_difree_inobt()
Dxfs_alloc.c578 be32_add_cpu(&agf->agf_freeblks, len); in xfs_alloc_update_counters()
2118 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()
2124 be32_add_cpu(&agf->agf_flcount, -1); in xfs_alloc_get_freelist()
2131 be32_add_cpu(&agf->agf_btreeblks, 1); in xfs_alloc_get_freelist()
2224 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist()
2229 be32_add_cpu(&agf->agf_flcount, 1); in xfs_alloc_put_freelist()
2235 be32_add_cpu(&agf->agf_btreeblks, -1); in xfs_alloc_put_freelist()
Dxfs_dir2_leaf.c813 be32_add_cpu(&ltp->bestcount, 1); in xfs_dir2_leaf_addname()
1462 be32_add_cpu(&ltp->bestcount, -(db - i)); in xfs_dir2_leaf_removename()
1645 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.4.14/fs/xfs/
Dxfs_trans.c437 be32_add_cpu(&sbp->sb_agcount, tp->t_agcount_delta); in xfs_trans_apply_sb_deltas()
445 be32_add_cpu(&sbp->sb_rextsize, tp->t_rextsize_delta); in xfs_trans_apply_sb_deltas()
449 be32_add_cpu(&sbp->sb_rbmblocks, tp->t_rbmblocks_delta); in xfs_trans_apply_sb_deltas()
Dxfs_fsops.c451 be32_add_cpu(&agi->agi_length, new); in xfs_growfs_data_private()
464 be32_add_cpu(&agf->agf_length, new); in xfs_growfs_data_private()
Dxfs_log.c1970 be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt); in xlog_state_finish_copy()
/linux-4.4.14/fs/sysv/
Dsysv.h217 be32_add_cpu((__be32 *)n, d); in fs32_add()
/linux-4.4.14/fs/omfs/
Dfile.c179 be32_add_cpu(&oe->e_extent_count, 1); in omfs_grow_extent()
/linux-4.4.14/fs/hfs/
Dmdb.c218 be32_add_cpu(&mdb->drWrCnt, 1); in hfs_mdb_get()
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmast.c475 be32_add_cpu(&past.flags, LKM_GET_LVB); in dlm_send_proxy_ast_msg()
/linux-4.4.14/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.4.14/fs/ocfs2/cluster/
Dnodemanager.c286 be32_add_cpu(&ipv4_addr, octets[i] << (i * 8)); in o2nm_node_ipv4_address_store()
/linux-4.4.14/fs/hfsplus/
Dsuper.c542 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.4.14/fs/cifs/
Dcifsglob.h542 be32_add_cpu((__be32 *)buf, count); in inc_rfc1001_len()