Searched refs:le64_add_cpu (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/byteorder/ |
D | generic.h | 154 static inline void le64_add_cpu(__le64 *var, u64 val) in le64_add_cpu() function
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | cpfile.c | 257 le64_add_cpu(&header->ch_ncheckpoints, 1); in nilfs_cpfile_get_checkpoint() 395 le64_add_cpu(&header->ch_ncheckpoints, -(u64)tnicps); in nilfs_cpfile_delete_checkpoints() 711 le64_add_cpu(&header->ch_nsnapshots, 1); in nilfs_cpfile_set_snapshot() 814 le64_add_cpu(&header->ch_nsnapshots, -1); in nilfs_cpfile_clear_snapshot()
|
D | sufile.c | 112 le64_add_cpu(&header->sh_ncleansegs, ncleanadd); in nilfs_sufile_mod_counter() 113 le64_add_cpu(&header->sh_ndirtysegs, ndirtyadd); in nilfs_sufile_mod_counter() 370 le64_add_cpu(&header->sh_ncleansegs, -1); in nilfs_sufile_alloc() 371 le64_add_cpu(&header->sh_ndirtysegs, 1); in nilfs_sufile_alloc()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | resize.c | 151 le64_add_cpu(&fe->i_size, (u64)new_clusters << osb->s_clustersize_bits); in ocfs2_update_last_group_and_inode() 561 le64_add_cpu(&fe->i_size, (u64)input->clusters << osb->s_clustersize_bits); in ocfs2_group_add()
|
D | alloc.c | 3437 le64_add_cpu(&right_rec->e_blkno, in ocfs2_merge_rec_right() 3605 le64_add_cpu(&right_rec->e_blkno, in ocfs2_merge_rec_left() 3842 le64_add_cpu(&rec->e_blkno, len_blocks); in ocfs2_subtract_from_rec() 4897 le64_add_cpu(&split_rec->e_blkno, in ocfs2_make_right_split_rec() 5470 le64_add_cpu(&rec->e_blkno, ocfs2_clusters_to_blocks(sb, len)); in ocfs2_truncate_rec()
|
D | refcounttree.c | 1938 le64_add_cpu(&tail_rec->r_cpos, in ocfs2_split_refcount_rec()
|
/kernel/linux/linux-5.10/crypto/ |
D | nhpoly1305.c | 114 le64_add_cpu(&state->nh_hash[i], in nhpoly1305_units()
|