Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H 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()
H A Dioctl.c327 struct nilfs_cpstat cpstat;
331 ret = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat);
336 if (copy_to_user(argp, &cpstat, sizeof(cpstat))) in nilfs_ioctl_get_cpstat()
339 struct nilfs_cpstat cpstat; nilfs_ioctl_get_cpstat() local