Searched refs:be32_add_cpu (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/fs/ufs/ |
D | swab.h | 67 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/ |
D | generic.h | 163 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu() function
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.c | 64 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()
|
D | xfs_ialloc.c | 507 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()
|
D | xfs_dir2_block.c | 313 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()
|
D | xfs_alloc.c | 561 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()
|
D | xfs_dir2_leaf.c | 808 be32_add_cpu(<p->bestcount, 1); in xfs_dir2_leaf_addname() 1457 be32_add_cpu(<p->bestcount, -(db - i)); in xfs_dir2_leaf_removename() 1640 be32_add_cpu(<p->bestcount, -1); in xfs_dir2_leaf_trim_data()
|
D | xfs_alloc_btree.c | 60 be32_add_cpu(&agf->agf_levels[btnum], inc); in xfs_allocbt_set_root()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_trans.c | 444 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()
|
D | xfs_fsops.c | 449 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()
|
D | xfs_log.c | 1948 be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt); in xlog_state_finish_copy()
|
/linux-4.1.27/fs/sysv/ |
D | sysv.h | 218 be32_add_cpu((__be32 *)n, d); in fs32_add()
|
/linux-4.1.27/fs/omfs/ |
D | file.c | 179 be32_add_cpu(&oe->e_extent_count, 1); in omfs_grow_extent()
|
/linux-4.1.27/fs/hfs/ |
D | mdb.c | 218 be32_add_cpu(&mdb->drWrCnt, 1); in hfs_mdb_get()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmast.c | 475 be32_add_cpu(&past.flags, LKM_GET_LVB); in dlm_send_proxy_ast_msg()
|
/linux-4.1.27/fs/affs/ |
D | file.c | 560 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/ |
D | super.c | 541 be32_add_cpu(&vhdr->write_count, 1); in hfsplus_fill_super()
|
D | xattr.c | 109 be32_add_cpu(&head->free_nodes, 0 - map_nodes); in hfsplus_init_header_node()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | nodemanager.c | 278 be32_add_cpu(&ipv4_addr, octets[i] << (i * 8)); in o2nm_node_ipv4_address_write()
|
/linux-4.1.27/fs/cifs/ |
D | cifsglob.h | 530 be32_add_cpu((__be32 *)buf, count); in inc_rfc1001_len()
|