Searched refs:be32_add_cpu (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/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.4.14/include/linux/byteorder/ |
D | generic.h | 163 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu() function
|
/linux-4.4.14/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_dir2_block.c | 317 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()
|
D | xfs_ialloc.c | 868 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()
|
D | xfs_alloc.c | 578 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()
|
D | xfs_dir2_leaf.c | 813 be32_add_cpu(<p->bestcount, 1); in xfs_dir2_leaf_addname() 1462 be32_add_cpu(<p->bestcount, -(db - i)); in xfs_dir2_leaf_removename() 1645 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.4.14/fs/xfs/ |
D | xfs_trans.c | 437 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()
|
D | xfs_fsops.c | 451 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()
|
D | xfs_log.c | 1970 be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt); in xlog_state_finish_copy()
|
/linux-4.4.14/fs/sysv/ |
D | sysv.h | 217 be32_add_cpu((__be32 *)n, d); in fs32_add()
|
/linux-4.4.14/fs/omfs/ |
D | file.c | 179 be32_add_cpu(&oe->e_extent_count, 1); in omfs_grow_extent()
|
/linux-4.4.14/fs/hfs/ |
D | mdb.c | 218 be32_add_cpu(&mdb->drWrCnt, 1); in hfs_mdb_get()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmast.c | 475 be32_add_cpu(&past.flags, LKM_GET_LVB); in dlm_send_proxy_ast_msg()
|
/linux-4.4.14/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.4.14/fs/ocfs2/cluster/ |
D | nodemanager.c | 286 be32_add_cpu(&ipv4_addr, octets[i] << (i * 8)); in o2nm_node_ipv4_address_store()
|
/linux-4.4.14/fs/hfsplus/ |
D | super.c | 542 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.4.14/fs/cifs/ |
D | cifsglob.h | 542 be32_add_cpu((__be32 *)buf, count); in inc_rfc1001_len()
|