Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dsysfs.c256 __u64 ncheckpoints; in nilfs_checkpoints_checkpoints_number_show() local
269 ncheckpoints = cpstat.cs_ncps; in nilfs_checkpoints_checkpoints_number_show()
271 return snprintf(buf, PAGE_SIZE, "%llu\n", ncheckpoints); in nilfs_checkpoints_checkpoints_number_show()