Home
last modified time | relevance | path

Searched refs:le64_add_cpu (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nilfs2/
H A Dcpfile.c345 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()
/linux/include/linux/byteorder/
H A Dgeneric.h154 static inline void le64_add_cpu(__le64 *var, u64 val) in le64_add_cpu() function