Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
A Dcpfile.c77 count = le32_to_cpu(cp->cp_checkpoints_count) + n; in nilfs_cpfile_block_add_valid_checkpoints()
78 cp->cp_checkpoints_count = cpu_to_le32(count); in nilfs_cpfile_block_add_valid_checkpoints()
91 WARN_ON(le32_to_cpu(cp->cp_checkpoints_count) < n); in nilfs_cpfile_block_sub_valid_checkpoints()
92 count = le32_to_cpu(cp->cp_checkpoints_count) - n; in nilfs_cpfile_block_sub_valid_checkpoints()
93 cp->cp_checkpoints_count = cpu_to_le32(count); in nilfs_cpfile_block_sub_valid_checkpoints()
/linux/include/uapi/linux/
A Dnilfs2_ondisk.h506 __le32 cp_checkpoints_count; member

Completed in 7 milliseconds