Searched refs:le64_add_cpu (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/linux/byteorder/ |
| H A D | generic.h | 154 static inline void le64_add_cpu(__le64 *var, u64 val) in le64_add_cpu() function
|
| /linux-6.15/fs/nilfs2/ |
| H A D | cpfile.c | 345 le64_add_cpu(&header->ch_ncheckpoints, 1); in nilfs_cpfile_create_checkpoint() 539 le64_add_cpu(&header->ch_ncheckpoints, -(u64)tnicps); in nilfs_cpfile_delete_checkpoints() 870 le64_add_cpu(&header->ch_nsnapshots, 1); in nilfs_cpfile_set_snapshot() 981 le64_add_cpu(&header->ch_nsnapshots, -1); in nilfs_cpfile_clear_snapshot()
|
| H A D | sufile.c | 126 le64_add_cpu(&header->sh_ncleansegs, ncleanadd); in nilfs_sufile_mod_counter() 127 le64_add_cpu(&header->sh_ndirtysegs, ndirtyadd); in nilfs_sufile_mod_counter() 376 le64_add_cpu(&header->sh_ncleansegs, -1); in nilfs_sufile_alloc() 377 le64_add_cpu(&header->sh_ndirtysegs, 1); in nilfs_sufile_alloc()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | resize.c | 156 le64_add_cpu(&fe->i_size, (u64)new_clusters << osb->s_clustersize_bits); in ocfs2_update_last_group_and_inode() 567 le64_add_cpu(&fe->i_size, (u64)input->clusters << osb->s_clustersize_bits); in ocfs2_group_add()
|
| H A D | alloc.c | 3450 le64_add_cpu(&right_rec->e_blkno, in ocfs2_merge_rec_right() 3618 le64_add_cpu(&right_rec->e_blkno, in ocfs2_merge_rec_left() 3855 le64_add_cpu(&rec->e_blkno, len_blocks); in ocfs2_subtract_from_rec() 4910 le64_add_cpu(&split_rec->e_blkno, in ocfs2_make_right_split_rec() 5483 le64_add_cpu(&rec->e_blkno, ocfs2_clusters_to_blocks(sb, len)); in ocfs2_truncate_rec()
|
| H A D | refcounttree.c | 1930 le64_add_cpu(&tail_rec->r_cpos, in ocfs2_split_refcount_rec()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | journal_sb.c | 222 le64_add_cpu(&j->d[dst].nr, 1); in bch2_journal_buckets_to_sb()
|
| H A D | reflink.c | 349 le64_add_cpu(refcount, !(flags & BTREE_TRIGGER_overwrite) ? 1 : -1); in trans_trigger_reflink_p_segment()
|
| H A D | super-io.c | 1053 le64_add_cpu(&c->disk_sb.sb->seq, 1); in bch2_write_super()
|
| H A D | io_write.c | 279 le64_add_cpu(&inode->v.bi_sectors, i_sectors_delta); in bch2_extent_update_i_size_sectors()
|
| /linux-6.15/crypto/ |
| H A D | nhpoly1305.c | 114 le64_add_cpu(&state->nh_hash[i], in nhpoly1305_units()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | attrib.c | 2472 le64_add_cpu(&attr->nres.svcn, len); in attr_insert_range() 2473 le64_add_cpu(&attr->nres.evcn, len); in attr_insert_range()
|