Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nilfs2/
A Dsysfs.c246 struct nilfs_cpstat cpstat; in nilfs_checkpoints_checkpoints_number_show() local
250 err = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat); in nilfs_checkpoints_checkpoints_number_show()
258 ncheckpoints = cpstat.cs_ncps; in nilfs_checkpoints_checkpoints_number_show()
269 struct nilfs_cpstat cpstat; in nilfs_checkpoints_snapshots_number_show() local
273 err = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat); in nilfs_checkpoints_snapshots_number_show()
281 nsnapshots = cpstat.cs_nsss; in nilfs_checkpoints_snapshots_number_show()
A Dcpfile.c945 int nilfs_cpfile_get_stat(struct inode *cpfile, struct nilfs_cpstat *cpstat) in nilfs_cpfile_get_stat() argument
959 cpstat->cs_cno = nilfs_mdt_cno(cpfile); in nilfs_cpfile_get_stat()
960 cpstat->cs_ncps = le64_to_cpu(header->ch_ncheckpoints); in nilfs_cpfile_get_stat()
961 cpstat->cs_nsss = le64_to_cpu(header->ch_nsnapshots); in nilfs_cpfile_get_stat()
A Dioctl.c325 struct nilfs_cpstat cpstat; in nilfs_ioctl_get_cpstat() local
329 ret = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat); in nilfs_ioctl_get_cpstat()
334 if (copy_to_user(argp, &cpstat, sizeof(cpstat))) in nilfs_ioctl_get_cpstat()

Completed in 9 milliseconds